打卡
POST
https://airead.pgcxhy.com.cn/AIread/save_clock_info
接口描述
当用户学习完文章的第四环节后调用该接口,后续操作可根据打卡状态进行区分
请求参数
参数名
类型
描述
必填
account
String
用户账号
必填
article_id
String
文章ID 例如:10019
必填
timestamp
Int
当前时间十位时间戳
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
info
string
示例:数据保存成功
必填