Selaa lähdekoodia

新增微信登录日志

rdluck 4 vuotta sitten
vanhempi
commit
2e4d8c2eef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      controllers/wechat.go

+ 1 - 1
controllers/wechat.go

@@ -191,7 +191,7 @@ func (this *WechatCommonController) WechatLogin() {
 		if err != nil {
 			utils.FileLog.Info(this.Ctx.Input.URI() + " Err:%s" + err.Error())
 		}
-		utils.FileLog.Info(this.Ctx.Input.URI()+" code: %s , return data:", code, string(returnResult))
+		utils.FileLog.Info(this.Ctx.Input.URI()+" code: %s , return data: %s", code, string(returnResult))
 	}
 }