💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
1.订单列表 ~~~[api] get:https://live.1yuantuoke.com/api/order/order_list status#状态:0待支付1代发货2已发货3已收获 page# limit# <<< success <<< error ~~~ 2.订单详情 ~~~[api] get:https://live.1yuantuoke.com/api/order/order_detail out_trade_no#订单号 <<< success <<< error ~~~ 3.删除未支付订单 ~~~[api] delete:https://live.1yuantuoke.com/api/order/order_del out_trade_no#订单号 <<< success <<< error ~~~ 4.确认收货 ~~~[api] put:https://live.1yuantuoke.com/api/order/order_confirm_receipt out_trade_no#订单号 <<< success <<< error ~~~ 5.申请退款 ~~~[api] post:https://live.1yuantuoke.com/api/order/order_refund out_trade_no#订单号 <<< success { "status": 0, "message": "success", "data": [] } <<< error ~~~ 6.物流查询(已发货状态可查询,即status=2) ~~~[api] get:https://live.1yuantuoke.com/api/order/delivery_query out_trade_no#订单号 <<< success <<< error ~~~