该接口为最基础的下单接口,无法记录任何玩家数据哦
{ "token": "4f567821c20ee517cf2ce54987e04b42", "price": 100, "type": "WECHAT" }
curl --location --request POST '/trade' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "4f567821c20ee517cf2ce54987e04b42", "price": 100, "type": "WECHAT" }'
{ "code": 200, "data": { "price": 500, "order": "b65093a40c943484d326a4185ea958ba", "qrcode": "https://qr.alipay.com/fkx16402hdmnlduqj8ltjee", "expiredAt": "2023-05-04 13:59:47" }, "msg": "成功" }