Authored by gezhengwen

Update 新版UIC接口.md

... ... @@ -358,3 +358,28 @@ mars,资讯还需要调用/relation/deleteSSORelation删除sso_relation表数
|:-------| -----:|
|返回码|说明|
|200|请求成功
## 10、根据mobile/emial修改密码##
#### 请求参数 get
| 参数名称 | 参数类型 |长度| 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|account|String||否||||
|password|String||否|6位以上||||
|area|String||是||||国家码|
请求参数示例:http://localhost:8096/uic/profile/setPasswordByAccount?debug=XYZ&account=18252065175&password=123456
响应JSON格式如下所示:
```json
{
"code": 200,
"message": "操作成功",
"data": null
}
```
#### 返回码说明:
| 返回码说明||
|:-------| -----:|
|返回码|说明|
|200|请求成功
... ...