查询签到状态
()
| 236 | |
| 237 | // 查询签到状态 |
| 238 | func (this *LoginedController) SignStatus() { |
| 239 | this.Response(http.StatusOK, messageSuccess, map[string]int{"sign_at": models.NewSign().LatestSignTime(this.isLogin())}) |
| 240 | } |
nothing calls this directly
no test coverage detected