简要描述:
- 抖音cps-轮播图
请求URL:
GET/route=plugin.tiktok-cps.api.rotation.rotation-list
参数名 | 类型 | 说明 | 是否必须 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": [
{
"id": 1,
"title": "rqrwe",
"url": "http://119.91.205.224/addons/yun_shop/?menu#/category?i=15",
"pic": "http://119.91.205.224/static/upload/images/15/2022/11/ced688cbb7fc8f9245e75b018ca1e95c.png",
"mini_url": "/packageA/member/editmobile/editmobile",
"created_at": null,
"status": 1
}
]
}
参数名 | 类型 | 说明 |
---|---|---|
title | string | 轮播图名称 |
url | string | h5跳转地址 |
mini_url | string | 小程序跳转页面 |
pic | string | 轮播图图片地址 |