名称:签到管理编辑用户信息
接口地址:/merchant/meeting_place/setUser
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | 会场查看详情列表id | 18 |
status | int | Y | 签到状态:0未签到,1签到 | 0 |
sign_time | string | Y | 签到时间:如2019/3/11 12:30:00 | 0 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "修改成功",
"result": []
}