Query Plant browsing account
Parameter | Description | Required |
---|---|---|
action | queryPlantBrowsers | True |
usr | Account name, fuzzy query | True |
uid | user id | True |
response:
Parameter | Description | Required |
---|---|---|
usr[x].uid | User id | True |
usr[x].usr | User name | True |
usr[x].plant | Affiliated Plant | True |
usr[x].mobile | mobile phone | False |
usr[x].email | False | |
usr[x].desc | User description | False |
usr[x].gts | Registration time | True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"usr":[
{
"uid":4935,
"usr":"biology",
"plant":[
"深圳豪迈"
],
"gts":"2017-06-10 05:49:34"
}
]
}
}
Possible errors:
Response error code | Description | Details |
---|---|---|
0x0105 | ERR_NOT_FOUND_USR | User not found |