Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周蓉君
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lijian
9 years ago
Commit
d02c35cef5f660810ae1f0c5712c57d48fc25c05
1 parent
45ff63cc
活动配置接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
促销/operation.md
促销/operation.md
0 → 100644
View file @
d02c35c
#活动配置接口
## 接口列表
| 接口名称 | 接口描述 |
| --------| -------- |
|
[
/operations/api/v5/activitytemplate/getActivityTemplateInfo
](
#1
)
|查询活动模板配置|
## 接口描述
### 1、查询活动模板配置(/operations/api/v5/activitytemplate/getActivityTemplateInfo)
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| id | int | true | 12 |模板id |
#### 响应内容
```
json
{
"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"
:
"模板内容"
}
```
...
...
Please
register
or
login
to post a comment