1
0
mirror of synced 2026-02-16 02:00:13 +08:00

🎨 移除多余TicketType,移到common模块进行共享使用

This commit is contained in:
Binary Wang
2020-05-02 22:29:32 +08:00
parent 42d92c0291
commit 424a835c45
16 changed files with 31 additions and 64 deletions

View File

@@ -12,7 +12,7 @@ import me.chanjar.weixin.mp.api.WxMpService;
import me.chanjar.weixin.mp.api.test.ApiTestModule;
import me.chanjar.weixin.mp.api.test.TestConfigStorage;
import me.chanjar.weixin.mp.bean.result.WxMpCurrentAutoReplyInfo;
import me.chanjar.weixin.mp.enums.TicketType;
import me.chanjar.weixin.common.enums.TicketType;
import static org.testng.Assert.*;