名称:首页验证用户是否填写过注册表单以及是否开通酒店/接送机/行程
接口:/index/meeting/showButton
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
meetid | int | Y | 会议id | 18 |
返回示例
{
"code": 200,
"message": "success",
"result": {
"is_register": true, //注册表单是否开启
"is_hotel": true, //酒店是否开启
"is_plain": true, //接送机是否开启
"is_travel": false, //行程是否开启
"is_pay": false, //是否需要支付
"user_is_register": true //用户注册表单是否填写了
}
}