From a8e49145532aac83a85b05492c118a554f72c466 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Thu, 11 Nov 2021 22:50:37 +0800
Subject: [PATCH] Merge branch 'ty_fix' into alpha

---
 zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxUserAction.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxUserAction.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxUserAction.java
index 1b3fffc..e07d511 100644
--- a/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxUserAction.java
+++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxUserAction.java
@@ -94,7 +94,7 @@
         AjaxResult res = new AjaxResult();
         LogUtil.info("code:{}" + code);
         if (StringUtils.isNotBlank(code)) {
-            String requrl = weChatApiTools.getXcxLoginUrl(code, HostInterceptor.getCompanyId(), AppConstance.MINIPROGRAM_APPID);
+            String requrl = weChatApiTools.getXcxLoginUrl(code, HostInterceptor.getCompanyId());
             String reslutData = HttpCurlUtil.sendGetHttp(requrl, null);
             JSONObject json = JSONObject.fromObject(reslutData);
             LogUtil.debug("微信登录获取到登录信息={}", json);

--
Gitblit v1.9.1