导航菜单

页面标题

页面副标题

万能钥匙 v1.1.23 - TCConstants.java 源代码

正在查看: 万能钥匙 v1.1.23 应用的 TCConstants.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.wifitutu.widget.svc.taichi.imp;

import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meituan.robust.PatchProxyResult;

public class TCConstants {
    public static final String AUTHORITIES_SUFFIX = ".ab";
    public static int DEFAULT_CONFIG_FETCH_TIME_INTERVAL = 900000;
    public static final int KV = 2000;
    public static final int OP_ADD = 1;
    public static final int OP_DELETE = 3;
    public static final int OP_UPDATE = 2;
    public static final String PID_EXP = "03500105";
    public static final int SDK_VERSION = 1;
    public static final int TYPE_BOOLEAN = 3;
    public static final int TYPE_JSON = 4;
    public static final int TYPE_LONG = 2;
    public static final int TYPE_STRING = 1;
    public static String URL_EXP = "http://taichi.51y5.net/alps/fcompb.pgs";
    public static ChangeQuickRedirect changeQuickRedirect = null;
    public static String sAppID = null;
    public static String sAppKey = null;
    public static String sAppSecret = null;
    public static String sChannelID = null;
    public static String sDHID = null;
    public static final String sET = "a";
    public static String sVerCode;

    public static String getString() {
        PatchProxyResult proxy = PatchProxy.proxy(new Object[0], (Object) null, changeQuickRedirect, true, 48633, new Class[0], String.class);
        if (proxy.isSupported) {
            return (String) proxy.result;
        }
        return "TCConstants{sAppKey='" + sAppKey + "', sAppSecret='" + sAppSecret + "', sAppID='" + sAppID + "', sDHID='" + sDHID + "', sChannelID='" + sChannelID + "', sVerCode='" + sVerCode + "'}";
    }
}