Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"companyName": "string",
"industryId": "string",
"describes": "string",
"pageSize": 0,
"pageNum": 0
}curl --location 'https://www.mengzhikeji.cn/prod-api/merchant/aixg/customer/company/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"companyName": "string",
"industryId": "string",
"describes": "string",
"pageSize": 0,
"pageNum": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}