{
"agentName": "城市合伙人",
"agentRuleId": 101,
"agentType": 1,
"cityCode": 510100,
"countyCode": 510104,
"createTime": "2019-08-24T14:15:22Z",
"expireTime": "2019-08-24T14:15:22Z",
"fullArea": "string",
"id": 1,
"isExpired": true,
"nickName": "张三",
"phone": "string",
"provinceCode": 510000,
"updateTime": "2019-08-24T14:15:22Z",
"userId": 123456
}
curl --location --request POST '/admin/fruits/partner/disable' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentName": "城市合伙人",
"agentRuleId": 101,
"agentType": 1,
"cityCode": 510100,
"countyCode": 510104,
"createTime": "2019-08-24T14:15:22Z",
"expireTime": "2019-08-24T14:15:22Z",
"fullArea": "string",
"id": 1,
"isExpired": true,
"nickName": "张三",
"phone": "string",
"provinceCode": 510000,
"updateTime": "2019-08-24T14:15:22Z",
"userId": 123456
}'
{
"code": 0,
"message": "string",
"result": "string",
"success": true,
"timestamp": 0
}