This commit is contained in:
六如
2024-10-04 21:48:38 +08:00
parent 00da3cc0a9
commit c08fec74c9
987 changed files with 24735 additions and 22137 deletions

View File

@@ -19,7 +19,7 @@ import java.util.Map;
/**
* 简易客户端
*
* @author tanghc
* @author 六如
*/
@Data
public class Client {

View File

@@ -33,7 +33,7 @@ import java.util.concurrent.TimeUnit;
/**
* http请求工具基于OKHTTP3
* @author tanghc
* @author 六如
*/
public class HttpTool {
private static final MediaType MEDIA_TYPE_JSON = MediaType.parse("application/json; charset=utf-8");
@@ -419,7 +419,7 @@ public class HttpTool {
/**
* 文件上传类
* @author tanghc
* @author 六如
*/
@Getter
@Setter

View File

@@ -1,7 +1,7 @@
package com.gitee.sop.test.taobao;
/**
* @author tanghc
* @author 六如
*/
public class Constants {
public static final String SIGN_METHOD_HMAC = "hmac";

View File

@@ -13,7 +13,7 @@ import java.util.Arrays;
import java.util.Map;
/**
* @author tanghc
* @author 六如
*/
public class TaobaoSignature {

View File

@@ -19,7 +19,7 @@ import java.util.Optional;
/**
* 涵盖所有测试情况,发版前运行这个类,确保功能没有问题。
*
* @author tanghc
* @author 六如
*/
public class AllInOneTest extends TestBase {

View File

@@ -15,7 +15,7 @@ import java.util.Map;
/**
* 文件下载
* @author tanghc
* @author 六如
*/
public class DownloadTest extends TestBase {

View File

@@ -11,7 +11,7 @@ import java.util.Collections;
import java.util.Map;
/**
* @author tanghc
* @author 六如
*/
public class TestBase extends TestCase {

View File

@@ -10,7 +10,7 @@ import java.util.HashMap;
import java.util.Map;
/**
* @author tanghc
* @author 六如
*/
public class ThrowExceptionDemoTest extends TestBase {