简要描述:

请求域名:

  • http://xx.com

请求URL:

GET/plugin.store-cashier.admin.store-basic.slide-show-one

参数:

参数名 是否必须 类型 说明
id int 幻灯片id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "id": 1,
        "thumb": "images/3/2017/11/hTwWWTNFvgiZITWJxxJteJ96TDNDDH.jpg",
        "name": "111",
        "display_order": 1,
        "link": "http://dev3.yunzshop.com/addons/yun_shop/?menu#/home?i=3",
        "min_link": "142343",
        "is_open": 1
    }
}

错误时返回:

  {
    "result": 0,
    "msg": "",
    "data": []
}

返回参数说明:

参数名 类型 说明
id int id
display_order string 排序
name string 标题
thumb string 图片
link string 链接
min_link string 小程序链接
is_open int 1显示,0不显示

备注:

  • 更多返回错误代码请看首页的错误代码描述