[User]-Update Info
Developing
Request
Body Params application/json
{
"docId": "string",
"phone": "string",
"name": "string",
"fatherName": "string",
"motherName": "string",
"isDisabled": true
}
Request Code Samples
curl --location --request POST '/api=updateUserInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"docId": "string",
"phone": "string",
"name": "string",
"fatherName": "string",
"motherName": "string",
"isDisabled": true
}'
Responses
application/json {
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"avatar": {}
}
}
Modified at 2025-03-05 16:46:09