[TOC]
## 购买列表
~~~[api]
post:/buy/list
*int:page=1#页码
*int:limit=10#显示条数
<<<
success
~~~
## 下单
~~~[api]
post:/buy/add
*array:car_arr=[1,2]#购物车ID数组
<<<
success
~~~
## 详情
~~~[api]
post:/buy/info
*int:id=1#ID
<<<
success
~~~
## 支付
~~~[api]
post:/buy/pay
*int:id=1#ID
<<<
success
~~~
## 购买的电子券详情
~~~[api]
post:/buy/coupon
*int:id=1#ID----购买detail ID
<<<
success
~~~