💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 获取会员订单 ~~~[api] post:http://thinkagentlarge.data.cuci.cc/store/api.v1.order/get type#订单类型(0 拼团订单,1消费订单) order_no#指定订单号 year#订单年份(4位) month#订单月份(2位) *unionid=ozGHaw4rp0tKZV4TEVrOTHkoni9c#绑定微信unionid *deviceid=1234567890#授权设备ID <<< success { "code": 1, "msg": "获取代理订单列表成功!", "data": { "total": 0, "per_page": 15, "current_page": 1, "last_page": 0, "data": [] } } <<< 登录异常 { "code": 0, "msg": "还没有登录哦,请登录后再来访问!", "data": [] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~