[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
~~~