文档
测试

下单填报信息列表

POST
http://jourly.com/mobile/api/Product/getFormList

请求参数

参数名
类型
描述
必填
product_id
商品id
必填

响应参数

参数名
类型
描述
必填
id
信息id
必填
title
信息名称
必填
type
信息类型
必填
options
选项【选择题】
必填
required
必填 1是 2否
必填
sort
排序
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "1", "product_id": "1056", "title": "姓名", "type": "1", "options": "", "required": "1", "sort": "1", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-16 13:56:15" }, { "id": "2", "product_id": "1056", "title": "证件类型", "type": "3", "options": "身份证|护照|台胞证回乡证|港澳通行证|港澳居民居住证|其他", "required": "1", "sort": "2", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-16 13:58:04" }, { "id": "3", "product_id": "1056", "title": "有效证件号", "type": "1", "options": "", "required": "1", "sort": "3", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-16 13:58:38" }, { "id": "4", "product_id": "1056", "title": "参赛服尺码", "type": "3", "options": "90|100|110|120|130|140|150", "required": "1", "sort": "4", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-16 13:59:24" }, { "id": "5", "product_id": "1056", "title": "手机号", "type": "2", "options": "", "required": "1", "sort": "5", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-16 13:59:36" }, { "id": "6", "product_id": "1056", "title": "家长姓名", "type": "1", "options": "", "required": "1", "sort": "6", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-16 13:59:49" }, { "id": "7", "product_id": "1056", "title": "家长电话", "type": "1", "options": "", "required": "1", "sort": "7", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-16 14:00:01" } ] }