소스 검색

新增微信登录日志

rdluck 4 년 전
부모
커밋
2e4d8c2eef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))
 	}
 }