Commit 0b745b91 authored by hezhen's avatar hezhen Committed by libin

123

parent d6a8edd7
......@@ -60,7 +60,7 @@ public class WeixinController {
@GetMapping(value = "/app/unauth/userInfo")
public String getUserInformation(String code, String callback, HttpServletRequest request) {
log.info("-----微信回调userInfo---code=="+code+"----redirec_url==="+callback);
if (StringUtils.isNotBlank(code)){
if (StringUtils.isBlank(code)){
log.info("----code为空---");
return String.format("code为空");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment