1
0
mirror of synced 2025-12-26 20:48:00 +08:00

refactor code

This commit is contained in:
Binary Wang
2018-11-18 14:37:55 +08:00
parent 1d35399a7c
commit 3dd70569e6
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package me.chanjar.weixin.mp.api.impl;
import com.google.inject.Inject;
import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.mp.AiLangType;
import me.chanjar.weixin.mp.enums.AiLangType;
import me.chanjar.weixin.mp.api.WxMpService;
import me.chanjar.weixin.mp.api.test.ApiTestModule;
import org.testng.annotations.Guice;