podmall.mall.complaint.order.addconfig/api/podmall/mall/complaint/create.json1。{
"items": [
{
"qty": 0,
"reason": "string"
}
],
"problem": "string",
"complaintType": "string",
"attachImages": [
null
],
"refundAmount": 0,
"isReturnShippingFee": "string",
"orderNo": "string"
}curl --location '/v4/gateway/podmall.mall.complaint.order.add' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"qty": 0,
"reason": "string"
}
],
"problem": "string",
"complaintType": "string",
"attachImages": [
null
],
"refundAmount": 0,
"isReturnShippingFee": "string",
"orderNo": "string"
}'{
"status": 0,
"success": true,
"data": true
}