名称:签到管理编辑用户信息
接口地址:/open/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 |
| app_id | str | 是 | 商家app_id | 13817213714 |
| timestemp | time | 是 | 请求时间戳,过期时间 | 1584422260 |
| signature | str | 是 | 签名(MD5 app_id,密钥,timestemp) | 0026b97abbfe4a19dda816d33f70c4b4 |
说明
返回示例
{
"code": 200,
"message": "修改成功",
"result": []
}