{
"avatar": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"phone": "string",
"staffName": "string",
"status": 0,
"storeId": 0,
"uid": 0,
"updateTime": "2019-08-24T14:15:22Z",
"verifyStatus": 0
}
curl --location --request POST '/api/admin/system/store/staff/update?id' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatar": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"phone": "string",
"staffName": "string",
"status": 0,
"storeId": 0,
"uid": 0,
"updateTime": "2019-08-24T14:15:22Z",
"verifyStatus": 0
}'
{
"code": 0,
"data": "string",
"message": "string"
}