1
0
mirror of synced 2025-12-29 14:50:03 +08:00

将菜单相关的类转移到单独的包里方便管理,以便于某些特殊需求

This commit is contained in:
BinaryWang
2016-08-02 19:48:06 +08:00
parent 6643498a66
commit f7a64a7cf6
13 changed files with 300 additions and 274 deletions

View File

@@ -1,15 +1,17 @@
package me.chanjar.weixin.cp.api;
import com.google.inject.Inject;
import me.chanjar.weixin.common.api.WxConsts;
import me.chanjar.weixin.common.bean.WxMenu;
import me.chanjar.weixin.common.bean.WxMenu.WxMenuButton;
import me.chanjar.weixin.common.exception.WxErrorException;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Guice;
import org.testng.annotations.Test;
import com.google.inject.Inject;
import me.chanjar.weixin.common.api.WxConsts;
import me.chanjar.weixin.common.bean.menu.WxMenu;
import me.chanjar.weixin.common.bean.menu.WxMenuButton;
import me.chanjar.weixin.common.exception.WxErrorException;
/**
* 测试菜单
* @author Daniel Qian