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