[TOC=2]
## 枚举变量
### 处理状态说明:( status )
| 可选值 | 说明 |
| --- | --- |
| pending | 待处理 |
| approve | 同意 |
| refuse | 拒绝 |
## 商务合作
~~~[api]
get:/merchants/list
int:current_page=1#当前页
int:page_number=10#页码
<<<
success
<<<
error
~~~
## 信息处理
~~~[api]
post:/merchants/handle
*array:id_list=[]#需要处理的id
*string:status=pending#处理状态 见枚举变量
<<<
success
<<<
error
~~~