[TOC]
## 購買會員等級
~~~[api]
post:/client/addorder
*int:level_id=會員等級ID#
<<<
success
~~~
##獲取分享鏈接
~~~[api]
post:/client/getreceive
*int:id=訂單ID#
<<<
success
~~~
##打開分享鏈接
~~~[api]
post:/service/getreceive
*int:id=訂單ID#
<<<
success
~~~
##提交資料和短信驗證碼
~~~[api]
post:/service/memberreceive
*int:order_id=訂單ID#
*string:member_name=姓名#
*string:phone=電話#
*int:code=短信驗證碼#
<<<
success
~~~
## 購買列表
~~~[api]
post:/client/buylist
*int:page=1#
*int:limit=10#
<<<
success
~~~
##購買詳情
~~~[api]
post:/client/buyinfo
*int:id=ID#
<<<
success
~~~