935090232@qq.com
2022-02-22 bbe0a2fd03063316e50cf141986bda984599bbda
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