💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 获取抢票订单信息 >[success] 字段状态描述 >--- >* pay_state (0未支付,1已支付 ) >* cancel_state ( 0未取消,1处理中,2已取消 ) >* outer_state ( 0未出票,1出票中,2出票成功,3出票失败 ) >* refund_state ( 0未退款,1处理中,2退款中,3 都成功,4退票失败 ) >* status ( 1 新订单,处理中,2 出票成功,3出票失败或取消 ) ~~~[api] post:data/order/get *string:openid=o522P4l-DkV6aeQviCHAuF6Xn7QA#小程序OPENID *string:mid=1#会员ID *string:orderno=15379531716173#订单号 *string:orderid=0#订单ID(orderno与orderid二选一) <<< success { "code": 1, "info": "获取订单信息成功!", "data": { "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": [] } ~~~