打卡记录设置备注
接口地址
[接口服务器地址]/api/kaoqin/record_set.html
请求方法
POST
Request URL
名称 | 必选 | 说明 |
---|
Request Body
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
record_id | true | string | 打卡记录ID |
note | true | string | 说明 |
调用样例及调试工具
测试接口返回结果(成功)
{"status":1,"code":"0","msg":"","data":[]}
打卡记录设置备注
[接口服务器地址]/api/kaoqin/record_set.html
POST
名称 | 必选 | 说明 |
---|
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
record_id | true | string | 打卡记录ID |
note | true | string | 说明 |
{"status":1,"code":"0","msg":"","data":[]}