简要描述:

  • 报名活动页

请求URL:

GET/route=plugin.crowdfunding.frontend.activity.show

参数:

参数名 是否必须 类型 说明
activity_id int 活动ID

返回示例:

正确时返回:

{
    "id": 4,
    "uniacid": 1,
    "title": "\u6d3b\u52a81",
    "image": "images/1/2021/12/925aa752bdba13095368439a044a932b.png",
    "video": "videos/1/2022/07/e6eb2d992e4eaf5764f11dcf60616c9e.mp4",
    "amount": "123.00",
    "start_at": 1656604800,
    "end_at": 1660579200,
    "diy_form_id": 4,
    "new_poster_id": 2,
    "illustrate": "123123",
    "rich_text": "<p>123123</p>",
    "initiator_comment": [{ "comment": "1" }, { "comment": "2" }],
    "supporter_comment": [{ "comment": "3" }, { "comment": "4" }],
    "join_count": 0,
    "support_count": 1,
    "total_amount": "0.00",
    "created_at": "2022-07-15 14:49:52",
    "updated_at": "2022-07-18 15:55:45",
    "status": 1,
    "deleted": 0,
    "is_activity_member": true,
    "status_text": "\u8fdb\u884c\u4e2d",
    "image_url": "http://localhost:8788/static/upload/images/1/2021/12/925aa752bdba13095368439a044a932b.png",
    "video_url": "http://localhost:8788/static/upload/videos/1/2022/07/e6eb2d992e4eaf5764f11dcf60616c9e.mp4",
    "start_at_text": "2022-07-01 00:00:00",
    "end_at_text": "2022-08-16 00:00:00"
  }

参数名 类型 说明
id int 活动id
title string 标题
amount int 活动筹款金额
start_at_text string 开始时间
end_at_text string 结束时间
illustrate string 说明
rich_text string 详情富文本
image_url string 主图地址
video_url string 视频地址
is_activity_member int 当前会员是否已经报名: false 未报名, true已报名