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

cn.zkdcloud.util.Const Maven / Gradle / Ivy

package cn.zkdcloud.util;

public class Const {
    /**
     * token
     */
    public static String TOKEN = "zk123";
    /**
     * appid
     */
    public static String APP_ID = "wxa581eff59e79cda2";
    /**
     * app-secret
     */
    public static String APP_SECRET = "81388d9e20fd3a2369082b005dabe9eb";

    /**
     * Http返回错误状态
     */
    public static String HTTP_ERROR = null;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy