正在查看: Kaspi.kz v5.85.1 应用的 Constants.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Kaspi.kz v5.85.1 应用的 Constants.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.iap.android.mppclient.mpm;
import java.util.ArrayList;
import java.util.List;
public class Constants {
public static final String AC_ERROR_PAGE_URL = "https://render.alipay.com/p/yuyan/180020010001253580/exception_system_error.html";
public static final String BIZ_CODE = "MPPAlipayPlusClient";
public static final String HOOK_URL_CONFIG = "[{\"hookType\":\"DECODE_URL\",\"mappingParams\":\"{\\\"codeParamKey\\\":\\\"ACCodeValue\\\",\\\"loadingUrl\\\":\\\"loadingUrl\\\"}\",\"matchRule\":\"https://render.alipay.com/p/w/ac-fe-adaptor/\",\"matchType\":\"CONTAIN\"},{\"hookType\":\"AUTH_URL\",\"mappingParams\":\"{ \\\"acquireId\\\": \\\"1022088000000000001\\\" }\",\"matchRule\":\"http://openauth.alipay.com/\",\"matchType\":\"CONTAIN\"},{\"hookType\":\"AUTH_URL\",\"mappingParams\":\"{ \\\"acquireId\\\": \\\"1022088000000000001\\\" }\",\"matchRule\":\"https://openauth.alipay.com/\",\"matchType\":\"CONTAIN\"},{\"hookType\":\"DOWNGRADE_URL\",\"mappingParams\":\"{\\\"redirectUrl\\\":\\\"https://render.alipay.com/p/yuyan/180020010001253580/exception_no_support.html?errorType=UNMARKED_MOVING_PINS\\\"}\",\"matchRule\":\"^https://render.alipay.com/p/s/i.*scheme=alipays.*\",\"matchType\":\"REGEX\"},{\"hookType\":\"PRE_CREATE_ORDER_DECODE_URL\",\"mappingParams\":\"{\\\"redirectUrl\\\":\\\"https://render.alipay.com/p/yuyan/180020010001253580/exception_no_support.html?errorType=UNMARKED_MOVING_PINS\\\",\\\"queryParamKey\\\":\\\"scheme\\\",\\\"codeParamKey\\\":\\\"qrcode\\\",\\\"codeParamRule\\\":\\\"^https:\\\\\\\\/\\\\\\\\/qr.alipay.com\\\\\\\\/ba.*\\\"}\",\"matchRule\":\"^https://ds.alipay.com.*scheme=alipays.*\",\"matchType\":\"REGEX\"},{\"hookType\":\"DOWNGRADE_URL\",\"mappingParams\":\"{\\\"redirectUrl\\\": \\\"https://render.alipay.com/p/yuyan/180020010001253580/exception_no_support.html?errorType=UNMARKED_MOVING_PINS\\\" }\",\"matchRule\":\"^https://d.alipay.com.*scheme=alipays.*\",\"matchType\":\"REGEX\"},{\"hookType\":\"DOWNGRADE_URL\",\"mappingParams\":\"{ \\\"redirectUrl\\\": \\\"https://render.alipay.com/p/yuyan/180020010001253580/exception_no_support.html?errorType=UNMARKED_MOVING_PINS\\\" }\",\"matchRule\":\"^https://ulink.alipay.com.*scheme=alipays.*\",\"matchType\":\"REGEX\"},{\"hookType\":\"PRE_CREATE_ORDER_DECODE_URL\",\"mappingParams\":\"{\\\"redirectUrl\\\":\\\"https://render.alipay.com/p/yuyan/180020010001253580/exception_no_support.html?errorType=UNMARKED_MOVING_PINS\\\",\\\"queryParamKey\\\":\\\"scheme\\\",\\\"codeParamKey\\\":\\\"qrcode\\\",\\\"codeParamRule\\\":\\\"^https:\\\\\\\\/\\\\\\\\/qr.alipay.com\\\\\\\\/ba.*\\\"}\",\"matchRule\":\"^https://render.alipay.com/p/s/i.*scheme=.*\",\"matchType\":\"REGEX\"}]";
public static final String KEY_CODE_VALUE = "ACCodeValue";
public static final String KEY_OSTYPE = "osType";
public static final String LOADING_URL = "https://render.alipay.com/p/w/ac-loading-page/";
public static final String MPP_MPM_H5_JSAPI_END = "mpp_mpm_h5jsapi_end";
public static final String MPP_MPM_H5_JSAPI_START = "mpp_mpm_h5jsapi_start";
public static final String PREFIX_INTERCEPT_AND_GET_CODE_URL = "https://render.alipay.com/p/w/ac-fe-adaptor";
public static List<String> getAccelerationUrlList() {
ArrayList arrayList = new ArrayList();
arrayList.add("https://render.alipay.com/p/yuyan/180020010000009350/index.html");
arrayList.add("https://render-intl.alipay.com/p/yuyan/180020010001251202/index.html");
arrayList.add("https://render-intl.alipay.com/p/yuyan/180020010001251202/nationalQR.html");
arrayList.add("https://render-intl.alipay.com/p/yuyan/180020010001251202/nationalQR-result.html");
return arrayList;
}
}