{
"salesId": "lisi111222",
"name": "张",
"alias": "jackzhang",
"mobile": "13800000000",
"department": [
17133,
17134
],
"email": "zhangsan@gzdev.com",
"isLeaderInDept": [
1,
0
]
}curl --location --request POST '/api/v3/update-staff' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"salesId": "lisi111222",
"name": "张",
"alias": "jackzhang",
"mobile": "13800000000",
"department": [
17133,
17134
],
"email": "zhangsan@gzdev.com",
"isLeaderInDept": [
1,
0
]
}'{
"code": 0,
"message": "success"
}