ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] get:/v2/admin/attendance/getLeaveDetail *access_open_id#用户id *mt_id#会议id *int:index#页码 *int:limit#条数 最大不超过20条 *int:action_type#考勤 2.请假 3.签到 <<< success 請假: { "code": 0, "msg": "ok!", "data": { "sign": [{ "name": "test25", "mobile": "", "action_content": "测试请假", "timestamp": 1569297600, "access_open_id": "fa9260b5741508bd3f2fa98afadbc94b", "time_desc": "2019-09-24 下午;" }, { "name": "测试21", "mobile": "15035417606", "action_content": "cmd测试请假", "timestamp": 1569297610, "access_open_id": "58dded1206b9a9350f0723ed0d939851", "time_desc": "2019-09-24 下午;2019-09-25 上午;" }], "count": 2 } } 簽到: { "code": 0, "msg": "ok!", "data": { "sign": [{ "name": "test25", "mobile": "", "action_content": "", "timestamp": 1569297600, "access_open_id": "fa9260b5741508bd3f2fa98afadbc94b", "time_desc": "2019-09-25 上午", "data": "12:00" }], "count": 1 } } <<< error ~~~