> 獲取設備收益列表明細
~~~[api]
POST:/api/admin/incomelist
*string:shopToken=默認值#shopToken
string:macno=默認值#設備編號
string:sdate=2022-05-17#開始時間
string:edate=2022-12-03#結束時間
int:page=1#頁數
int:num=20#數量
<<<
success
{
"code":?1,
"message":?"獲取成功",
"data":?[
????????{
"id":?110,
"order_no":?"2022053021144878320",
"macno":?"869298055084669",
"order_money":?0.31,
"money":?0.15,
"proportion":?50,
"ctime":?"2022-05-30?21:28:14"
????????},
????????{
"id":?108,
"order_no":?"2022053018344462803",
"macno":?"869298055084669",
"order_money":?0.21,
"money":?0.1,
"proportion":?50,
"ctime":?"2022-05-30?18:47:23"
????????}
????]
}
<<<
error
{
"code":?-101,
"message":?"請先登入",
"data":?""
}
~~~
#### 返回參數說明:
|參數名|類型|說明|
|:----- |:-----|----- |
| id| int| 明細ID |
| order_no| string| 訂單編號 |
| macno| string| 設備編號|
| order_money| double| 訂單金額|
| money| double| 收益金額|
| proportion| double| 分層比例(%)|
| ctime| string| 分層時間|