{ "address": "string", "buyerOrderId": "string", "city": "string", "contactName": "string", "orderSubList": [ { "price": 0, "productSpecsId": "string", "quantity": 0, "remarks": "string" } ], "phone": "string", "province": "string", "returnFullOrder": false }
curl --location --request POST 'http://prod-cn.your-api-server.com/order/buy' \ --header 'apiKey;' \ --header 'sign;' \ --header 'timestamp;' \ --header 'Content-Type: application/json' \ --data-raw '{ "address": "string", "buyerOrderId": "string", "city": "string", "contactName": "string", "orderSubList": [ { "price": 0, "productSpecsId": "string", "quantity": 0, "remarks": "string" } ], "phone": "string", "province": "string", "returnFullOrder": false }'
{ "code": 0, "data": "string", "msg": "string" }