Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 560 Bytes

signAdd.md

File metadata and controls

37 lines (25 loc) · 560 Bytes

补签

地址

/module/action/sign-add.php

要求

  • 用户已登录
  • 非黑名单用户

方法

  • POST

参数

参数 类型 备注
day 整数 签到的日期具体那一天

返回

参数 类型 备注
code 整数 0(失败),1(成功) 请求的状态
msg 字符串 状态的具体说明
{
    "code": 0,
    "msg": "你的补签卡不足!"
}