Skip to content

用户信息采集

用户信息采集

根据事件id获取表单

GET /information_collect_form/{eventId}

权限

  • 需认证

响应

成功响应InformationCollectForm结构体

InformationCollectForm结构体

字段描述
formTitle string表单名称
allowSkip bool是否允许跳过,1表示允许
eventId int string事件id
items FormItem表单项

FormItem 结构体

字段描述
type string表单元素类型
title string表单元素名称
filed string表单元素类型
value string表单元素值
required bool是否必填
validate Validate大图

Validate 结构体

字段描述
required bool验证规则:是否必填
message string错误提示信息
min string验证规则:最小值
message string错误提示信息
max string验证规则:最大值
message string错误提示信息

根据动作获取事件

GET /information_collect_event/{action}

权限

  • 需认证

参数

字段描述
targetType string目标类型,比如course,classroom,none
targetId int string目标ID 0为当前类型全部

响应

成功响应InformationCollectEvent结构体

InformationCollectEvent 结构体

字段描述
id int string事件id
title string信息采集的标题
formTitle string信息采集表单的标题
action string信息采集的位置行为buy_after=购买后,buy_before=购买前
status string信息采集开启状态,open:开启;close:关闭
allowSkip bool是否允许跳过
creator int string创建者
createdTime datetime创建时间
updatedTime datetime最后更新时间
isSubmited bool是否提交