admin
2024-10-16 62a447d89331aee1feae7724c7616aa1bb2cfe79
fanli/src/main/java/com/yeshi/fanli/service/impl/config/WXGZServiceImpl.java
@@ -12,9 +12,9 @@
@Service
public class WXGZServiceImpl implements WXGZService {
   @Override
   public void initMenu() {
      String appId = Constant.systemCommonConfig.getWxGZAppId();
      String appSecret = Constant.systemCommonConfig.getWxGZAppSecret();
   public void initMenu(String wxGZAppId,String wxGZAppsecret) {
      String appId = wxGZAppId;
      String appSecret = wxGZAppsecret;
      String accessToken = WXUtil.getAcessToken(appId, appSecret);
      JSONObject root = new JSONObject();
      JSONArray items = new JSONArray();