1
This commit is contained in:
@@ -111,6 +111,7 @@ func (c *DjswController) OrderCommentPush() {
|
||||
func (c *DjswController) Token() {
|
||||
urlValues, err := utils.HTTPBody2Values(c.Ctx.Input.RequestBody, false)
|
||||
globals.SugarLogger.Info(utils.Format4Output(utils.Format4Output(err, false), false))
|
||||
globals.SugarLogger.Info(utils.Format4Output(utils.Format4Output(urlValues, false), false))
|
||||
jd.OnTokenChange(urlValues)
|
||||
c.Data["json"] = c.transferResponse("Token", nil)
|
||||
c.ServeJSON()
|
||||
|
||||
Reference in New Issue
Block a user