简要描述:
- 设备列表
请求URL:
GET/plugin.advert-market.frontend.center.getEquipments
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"equipments": {
"total": 1,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 3,
"data": [{
"id": 1,
"uniacid": 10,
"store_id": 37,
"sn": "SN666",
"time_total": "12.00",
"show_total": 20,
"amount_total": "3.20",
"sellte_total": "3.20",
"created_at": "2019-12-16 23:32:59",
"updated_at": "2019-12-16 23:32:59",
"deleted_at": null
}]
}
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
equipments->total | int | 数量 |
equipments->data->sn | str | 设备编号 |
equipments->data->sellte_total | float | 累计提成金额 |