简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2024-08-02 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | token参数 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"status": 200,
"msg": [
{
"id": 1,
"shop_id": 1,
"title": "小李",
"small_title": "专业红娘20年",
"content": "我是红娘",
"imgs": [
"https://wzbupload.com/66a1476fe.png"
],
"price": "1.00",
"old_price": "1.00",
"discount_price": 1
},
{
"id": 3,
"shop_id": 1,
"title": "见面礼物?",
"small_title": "成品舞",
"content": "?牛仔哥",
"imgs": [
"https://wzbupload.com/66ab75583.jpg",
"https://wzbupload.com//66ab75cd21.jpg"
],
"price": "2.00",
"old_price": "3.00",
"discount_price": 1
}
],
"data": []
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | string | 记录id |
shop_id | string | 店铺id |
title | string | 标题 |
small_title | int | 小标题 |
content | string | 内容 |
imgs | array | 图片列表 |
price | string | 价格 |
old_price | string | 原价格 |
discount_price | string | 会员卡折扣价 |
备注:
- 无
作者:admin 创建时间:2024-08-02 14:01
最后编辑:admin 更新时间:2025-04-01 15:40
最后编辑:admin 更新时间:2025-04-01 15:40