Authorization: Bearer ********************curl --location --request GET '/appMark/goodsOrder/getPostageByAddress/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"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:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"areaName": "string"
}
}