Showing
1 changed file
with
36 additions
and
0 deletions
促销/operation.md
0 → 100644
1 | +#活动配置接口 | ||
2 | + | ||
3 | +## 接口列表 | ||
4 | +| 接口名称 | 接口描述 | | ||
5 | +| --------| -------- | | ||
6 | +|[/operations/api/v5/activitytemplate/getActivityTemplateInfo](#1)|查询活动模板配置| | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | +## 接口描述 | ||
11 | + | ||
12 | +### 1、查询活动模板配置(/operations/api/v5/activitytemplate/getActivityTemplateInfo) | ||
13 | + | ||
14 | +#### 请求参数 | ||
15 | +| Param Name | Param Type | Required | Param Value | Desc | | ||
16 | +| :-- | --: | --: | --: | --: | | ||
17 | +| id | int | true | 12 |模板id | | ||
18 | + | ||
19 | +#### 响应内容 | ||
20 | +```json | ||
21 | +{ | ||
22 | + "alg": "SALT_MD5", | ||
23 | + "code": 200, | ||
24 | + "data": { | ||
25 | + "createTime": 1456112240, | ||
26 | + "id": "72", | ||
27 | + "image": "http://img12.static.yhbimg.com/yhb-img01/2015/12/30/05/02ad5e928c19c19ddb833aae5bb80c253c.jpg", | ||
28 | + "status": "1", | ||
29 | + "title": "模板标题", | ||
30 | + "updateTime": 0, | ||
31 | + "url": "" | ||
32 | + }, | ||
33 | + "md5": "774278a2f10e712d32eb26cf1d3dd0fd", | ||
34 | + "message": "模板内容" | ||
35 | +} | ||
36 | +``` |
-
Please register or login to post a comment