💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
交易所订单表 ![](https://img.kancloud.cn/70/ac/70accd7cf77bd7e337eff02d2ffd182e_698x438.png) 1.发布卖出订单 ~~~[api] post:https://yqkl.ruochuangkeji.com/api/trade/issue_sell wing_type#1k元宝2元宝 price#元宝价格(元) num#元宝数量 receipt_qr_code#收款二维码 trade_password#交易密码 <<< success <<< error ~~~ 2.发布购买订单 ~~~[api] post:https://yqkl.ruochuangkeji.com/api/trade/issue_buy wing_type#1k元宝2元宝 price#元宝价格(元) num#元宝数量 trade_password#交易密码 <<< success <<< error ~~~ 3.卖出动作 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/trade/sell order_id#订单id receipt_qr_code#收款二维码 trade_password#交易密码 <<< success <<< error ~~~ 4.购买动作 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/trade/buy order_id#订单id trade_password#交易密码 <<< success <<< error ~~~ 5.交易订单列表 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/trade/trade_list order_type#1买进较易2卖出交易 page#第几页 limit#每页条数 <<< success <<< error ~~~ 6.交易所个人订单列表 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/trade/trade_user_list status#交易状态0刚发布,1交易中2交易完成3交易失败 page#第几页 limit#每页条数 <<< success <<< error ~~~ 7.交易订单详情 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/trade/trade_detail order_id#订单号 <<< success { "status": 0, "message": "success", "data": { "order": [ { "type": 2, "title": "订单明细", "time": "2022-06-04 22:12:45", "content": "买入k元宝10枚,收取0.01的手续费0.10k元宝共买入9.90000k元宝,单价100.00¥,共990.00000¥." }, { "type": 2, "title": "上传支付凭证", "time": "2022-06-04 22:52:03", "receipt_qr_code": "ssss", "payment": "sssss", "submit": 1 }, { "type": 1, "title": "卖家支付情况", "time": "2022-06-04 22:52:03", "wallet": "9c36d8dd1110c97715ba9d7db2d4d026c3353320", "payment": "sssss", "num": "10枚k元宝", "submit": 1 } ], "buy_user": { "nickname": "xian007", "avatarUrl": null, "user_id": 1 }, "sell_user": { "nickname": null, "avatarUrl": null, "user_id": 5 } } <<< error ~~~ 8.交易流程之上传支付凭证 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/trade/trade_step1 order_id#订单id payment#支付凭证(截图) <<< success } <<< error ~~~ 9.交易流程之向买家转币 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/trade/trade_step2 order_id#订单id <<< success <<< error ~~~