This commit is contained in:
苏尹岚
2021-03-23 14:02:19 +08:00
parent bbd2ca3487
commit 9cba4e483c
2 changed files with 68 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ func (c *DjswController) Token() {
if err == nil {
globals.SugarLogger.Info(utils.Format4Output(utils.URLValues2Map(urlValues), false))
}
jd.OnTokenChange(urlValues)
c.Data["json"] = c.transferResponse("Token", nil)
c.ServeJSON()
}