{
"id": 0,
"receivingType": 0,
"orderSource": 0,
"userAddressId": 0,
"orderAmount": 0,
"coupon": 0,
"receivingAddress": "string",
"receivingStation": 0,
"receivingStationName": "string",
"receiveTime": "2019-08-24T14:15:22Z",
"orderType": 0,
"remark": "string",
"freight": 0,
"totalAmount": 0,
"memberDiscountAmount": 0,
"promotionDeductionAmount": 0,
"balanceDeductionAmount": 0,
"scoreDeductionAmount": 0,
"useScore": 0,
"shareUserid": 0,
"shareUserType": 0,
"passWord": "string",
"employeeId": 0,
"invitationCode": "string",
"customerSource": "string",
"orderGoods": [
{
"goodsSku": "string",
"goodsAmount": 0,
"shoppingCartId": 0
}
]
}
curl --location --request POST '/appMark/goodsOrder/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"receivingType": 0,
"orderSource": 0,
"userAddressId": 0,
"orderAmount": 0,
"coupon": 0,
"receivingAddress": "string",
"receivingStation": 0,
"receivingStationName": "string",
"receiveTime": "2019-08-24T14:15:22Z",
"orderType": 0,
"remark": "string",
"freight": 0,
"totalAmount": 0,
"memberDiscountAmount": 0,
"promotionDeductionAmount": 0,
"balanceDeductionAmount": 0,
"scoreDeductionAmount": 0,
"useScore": 0,
"shareUserid": 0,
"shareUserType": 0,
"passWord": "string",
"employeeId": 0,
"invitationCode": "string",
"customerSource": "string",
"orderGoods": [
{
"goodsSku": "string",
"goodsAmount": 0,
"shoppingCartId": 0
}
]
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"receivingType": 0,
"orderSource": 0,
"userAddressId": 0,
"orderAmount": 0,
"coupon": 0,
"receivingAddress": "string",
"receivingStation": 0,
"receivingStationName": "string",
"receiveTime": "2019-08-24T14:15:22Z",
"orderType": 0,
"remark": "string",
"freight": 0,
"totalAmount": 0,
"memberDiscountAmount": 0,
"promotionDeductionAmount": 0,
"balanceDeductionAmount": 0,
"scoreDeductionAmount": 0,
"useScore": 0,
"shareUserid": 0,
"shareUserType": 0,
"passWord": "string",
"employeeId": 0,
"invitationCode": "string",
"customerSource": "string",
"orderGoods": [
{
"goodsSku": "string",
"goodsAmount": 0,
"shoppingCartId": 0
}
]
}
}