...
|
...
|
@@ -102,4 +102,27 @@ |
|
|
| 返回码说明||
|
|
|
|:-------| -----:|
|
|
|
|返回码|说明|
|
|
|
|200|请求成功|
|
|
|
|
|
|
## 4、解除账号绑定--删除ssorelation数据##
|
|
|
#### 请求参数 get
|
|
|
| 参数名称 | 参数类型 |长度| 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|
|
|
|type|int||否|||登录类型---mars,now自己的type|
|
|
|
|authId|String||否|||登录账号|
|
|
|
|
|
|
请求参数示例:http://localhost:8096/uic/relation/deleteSSORelation?debug=XYZ&type=11&authId=weixin2016
|
|
|
|
|
|
响应JSON格式如下所示:
|
|
|
```json
|
|
|
{
|
|
|
"code": 200,
|
|
|
"message": "成功操作",
|
|
|
"data": null
|
|
|
}
|
|
|
```
|
|
|
#### 返回码说明:
|
|
|
| 返回码说明||
|
|
|
|:-------| -----:|
|
|
|
|返回码|说明|
|
|
|
|200|请求成功| |
|
|
\ No newline at end of file |
...
|
...
|
|