多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 获取会员订单列表 ~~~[api] post:data/order/gets *string:openid=o522P4l-DkV6aeQviCHAuF6Xn7QA#小程序OPENID *string:mid=1#会员ID <<< success { "code": 1, "info": "获取订单列表!", "data": { "list": [ { "id": 1, "mid": 1, "openid": "o522P4l-DkV6aeQviCHAuF6Xn7QA", "orderno": "15379531716173", "orderid": "JH153795317124568", "ordernumber": "", "type": 1, "verify_state": 0, "verify_at": "2018-09-26 17:13:49", "outer_state": 3, "outer_desc": "车票预订页,提交预订请求失败。", "outer_at": null, "cancel_state": 3, "cancel_at": "2018-09-26 17:13:56", "refund_state": 0, "refund_no": "", "refund_at": null, "refund_desc": null, "refund_price": "0.00", "pay_state": 0, "pay_no": "", "pay_price": "0.00", "pay_at": null, "phone": "13126419195", "train_date": "2018-10-18", "start_time": "", "arrive_time": "", "runtime": null, "finished_time": null, "is_accept_standing": 1, "choose_seats": "", "from_station_code": "IZQ", "from_station_name": "广州南", "to_station_code": "ORQ", "to_station_name": "顺德", "checi": "C7647", "users": "2:10:二等座", "package_id": 0, "package_price": "0.00", "package_name": "", "total_price": "10.00", "status": 3, "create_at": "2018-09-26 17:11:26", "passengers": [ { "id": 1, "mid": 1, "orderno": "15379531716173", "passengerid": 1, "passengersename": "夏俊杰", "piaotype": "1", "piaotypename": "成人票", "passporttypeseid": "1", "passporttypeseidname": "二代身份证", "passportseno": "441283199207115370", "price": "10.00", "zwcode": "O", "zwname": "二等座", "status": 1, "checi": "", "seat": "", "ticket_no": "", "refund_state": 0, "refund_price": "0.00", "refund_desc": "", "refund_no": "", "refund_at": null, "create_at": "2018-09-26 17:11:26" } ] } ] } } <<< error { "code": 0, "info": "登录信息异常,请重新登录系统!", "data": [] } ~~~