hz-zhhq-app-service/greenH5modul/.svn/pristine/3a/3a083d0b0b5e83bdf994a72ee06...

19 lines
460 B
Plaintext
Raw Normal View History

2025-01-21 13:12:35 +08:00
package com.nationalelectric.greenH5.identityAuth.util;
/**
* 身份验证接口 常量类
* @author Feb
*
*/
public class Const {
// URL
public static String ID_AUTH_URL = "http://www.idverify.cn/identityCloud/api/webApi/identification/fastIdentify";
// 身份验证接口 APPID
public static String ID_AUTH_APPID = "app5KvQO16uQo7rWh8v";
// 身份验证接口 APPKEY
public static String ID_AUTH_APPKEY = "CzwkfKUeh5ljnuVbdoxv3sjtiW4RDP3E";
}