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

com.yunzhanghu.sdk.constants.DataDict Maven / Gradle / Ivy

Go to download

云账户综合服务平台官方 SDK for Java,支持 Java JDK 1.8 及以上版本 Copyright © 2013 - 2024 云账户技术(天津)有限公司 云账户开放平台:https://open.yunzhanghu.com

The newest version!
package com.yunzhanghu.sdk.constants;

public class DataDict {

    public static final int STATUS_200 = 200;
    public static final int STATUS_302 = 302;

    public static final int CONNECT_TIMEOUT = 10 * 1000;
    public static final int SOCKET_TIMEOUT = 30 * 1000;

    public static final String SUCCESS_CODE = "0000";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy