Commit ce7c82ef authored by hezhen's avatar hezhen

Merge branch 'master_activity' into base-modify

parents 7061b8ef 1d350802
...@@ -57,7 +57,7 @@ public class WeixinController { ...@@ -57,7 +57,7 @@ public class WeixinController {
* @param callback * @param callback
* @return * @return
*/ */
@GetMapping(value = "/userInfo") @GetMapping(value = "/app/unauth/userInfo")
public String getUserInformation(String code, String callback, HttpServletRequest request) { public String getUserInformation(String code, String callback, HttpServletRequest request) {
log.info("-----微信回调userInfo---code=="+code+"----redirec_url==="+callback); log.info("-----微信回调userInfo---code=="+code+"----redirec_url==="+callback);
if (StringUtils.isNotBlank(code)){ if (StringUtils.isNotBlank(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