fix
Helius
2021-11-12 f6c9956e1fd3e21c342e4840b715a7465814f3b0
zq-erp/src/main/java/com/matrix/system/shopXcx/api/WeChatApiTools.java
@@ -47,7 +47,22 @@
    */
   public  String getXcxLoginUrl(String code,Long companyId) {
      String wechatLoginUrl = PropertiesUtil.getString(WECHAT_LOGIN_URL);
      return String.format(wechatLoginUrl, getAppid(companyId), getSecret(companyId), code);
   }
   /**
    * 获取管理端小程序登录地址
    *
    * @param code
    * @return
    */
   public String getManagerXcxLoginUrl(String code) {
      String wechatLoginUrl = PropertiesUtil.getString(WECHAT_LOGIN_URL);
      String appId = PropertiesUtil.getString(AppConstance.MINI_PROGRAM_MANAGER_APP_ID);
      String secret = PropertiesUtil.getString(AppConstance.MINI_PROGRAM_MANAGER_SECRET);
      return String.format(wechatLoginUrl, appId, secret, code);
   }
   /**
@@ -67,8 +82,6 @@
      BusParameterSettings secret = busParameterSettingsDao.selectCompanyParamByCode(AppConstance.MINIPROGRAM_SECRET, companyId);
      return  secret.getParamValue();
   }
   /**
    * 清空token