Commit 0b4ba864 by 王昆

gsb

parent 125920a0
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
1. [新增/修改](#save) 1. [新增/修改](#save)
1. [用户信息](#info) 1. [用户信息](#info)
1. [列表](#page) 1. [列表](#page)
1. [激活/冻结](#enabled)
## **<a name="login"> 登录</a>** ## **<a name="login"> 登录</a>**
[返回到目录](#menu) [返回到目录](#menu)
...@@ -80,7 +82,7 @@ ...@@ -80,7 +82,7 @@
## **<a name="page"> 列表</a>** ## **<a name="page"> 列表</a>**
[返回到目录](#menu) [返回到目录](#menu)
##### URL ##### URL
[/web/uc/userCtl/currentUser] [/web/merchant/merchantuserCtl/page]
#### 参数格式 `JSON` #### 参数格式 `JSON`
#### HTTP请求方式 `POST` #### HTTP请求方式 `POST`
...@@ -123,3 +125,28 @@ ...@@ -123,3 +125,28 @@
``` ```
## **<a name="enabled"> 激活/冻结</a>**
[返回到目录](#menu)
##### URL
[/web/merchant/merchantuserCtl/enabled]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
``` javascript
{
"id": "55",
"is_enabled":1 // // 0冻结 1激活
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"data":null,
"requestid": "0c2252903a3d4e6abdd0e83938f90648"
}
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment