Explorar o código

新增微信登录日志

rdluck %!s(int64=4) %!d(string=hai) anos
pai
achega
2e4d8c2eef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))
 	}
 }