order 必须使用系统生成的订单号,共 32 位
{ "order": "string" }
curl --location --request DELETE '/trade' \ --header 'Content-Type: application/json' \ --data-raw '{ "order": "string" }'
{ "code": 200, "msg": "成功" }