Skip to main content

Update User Info Ex

Brief Description

Request Method

  • POST

Request URL

  • http://x.x.x.x:10002/user/update_user_info_ex
Header NameExample ValueRequiredTypeDescription
operationID1646445464564RequiredstringoperationID for global traceability
tokeneyJhbxxxx3XsRequiredstringAdmin token

Request Parameters Example

{
"userInfo": {
"userID": "2",
"nickname": "alantestuid3",
"faceURL": "1111111",
"ex": "123"
}
}
Field NameRequiredTypeDescription
userInfoRequiredobjectUser information
userInfo.userIDRequiredstringUser ID
userInfo.nicknameOptionalstringUser nickname
userInfo.faceURLOptionalstringUser avatar
exOptionalstringExtension field

Success Response Example

{
"errCode": 0,
"errMsg": "",
"errDlt": ""
}

Success Response Parameters Explanation

Parameter NameTypeDescription
errCodeintError code, 0 indicates success
errMsgstringBrief error message, empty if no error
errDltstringDetailed error message, empty if no error
dataobjectGeneric data object, specific structure below

Failure Response Example

{
"errCode": 1004,
"errMsg": "RecordNotFoundError",
"errDlt": ": [1004]RecordNotFoundError"
}

Failure Response Parameters Explanation

Parameter NameTypeDescription
errCodeintError code, refer to the global error code documentation
errMsgstringBrief error message
errDltstringDetailed error message