MCPcopy Index your code
hub / github.com/TruthHun/BookStack / SignStatus

Method SignStatus

controllers/api/LoginedController.go:238–240  ·  view source on GitHub ↗

查询签到状态

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

NewSignFunction · 0.92
ResponseMethod · 0.80
LatestSignTimeMethod · 0.80
isLoginMethod · 0.80

Tested by

no test coverage detected