## 示例
~~~[api]
post:/
*uid=1#用户ID
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {
"uid": 1,
"account": "admin",
"name": "Super",
"gender": 1,
"phone": "12345678910",
"birthday": "1980-05-24",
"email":"super@xinwei.com.cn",
"idtype": 1,
"idno": "110100100002120212",
"address": "北京市海淀区中关村软件园7号楼 信威集团",
"role": 1,
"usageStatus": 1
}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~