GET api/Active/GetActiveInfo?id={id}

前台--获取活动根据id(编辑)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

前台--获取活动根据id(编辑)

ActiveDto
NameDescriptionTypeAdditional information
SectionName

地段名称

string

None.

RegionName

区域名称

string

None.

CategoryName

分类名称

string

None.

SignUpNums

报名人数

integer

None.

RealSignUpNums

实际报名人数 从报名表获取

integer

None.

ActiveId

活动id

integer

None.

ChrTitle

活动标题

string

None.

CategoryId

活动分类

integer

None.

Filepath

封面

string

None.

EndDate

报名截至时间

date

None.

Dtappenddate

创建时间

date

None.

IntNum

报名人数(增量)

integer

None.

LimitNum

活动限制人数 新增字段

integer

None.

ActiveStatus

活动状态

ActiveStatusType

None.

Filepath2

封面2 新增封面2

string

None.

Shop_X

地点X坐标

decimal number

None.

Shop_Y

地点Y坐标

decimal number

None.

ChrAddress

活动地点

string

None.

ActiveTime

活动时间

string

None.

SignupSheetId

报名表单 新增字段

integer

None.

ActiveInitiator

活动发起者

string

None.

SectionId

地段id

integer

None.

RegionId

区域id 新增字段从quyu字段转接

integer

None.

PayName

费用名称

string

None.

PayJifen

活动费用

decimal number

None.

ChrContent

活动详情

string

None.

Intorder

排序值

integer

None.

Hits

浏览数

integer

None.

IsSignUp

当前用户是否报过名(值不对,请勿使用)

boolean

None.

ActiveWeixin

活动微信

string

None.

ActiveWeixinQRcode

活动微信二维码

string

None.

IsDisplay

是否显示

boolean

None.

IsCustomShare

是否自定义分享

boolean

None.

CustomShareTitle

分享标题

string

None.

CustomShareSummary

分享摘要

string

None.

ShareImagePath

分享图片路径

string

None.

ShareTitle

分享标题

string

None.

ShareSummary

分享摘要

string

None.

CustomShareImagePath

分享图片路径

string

None.

SignUpRequire

报名要求

ActiveSignRequireType

None.

ActiveFeeType

活动费用收费类别

ActiveFeeType

None.

ActiveEndTime

活动结束时间

date

None.

UserId

会员id

integer

None.

UserName

会员昵称

string

None.

IsPackagePublished

是否发过红包

boolean

None.

PackageAmountPerUser

每人红包金额(分)

integer

None.

PackageQuantities

红包数量

integer

None.

PackagePayStatus

红包支付状态,只会使用已支付或未支付

PayStatus

None.

IsOnline

活动类型

boolean

None.

ActiveTips

活动提示

string

None.

IsKill

审核状态

AuditStatusType

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ActiveDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Active.Service.Dto">
  <ActiveEndTime>2024-04-30T01:44:00.4260704+08:00</ActiveEndTime>
  <ActiveFeeType>Free</ActiveFeeType>
  <ActiveId>6</ActiveId>
  <ActiveInitiator>sample string 18</ActiveInitiator>
  <ActiveStatus>SignUping</ActiveStatus>
  <ActiveTime>sample string 16</ActiveTime>
  <ActiveTips>sample string 43</ActiveTips>
  <ActiveWeixin>sample string 27</ActiveWeixin>
  <ActiveWeixinQRcode>sample string 28</ActiveWeixinQRcode>
  <CategoryId>8</CategoryId>
  <CategoryName>sample string 3</CategoryName>
  <ChrAddress>sample string 15</ChrAddress>
  <ChrContent>sample string 23</ChrContent>
  <ChrTitle>sample string 7</ChrTitle>
  <CustomShareImagePath>sample string 36</CustomShareImagePath>
  <CustomShareSummary>sample string 32</CustomShareSummary>
  <CustomShareTitle>sample string 31</CustomShareTitle>
  <Dtappenddate>2024-04-30T01:44:00.4260704+08:00</Dtappenddate>
  <EndDate>2024-04-30T01:44:00.4260704+08:00</EndDate>
  <Filepath>sample string 9</Filepath>
  <Filepath2>sample string 12</Filepath2>
  <Hits>25</Hits>
  <IntNum>10</IntNum>
  <Intorder>24</Intorder>
  <IsCustomShare>true</IsCustomShare>
  <IsDisplay>true</IsDisplay>
  <IsKill>TobeAgree</IsKill>
  <IsOnline>true</IsOnline>
  <IsPackagePublished>true</IsPackagePublished>
  <IsSignUp>true</IsSignUp>
  <LimitNum>11</LimitNum>
  <PackageAmountPerUser>40</PackageAmountPerUser>
  <PackagePayStatus>None</PackagePayStatus>
  <PackageQuantities>41</PackageQuantities>
  <PayJifen>22.1</PayJifen>
  <PayName>sample string 21</PayName>
  <RealSignUpNums>5</RealSignUpNums>
  <RegionId>20</RegionId>
  <RegionName>sample string 2</RegionName>
  <SectionId>19</SectionId>
  <SectionName>sample string 1</SectionName>
  <ShareImagePath>sample string 33</ShareImagePath>
  <ShareSummary>sample string 35</ShareSummary>
  <ShareTitle>sample string 34</ShareTitle>
  <Shop_X>13.1</Shop_X>
  <Shop_Y>14.1</Shop_Y>
  <SignUpNums>4</SignUpNums>
  <SignUpRequire>Member</SignUpRequire>
  <SignupSheetId>17</SignupSheetId>
  <UserId>37</UserId>
  <UserName>sample string 38</UserName>
</ActiveDto>