简要描述:

  • 活动报名 -域名:www.we7.com.cn

请求URL:

GET/&route=plugin.activity-apply.api.index.getCalssify

返回参数参数:

参数名 是否必须 类型 说明
calssify_title string 活动分类标题
sort int 排序
is_open int 默认为开启
thumb string 图片地址

###成功案例

{
    "result": 1,
    "msg": "成功",
    "data": [
        {
            "id": 2,
            "uniacid": 3,
            "calssify_title": "音乐频道",
            "sort": 23,
            "thumb": "images/3/2018/03/twe2V72PAepzd9eeD92W6SS9aAd8sE.jpg",
            "is_open": 1,
            "create_time": 1566545359,
            "created_at": "2019-08-23 15:29:19",
            "updated_at": null,
            "deleted_at": null
        },
        {
            "id": 1,
            "uniacid": 3,
            "calssify_title": "美食频道",
            "sort": 2,
            "thumb": "images/3/2018/03/eN8O1nlM8tymYLlKz3881Lq1mJqmLm.jpg",
            "is_open": 1,
            "create_time": 1566532026,
            "created_at": "2019-08-23 11:47:06",
            "updated_at": null,
            "deleted_at": null
        }
    ]
}