文档
测试

活动详情2.0

POST
/api/actives/active_info

请求参数

参数名
类型
描述
必填
a_id
int
示例:111
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:获取成功
必填
data
object
数据字典
必填
a_id
int
活动id
必填
active_free
int
0=免费,1=付费
必填
title
string
活动名称,示例:乳牙干细胞活动
必填
thumb
string
封面图
必填
background
string
背景图
必填
date
string
活动举行的日期
必填
starttime
int
报名开始时间
必填
endtime
int
报名结束时间
必填
consent_form
string
活动同意书
必填
intro
string
活动介绍
必填
active_address
string
地址
必填
active_lng
string
示例:104.01333
必填
active_lat
string
示例:30.71668
必填
service_mobile
string
人工客服电话
必填
service_wechat
string
客服微信
必填
service_wechat_qrcode
string
客服微信二维码
必填
application_object
string
报名对象
必填
active_review_word
array
回顾提示词
必填
active_review_img
array
回顾图片
必填
active_review_video
object
回顾视频
必填
active_review
string
活动回顾
必填
like_num
int
累计点赞数
必填
comment_num
int
累计评论数
必填
week_day
string
星期几
必填
depositor_price
string
储户最低价
必填
not_depositor_price
string
非储户最低价
必填
show_active_time
string
显示活动时间
必填
sign_up_object
报名对象:1=全部,2=储户,3=非储户
必填

说明 / 示例

{ "code": 200, "message": "获取成功", "data": { "a_id": 111, "active_free": 1, "title": "乳牙干细胞活动", "thumb": "https://xs.neo-life.com.cn/uploads/20210909/3c3733a0603a8291e602fccb54e99882dcf06196.png", "background": "https://xs.neo-life.com.cn/uploads/20210909/23083c3635a1e3567d30e04f253cdb750b5164d9.jpg", "date": "2021-09-18", "show_active_time":"11:33", "starttime": 1631241545, "endtime": 1631673549, "consent_form": "<p>活动同意书</p>", "intro": "<p><img src=\"https://xs.neo-life.com.cn/uploads/20210909/ueditor/image/1631155364478153.png\" title=\"1631155364478153.png\" alt=\"text.png\"/></p>", "active_address": "成都市金牛区金泉路15号", "active_lng": "104.01333", "active_lat": "30.71668", "service_mobile": "", "service_wechat": "123456", "service_wechat_qrcode": "https://xs.neo-life.com.cn/uploads/20210909/411c39d1937731932e89ce3896ef366ac98c94f2.jpg", "application_object": "10岁以上", "active_review_img": [ "" ], "active_review_video": null, "active_review": "", "like_num": 0, "comment_num": 0, "week_day": "星期六", "depositor_price": "120", "not_depositor_price": "150" } }