parent
77f6b5e4a5
commit
ab884b3618
@ -1,23 +0,0 @@ |
||||
package com.gitee.sop.sdk.common; |
||||
|
||||
/** |
||||
* @deprecated 已废弃,使用com.gitee.sop.sdk.common.OpenConfig |
||||
* @author tanghc |
||||
*/ |
||||
@Deprecated |
||||
public class SdkConfig { |
||||
|
||||
public static String SUCCESS_CODE = "10000"; |
||||
|
||||
public static String DEFAULT_VERSION = "1.0"; |
||||
|
||||
public static String FORMAT_TYPE = "json"; |
||||
|
||||
public static String TIMESTAMP_PATTERN = "yyyy-MM-dd HH:mm:ss"; |
||||
|
||||
public static String CHARSET = "UTF-8"; |
||||
|
||||
public static String SIGN_TYPE = "RSA2"; |
||||
|
||||
public static volatile DataNameBuilder dataNameBuilder = new DefaultDataNameBuilder(); |
||||
} |
Loading…
Reference in new issue