{
"address": "string",
"balance": 0,
"businessLicense": "string",
"cashRate": 0,
"categoryId": 0,
"categoryIds": "string",
"cid": 0,
"createTime": "2019-08-24T14:15:22Z",
"dealNum": 0,
"delFlag": 0,
"did": 0,
"freeze": 0,
"frozenItemIds": "string",
"fullAddress": "string",
"historyBalance": 0,
"id": "string",
"imgUrl": "string",
"isRecommend": 0,
"logoUrl": "string",
"name": "string",
"ownerName": "string",
"ownerTel": "string",
"password": "string",
"pid": 0,
"qrcode": "string",
"remark": "string",
"richText": "string",
"shopId": "string",
"shopRemindTel": "string",
"sort": 0,
"status": 0,
"updateTime": "2019-08-24T14:15:22Z",
"userName": "string"
}
curl --location --request POST '/mallBase/smsSupplier/add' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"balance": 0,
"businessLicense": "string",
"cashRate": 0,
"categoryId": 0,
"categoryIds": "string",
"cid": 0,
"createTime": "2019-08-24T14:15:22Z",
"dealNum": 0,
"delFlag": 0,
"did": 0,
"freeze": 0,
"frozenItemIds": "string",
"fullAddress": "string",
"historyBalance": 0,
"id": "string",
"imgUrl": "string",
"isRecommend": 0,
"logoUrl": "string",
"name": "string",
"ownerName": "string",
"ownerTel": "string",
"password": "string",
"pid": 0,
"qrcode": "string",
"remark": "string",
"richText": "string",
"shopId": "string",
"shopRemindTel": "string",
"sort": 0,
"status": 0,
"updateTime": "2019-08-24T14:15:22Z",
"userName": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}