Edit account information
Editing account information occurs after authentication has been passed
Parameter | Description | Required |
---|---|---|
action | editAccount | True |
False | ||
mobile | Mobile phone | False |
qname | Nickname | False |
photo | Avatar | False |
cname | Corporate name | False |
caddr | Company address | False |
ctel | Company phone | False |
False | ||
wx | False | |
bomb | Whether WeChat binding account pops up, false: pop up, true: no pop up | False |
When all optional parameters are not passed, it means there is no need to modify them. Passing a null value means leaving the parameter blank, such as "&cname=", which can leave the company name blank
response:
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
Response error code | Description | Details |
---|---|---|
0x0001 | ERR_FAIL | Failed (possible reason for update failure) |
0x0006 | ERR_FORMAT_ERROR | parameter error |