{
"mallGoodsProduct":
{
"id": 10,
"goodsId": 1,
"goodsName": "母亲节礼物-舒适安睡组合",
"goodsCode": "515091408151908352",
"specifications": "[\"1.8m床垫*1+枕头*2\",\"浅杏粉\"]",
"goodsPrice": 1001,
"goodsNum": 1,
"imgUrl": "http://yanxuan.nosdn.127.net/10022c73fa7aa75c2c0d736e96cc56d5.png?quality=90&thumbnail=200x200&imageView"
},
"userAddressId":1,
"payType":"1",
"userMessage":"请优先配送!!!"
}
curl --location --request POST 'http://47.93.16.76:8080/app/mall/api/v1/create/exchange/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"mallGoodsProduct":
{
"id": 10,
"goodsId": 1,
"goodsName": "母亲节礼物-舒适安睡组合",
"goodsCode": "515091408151908352",
"specifications": "[\"1.8m床垫*1+枕头*2\",\"浅杏粉\"]",
"goodsPrice": 1001,
"goodsNum": 1,
"imgUrl": "http://yanxuan.nosdn.127.net/10022c73fa7aa75c2c0d736e96cc56d5.png?quality=90&thumbnail=200x200&imageView"
},
"userAddressId":1,
"payType":"1",
"userMessage":"请优先配送!!!"
}'
{
"msg": "操作成功",
"code": 200
}