通过qq_skey提交打卡
接口地址 https://apis.kit9.cn/api/qq_daily_sign_card/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 http://api.kit9.cn/api/qq_daily_sign_card/api.php?qq=123456&skey=@123456&p_skey=123456
参数说明
| 参数 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 是 | String | ||
| skey | 是 | String | skey |
| p_skey | 是 | String | p_skey来源ti.qq.com |
返回参数
| 名称 | 类型 | 说明 | ||
|---|---|---|---|---|
| code | number | 状态码 200为正常,其它为异常 | ||
| msg | string | 状态说明 | ||
| data | array | 数组 | ||
| state | string | 提交类型 0为成功 1为已签到 2为未知 3为ck失效 | ||
| result | string | 提交结果 | ||
| title | string | 打卡标题 | ||
| pic | string | 打卡封面 | ||
返回示例
{
"code": 200,
"msg": "success",
"data": {
"state": "0",
"result": "打卡成功",
"title": "愚你同乐",
"pic": "https://tianshu.gtimg.cn/tianshu/1648630278262.png"
}
}