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