文档
测试

当天是否签到

GET
{{url_public}}/sign/in/day/is

响应数据

```json { "errorCode": 0, "msgType": 1, "result": true // true:表示当天已经签到 ```