operation.md 935 Bytes

#活动配置接口

接口列表

接口名称 接口描述
/operations/api/v5/activitytemplate/getActivityTemplateInfo 查询活动模板配置

接口描述

1、查询活动模板配置(/operations/api/v5/activitytemplate/getActivityTemplateInfo)

请求参数

Param Name Param Type Required Param Value Desc
id int true 12 模板id

响应内容

{
    "alg": "SALT_MD5",
    "code": 200,
    "data": {
        "createTime": 1456112240,
        "id": "72",
        "image": "http://img12.static.yhbimg.com/yhb-img01/2015/12/30/05/02ad5e928c19c19ddb833aae5bb80c253c.jpg",
        "status": "1",
        "title": "模板标题",
        "updateTime": 0,
        "url": ""
    },
    "md5": "774278a2f10e712d32eb26cf1d3dd0fd",
    "message": "模板内容"
}