[TOC]
## 列表
~~~[api]
post:/business/list
*int:page=1#
*int:limit=10#
<<<
success
~~~
## 详情
~~~[api]
post:/business/info
*int:id=1#商家ID
<<<
success
如果 qrcode = true 显示需要绑定二维码
~~~
## 添加
~~~[api]
post:/business/add
*string:title=名称#
*string:phone=电话#
<<<
success
~~~
## 编辑
~~~[api]
post:/business/edit
*int:id=1#商家ID
*string:title=名称#
*string:phone=电话#
<<<
success
~~~
## 门店详情
~~~[api]
post:/business/shopinfo
*int:id=1#门店ID
<<<
success
~~~
## 列表2
~~~[api]
post:/business/getlist
<<<
success
~~~
## 绑定二维码
~~~[api]
post:/business/getqrcode
*int:id=1#门店ID
<<<
success
~~~