简要描述:
请求域名:
- http://xx.com
请求URL:
GET/plugin.store-cashier.admin.store-advertisement.get-list
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 否 | int | 页数 |
name | 否 | string | 标题 |
store_id | 否 | string | 门店id |
store_name | 否 | string | 门店名称 |
member_id | 否 | int | 店主会员id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": {
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 1,
"data": [
{
"id": 1,
"store_id": 1,
"name": "sfad",
"status": 0,
"store_name": "bc的门店"
}
]
}
}
错误时返回:
{
"result": 0,
"msg": "",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | id |
store_id | int | 门店id |
store_name | string | 门店名称 |
name | string | 标题 |
status | int | 0待审核,1审核通过 |
备注:
- 更多返回错误代码请看首页的错误代码描述