{
"orderId":1,
"msgId": -1224121,
"remark":"测试1231",
"items":[
{
"cpid": 1,
"count":10
},
{
"cpid": 2,
"count":20
}
]
}
curl --location --request POST '/api/ShopAfterSales/AfterSalesApply?requestFrom=shop&entno=91306' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId":1,
"msgId": -1224121,
"remark":"测试1231",
"items":[
{
"cpid": 1,
"count":10
},
{
"cpid": 2,
"count":20
}
]
}'
{}