All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pdd.pop.sdk.common.constant.Constants Maven / Gradle / Ivy

There is a newer version: 1.10.85
Show newest version
package com.pdd.pop.sdk.common.constant;

public interface Constants {
    
    /** 默认时间格式 **/
    String DATE_TIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
    
    /** Date默认时区 **/
    String DATE_TIMEZONE = "GMT+8";
    
    /** UTF-8字符集 **/
    String CHARSET_UTF8 = "UTF-8";
    
    /** 客户端编号 **/
    String CLIENT_ID = "client_id";
    
    /** 签名字段 **/
    String SIGN = "sign";
    
    /** MD5签名方法 **/
    String MD5 = "md5";
    
    String AUTH_CODE_TYPE = "authorization_code";
    
    String REFRESH_TYPE = "refresh_token";
    
    String ACCESS_TOKEN = "access_token";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy