admin
2021-09-24 1e9d66afda722a8ace7c5a21c9c0bfa0f14989c4
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);
 
}