{
"id": 0,
"postageName": "string",
"status": 0,
"isExemption": 0,
"pricingManner": 0,
"amount": 0,
"additionalAmount": 0,
"postage": 0,
"additionalPostage": 0,
"isDelete": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"areaName": "string"
}curl --location --request PUT '/back/postage' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"postageName": "string",
"status": 0,
"isExemption": 0,
"pricingManner": 0,
"amount": 0,
"additionalAmount": 0,
"postage": 0,
"additionalPostage": 0,
"isDelete": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"areaName": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}