fix
wzy
2022-03-28 95efbe14ecf1bae58b5eef030fe97599b568eb83
zq-erp/src/main/java/com/matrix/system/shopXcx/api/WeChatApiTools.java
@@ -73,7 +73,7 @@
      String wechatLoginUrl = wecharLoginUrl;
      String appId =xcxManagerAppid;
      String secret = xcxManagerSecret;
      LogUtil.debug("--->{}, {}", appId, secret);
      return String.format(wechatLoginUrl, appId, secret, code);
   }