展会落地页详情
HTTP Request
GET /api/v2/exhibition_landings/:id
HEADERS
| 字段名 | 是否必填 | 描述 |
|---|---|---|
| ACCESS-TOKEN | true | 授权token(aPaas提供) |
URL Parameters
| 字段名 | 必填 | 描述 |
|---|
返回数据
{
"code": 0,
"message": "success",
"remark": "成功",
"data": {
"id": 5,
"head": "https://ikcrm-files-dev.ikcrm.com/exhibition/attachments/files/395/1111.png",
"mobile_head": "https://ikcrm-files-dev.ikcrm.com/exhibition/attachments/files/395/1111.png",
"number": 1,
"end_at": "2025-01-01T12:00:00.000+08:00",
"text": "xxxxxx",
"crm_custom_form_id": 96,
"custom_groups": [
{
"name": "xxxx",
"content": "yyyyyy"
}
],
"exhibition": {
"id": 1,
"name": "xxxxx",
"enable_organizer_api": false,
"invitation_switch": true,
"invitation_award_amount": 1.1,
"entry_type": "gate_code", // 入场方式:gate_code(闸机码)、idcard(身份证)、scene(现场扫码)
},
"hall": {
"name": "xxxxx"
}
}
}文档更新时间: 2025-12-02 10:27 作者:李辉