企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 列表 ~~~[api] post:/client/list *int:page=1#页码 *int:limit=10#每页显示个数 string:begin=2018-11-01# string:end=2018-11-03# <<< success { "code": 0, "info": "成功", "data": [{ "id": 15, "user_id": 1001, "create_time": "2018-11-03 15:59:22", "cancel_time": 0, "shop_id": 2, "count": 3, "price": "201.00", "state": 1, "member_id": 1, "evaluation": '没有评价‘, "score": 0, "evaluation_time": 0, "qrcodeurl": 'https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=sadfasdfasdf', "order_detail":[ { "id": 29, "order_id": 15, "goods_id": 1, "price": "100.00", "count": 2, "state": 0, "title": "11" }, { "id": 30, "order_id": 15, "goods_id": 1, "price": "101.00", "count": 1, "state": 1, "title": "11" } ], "user":{ "id": 1001, "name": "小米怒", "code": "", "token": "", "phone": "13333333333", "identity": "", "entry_date": "2018-04-01", "leave_date": "2099-01-01", "shop_id": 2, "state": 1, "wechat_user_id": 506, "score": "4.00", "ticket": null }, member":{ "id": 1, "phone": "13311112222", "member_name": "king", "member_card": "111", "score": 0, "total_score": 0, "join_date": "0000-00-00", "user_id": 1001, "sex": 2, "birthday": "1992-10-19", "sn": "513329199210199744", "flag": 0, "flag_time": 0, "wechat_user_id": 0, "wechat_card": 0, "state": 1, "level": 1, "balance": 0 } }] } <<< error ~~~ ## 评价 ~~~[api] post:/client/orderevaluation *int:id= 5#订单id *int:score= 5#1~5 string:content= text#必传字段#图文消息标题/回复文字 <<< success { "code": 0, "info": "成功", "data":{ } } <<< error ~~~