Commit 209b97f8 by fanjiaxin

联调问题处理

parent 8ebf94df
Pipeline #71592 passed with stages
in 1 minute 4 seconds
...@@ -71,7 +71,7 @@ public class WeChatContextHolder { ...@@ -71,7 +71,7 @@ public class WeChatContextHolder {
return accessToken; return accessToken;
} }
try { try {
return createAccessToken(); return createShopAccessToken();
} catch (InterruptedException e) { } catch (InterruptedException e) {
throw new BizException("微信认证获取AccessToken异常", e); throw new BizException("微信认证获取AccessToken异常", e);
} }
......
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