Jelajahi Sumber

新增微信登录日志

rdluck 4 tahun lalu
induk
melakukan
2e4d8c2eef
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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))
 	}
 }