This commit is contained in:
邹宗楠
2023-07-17 11:52:56 +08:00
parent 6c41b23ccb
commit dd0f967858
5 changed files with 2 additions and 25 deletions

View File

@@ -110,7 +110,6 @@ func (c *DjswController) OrderCommentPush() {
func (c *DjswController) Token() {
urlValues, err := utils.HTTPBody2Values(c.Ctx.Input.RequestBody, false)
globals.SugarLogger.Info(utils.Format4Output(utils.URLValues2Map(urlValues), false))
globals.SugarLogger.Info(utils.Format4Output(utils.Format4Output(err, false), false))
jd.OnTokenChange(urlValues)
c.Data["json"] = c.transferResponse("Token", nil)