mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
1.13.4
This commit is contained in:
@@ -8,7 +8,7 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
* 请求form
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
|
@@ -2,7 +2,7 @@ package com.gitee.sop.sdk.common;
|
||||
|
||||
/**
|
||||
* 请求方法枚举
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
public enum RequestMethod {
|
||||
|
||||
|
@@ -2,7 +2,7 @@ package com.gitee.sop.sdk.common;
|
||||
|
||||
/**
|
||||
* @deprecated 已废弃,使用com.gitee.sop.sdk.common.OpenConfig
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
@Deprecated
|
||||
public class SdkConfig {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package com.gitee.sop.sdk.common;
|
||||
|
||||
/**
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
public class SopSdkConstants {
|
||||
public static String DATA_SUFFIX = "_response";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package com.gitee.sop.sdk.exception;
|
||||
|
||||
/**
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
public class SdkException extends RuntimeException {
|
||||
|
||||
|
@@ -32,7 +32,7 @@ import java.util.Map;
|
||||
*
|
||||
* @param <T> 对应的Response对象
|
||||
*
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
public abstract class BaseRequest<T extends BaseResponse> {
|
||||
|
||||
|
@@ -16,7 +16,7 @@ import lombok.Setter;
|
||||
* },
|
||||
* "sign": "ERITJKEIJKJHKKKKKKKHJEREEEEEEEEEEE"
|
||||
* }
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
@Setter
|
||||
@Getter
|
||||
|
@@ -9,7 +9,7 @@ import java.io.InputStream;
|
||||
|
||||
/**
|
||||
* 文件工具类
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
public class FileUtil {
|
||||
|
||||
|
@@ -2,7 +2,7 @@ package com.gitee.sop.sdk.util;
|
||||
|
||||
/**
|
||||
* hex工具类
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
public class HexUtil {
|
||||
private static final String ZERO = "0";
|
||||
|
@@ -4,7 +4,7 @@ import java.security.MessageDigest;
|
||||
|
||||
/**
|
||||
* MD5工具类
|
||||
* @author thc
|
||||
* @author tanghc
|
||||
*/
|
||||
public class MD5Util {
|
||||
|
||||
|
Reference in New Issue
Block a user