文档
测试

活动同意书+活动介绍

POST
/api/Actives/ActiveConsentForm

请求参数

参数名
类型
描述
必填
a_id
number
活动id,示例:24
必填

响应参数

参数名
类型
描述
必填
code
number
示例:200
必填
message
string
示例:获取成功
必填
data
object
html代码
必填
consent_form
string
活动同意书
必填
intro
string
活动介绍
必填

说明 / 示例

{ "code": 200, "message": "获取成功", "data": { "consent_form": "<p style=\"margin-top: 15px; margin-bottom: 15px; padding: 0px; font-family: \">厦门网讯 据海峡导报报道 近百年间,看戏、看电影在厦门很有市场,从戏院、影院的数量便不难看出。</p>", "intro":"活动介绍" } }