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();