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