[TOC]
## 列表
~~~[api]
post:/order/list
*int:page=1#页码
*int:limit=10#每页显示条数
*string:alias=v7538#客户标示
<<<
success
{
"code": 0,
"info": "成功",
"data": {
"list": [{
"id": 123505,
"customer_id": 8,
"state": 1,
"wechat_pay_id": "4200000256201901267310966978",
"create_date": 1548494772,
"success_date": 1548494810,
"price": "0.01",
"price_id": 4,
"type": 1,
"shop_day": 30
}],
"count": 9
}
}
~~~