Преглед на файлове

新增微信登录日志

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))
 	}
 }