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