💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
* 获取订单列表信息 ~~~[api] get:/index.php?ctl=Buyer_Order&met=physical&typ=json&firstRow=0 string:k#key int:u#用户id status#订单状态 *orderkey#搜索内容 <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 5, "totalsize": "46", "records": "46", "items": [ { "order_id": "DD-10631-140-102-20171030160518-0001", "shop_id": "140", "shop_name": "UU大魔王", "buyer_user_id": "10014", "buyer_user_name": "tanyunfei", "seller_user_id": "10631", "seller_user_name": "zms", "order_date": "2017-10-30", "order_create_time": "2017-10-30 16:05:18", "order_receiver_name": "zdas", "order_receiver_address": "天津 河东区 东新街道 3213123", "order_receiver_contact": "15212206900", "order_receiver_date": "0000-00-00 00:00:00", "payment_id": "1", "payment_name": "在线支付", "payment_time": "0000-00-00 00:00:00", "payment_number": "U20171030040518498", "payment_other_number": "", "order_seller_name": "尤克里里", ....... "order_goods_time": "2017-10-30 16:05:18", "directseller_flag": "0", "directseller_id": "0", "directseller_is_settlement": "0", "directseller_commission_0": "0.00", "directseller_commission_1": "0.00", "directseller_commission_2": "0.00", "directseller_goods_discount": "0.00", "order_goods_source_id": "", "order_goods_source_ship": "", "order_goods_finish_time": "0000-00-00 00:00:00", "id": "4305", "evaluation_count": 0, "goods_refund_status_con": "无退货", "goods_return_status_con": "无退款", "order_refund_id": null, "order_return_id": null } ], "evala_status": 1 } ] } } <<< error ~~~ * 删除订单 ~~~[api] get:/index.php?ctl=Buyer_Order&met=hideOrder&typ=json int:order_id#订单id k#key u#用户id user=buyer <<< success <<< error ~~~ * 确认收货 * 取消订单 * 订单支付