Files
check_in/config.json
jeremygan2021 4597d6fe35 支付功能
2026-01-28 22:54:03 +08:00

91 lines
2.5 KiB
JSON

{
"event_title": "AI共生大会",
"event_sub_title": "云南AI大会",
"event_time": "等待输入",
"event_location": "玉溪青花街三生咖啡酒吧",
"event_content": "等待输入",
"primary_color": "#00f2ff",
"secondary_color": "#0066ff",
"bg_color": "#050814",
"header_image": "/static/image1.jpg",
"enable_ticket_validation": false,
"enable_payment": true,
"payment_amount": 0.01,
"wechat_pay_config": {
"appid": "wxdf2ca73e6c0929f0",
"mchid": "1723685511",
"api_v3_key": "XishanquBanzhanweixinzhifumiyao3",
"serial_no": "49E299FC2F01841ECD6658D8B037C5338BD170BA",
"private_key_path": "static/cert/apiclient_key.pem",
"notify_url": "https://event.quant-speed.com/ticket/finish/"
},
"enable_seating": false,
"total_tables": 14,
"max_per_table": 10,
"ticket_field_config": {
"name": {
"label": "姓名",
"show": true,
"required": true
},
"phone": {
"label": "手机号码",
"show": true,
"required": true
},
"industry_company": {
"label": "单位名称",
"show": true,
"required": true
}
},
"checkin_field_config": {
"name": {
"label": "姓名",
"show": true,
"required": true
},
"phone": {
"label": "手机号码",
"show": true,
"required": true
},
"company_name": {
"label": "单位名称",
"show": true,
"required": false
},
"position": {
"label": "职务",
"show": true,
"required": false
},
"business_scope": {
"label": "公司主要经营 / 业务",
"show": true,
"required": false
},
"vision_2026": {
"label": "2026年业务愿景",
"show": true,
"required": false
}
},
"wall_config": {
"bg_opacity": 0.3,
"show_title": true,
"learn_more_url": "",
"show_fields": {
"name": true,
"company_name": true,
"position": true,
"vision_2026": true,
"business_scope": true
}
},
"db_host": "6.6.6.66",
"db_port": "5432",
"db_user": "123",
"db_password": "1231",
"db_name": "123"
}