1
0
mirror of synced 2026-02-19 12:17:55 +08:00

🎨 fix javadoc by removing @date

This commit is contained in:
Binary Wang
2022-08-23 00:37:10 +08:00
parent f94e67056d
commit 36602d58a5
757 changed files with 789 additions and 762 deletions

View File

@@ -6,7 +6,7 @@ import org.testng.annotations.Test;
* .
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-08-18
* created on 2019-08-18
*/
public class EntPayRequestTest {

View File

@@ -9,7 +9,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* WxPayNotifyResponse 测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-06-30
* created on 2019-06-30
*/
@Slf4j
public class WxPayNotifyResponseTest {

View File

@@ -4,7 +4,7 @@ import org.testng.annotations.Test;
/**
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-07-11
* created on 2020-07-11
*/
public class WxPayScoreRequestTest {
@Test

View File

@@ -10,7 +10,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-03-22
* created on 2020-03-22
*/
@Test
public class ProfitSharingQueryResultTest {

View File

@@ -6,7 +6,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-06-07
* created on 2020-06-07
*/
public class WxPayRefundRequestTest {

View File

@@ -14,7 +14,7 @@ import org.testng.annotations.Test;
/**
* 商家转账到零钱(直连商户)
* @author glz
* @date 2022/6/11
* created on 2022/6/11
*/
@Slf4j
@Test

View File

@@ -20,7 +20,7 @@ import java.io.InputStream;
* 批量转账到零钱(服务商)
*
* @author xiaoqiang
* @date 2021/12/9
* created on 2021/12/9
*/
@Slf4j
@Test

View File

@@ -14,7 +14,7 @@ import java.net.URISyntaxException;
* 测试代码,待补充完善.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-05-19
* created on 2020-05-19
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -17,7 +17,7 @@ import org.testng.annotations.Test;
* 微工卡(服务商)
*
* @author xiaoqiang
* @date 2021/12/9
* created on 2021/12/9
*/
@Slf4j
@Test

View File

@@ -18,7 +18,7 @@ import org.testng.annotations.Test;
* 测试类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-12-26
* created on 2019-12-26
*/
@Slf4j
@Test

View File

@@ -17,7 +17,7 @@ import java.util.List;
* 获取商家转账到零钱服务类API测试
*
* @author zhongjun
* @date 2022/6/17
* created on 2022/6/17
**/
@Slf4j
@Test

View File

@@ -14,7 +14,7 @@ import org.testng.annotations.Test;
/**
* @author chenliang
* @date 2021-08-02 6:45 下午
* created on 2021-08-02 6:45 下午
*/
@Test
@Guice(modules = ApiTestModule.class)