admin
2021-09-13 8ce7c720e4e7a604b0ff770349b5556f39d37759
1
2
3
4
5
6
7
8
9
10
package com.yeshi.fanli.service.inter.config;
 
public interface WXGZService {
 
    /**
     * 初始化自定义菜单
     */
    public void initMenu(String wxGZAppId,String wxGZAppsecret);
 
}