admin
2024-01-23 81da61b828e29b7745e1382dfbbaeb685dc083ef
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();