活动报名接口(个人)
GET
mobile/api/industry/savepersonalapply
请求参数
参数名
类型
描述
必填
applyId
int
活动id
必填
applyName
string
姓名/单位名称
必填
applyCertificate
string
成员证书编号
必填
isSave
boolean
是否保存 true:保存 false:不保存
必填
billType
int
票据类型 1:专用发票 2:普通发票
可选
billBuyerName
string
购买方名称
可选
billServiceName
string
服务名称
可选
billPayeeName
string
收票人姓名
可选
billPayeePhone
string
收票人手机
可选
billExpressAddress
string
快递地址
可选
stayStartTime
string
住宿起始时间
可选
stayEndTime
string
住宿结束时间
可选
stayType
int
房间类型 1:商务间 2:大床房 3:双人间
可选
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
object
示例:null
必填