1
0
mirror of synced 2025-12-23 10:39:27 +08:00

🎨 修复部分错误的javadoc标签

This commit is contained in:
Binary Wang
2023-06-06 23:35:45 +08:00
parent 15d14929df
commit dd7f02de35
48 changed files with 355 additions and 448 deletions

View File

@@ -16,10 +16,10 @@ import java.util.ArrayList;
import java.util.List;
/**
* The type Wx cp agent work bench impl test.
* 测试工作台服务
*
* @author songshiyu created on : create in 10:31 2020/9/29
* @description: 测试工作台服务
* @author songshiyu
* created at 10:31 2020/9/29
*/
@Guice(modules = ApiTestModule.class)
public class WxCpAgentWorkBenchImplTest {

View File

@@ -1,29 +1,19 @@
package me.chanjar.weixin.cp.api.impl;
import com.google.gson.JsonObject;
import com.google.inject.Inject;
import me.chanjar.weixin.common.bean.WxAccessToken;
import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.cp.api.ApiTestModule;
import me.chanjar.weixin.cp.api.WxCpService;
import me.chanjar.weixin.cp.bean.corpgroup.*;
import me.chanjar.weixin.cp.corpgroup.service.WxCpCgService;
import me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorp;
import org.testng.annotations.Guice;
import org.testng.annotations.Test;
import java.util.List;
import static me.chanjar.weixin.cp.constant.WxCpApiPathConsts.CorpGroup.CORP_GET_TOKEN;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
/**
* @Project: WxJava
* @Package: me.chanjar.weixin.cp.api.impl
* @Description:
* @Author: libo
* @Email: 422423229@qq.com
* @Date: 28/2/2023 7:06 PM
* @author libo
*/
@Guice(modules = ApiTestModule.class)
public class WxCpCorpGroupServiceImplTest {

View File

@@ -26,12 +26,7 @@ import static me.chanjar.weixin.cp.constant.WxCpApiPathConsts.CorpGroup.MA_TRANS
import static org.testng.Assert.assertNotNull;
/**
* @Project: WxJava
* @Package: me.chanjar.weixin.cp.corpgroup.service.impl
* @Description:
* @Author: libo
* @Email: 422423229@qq.com
* @Date: 2/3/2023 4:00 PM
* @author libo
*/
@Guice(modules = ApiTestModule.class)
public class WxCpCgServiceApacheHttpClientImplTest {

View File

@@ -21,12 +21,7 @@ import java.util.List;
import static org.testng.Assert.assertNotNull;
/**
* @Project: WxJava
* @Package: me.chanjar.weixin.cp.api.impl
* @Description:
* @Author: libo
* @Email: 422423229@qq.com
* @Date: 28/2/2023 7:06 PM
* @author libo
*/
@Guice(modules = ApiTestModule.class)
public class WxCpLinkedCorpServiceImplTest {