实名认证SDK update
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/aliyun-libs/oss-android-sdk-2.9.2.aar
Normal file
BIN
app/aliyun-libs/oss-android-sdk-2.9.2.aar
Normal file
Binary file not shown.
BIN
app/aliyun-libs/rpsdk-4.0.4.aar
Normal file
BIN
app/aliyun-libs/rpsdk-4.0.4.aar
Normal file
Binary file not shown.
Binary file not shown.
@@ -254,17 +254,12 @@ dependencies {
|
||||
implementation 'com.meizu.flyme.internet:push-internal:3.6.3@aar'
|
||||
// vivo推送
|
||||
implementation files("libs/vivo_pushsdk-v2.9.0.0.aar")
|
||||
|
||||
// api 'com.aliyun.dpa:oss-android-sdk:2.2.0'
|
||||
api files('aliyun-libs/aliyun-oss-sdk-android-2.3.0.1.jar')
|
||||
//阿里云实名认证
|
||||
api files('aliyun-libs/windvane-min-8.0.3.2.3.jar')
|
||||
// api files('aliyun-libs/okhttp-3.12.0.jar')
|
||||
// api files('aliyun-libs/okio-1.16.0.jar')
|
||||
api(name: 'FaceLivenessOpen-2.1.6.12', ext: 'aar')
|
||||
api(name: 'rpsdk-release-3.0.0.1', ext: 'aar')
|
||||
api(name: 'SecurityGuardSDK-external-release-5.4.121', ext: 'aar')
|
||||
api(name: 'SecurityBodySDK-external-release-5.4.79', ext: 'aar')
|
||||
api(name: 'NoCaptchaSDK-external-release-5.4.29', ext: 'aar')
|
||||
api(name: 'oss-android-sdk-2.9.2', ext: 'aar')
|
||||
api(name: 'rpsdk-4.0.4', ext: 'aar')
|
||||
api(name: 'SecurityGuardSDK-external-release-5.4.193-preInstall', ext: 'aar')
|
||||
api(name: 'SecurityBodySDK-external-release-5.4.112-preInstall', ext: 'aar')
|
||||
//数字滚动效果
|
||||
implementation 'com.github.YvesCheung:RollingText:1.2.3'
|
||||
// 引入原有第三方裁图源码,方便修改
|
||||
|
@@ -436,9 +436,9 @@ public class JSInterface {
|
||||
public void openFaceLiveness(String verifyToken) {
|
||||
Log.d(TAG, "openFaceLiveness() called with: verifyToken = [" + verifyToken + "]");
|
||||
RPSDK.start(verifyToken, mActivity,
|
||||
(audit, s, s1) -> {
|
||||
Log.d(TAG, String.format(Locale.getDefault(), "openFaceLiveness: auit: %s, s: %s, s1: %s",
|
||||
audit, s, s1));
|
||||
(audit, s) -> {
|
||||
Log.d(TAG, String.format(Locale.getDefault(), "openFaceLiveness: auit: %s, s: %s",
|
||||
audit, s));
|
||||
int result = -3;
|
||||
if (audit == RPSDK.AUDIT.AUDIT_PASS) {
|
||||
// 认证通过
|
||||
@@ -453,11 +453,6 @@ public class JSInterface {
|
||||
} else if (audit == RPSDK.AUDIT.AUDIT_FAIL) {
|
||||
// 认证不通过
|
||||
result = 1;
|
||||
} else if (audit == RPSDK.AUDIT.AUDIT_IN_AUDIT) {
|
||||
// 认证中,通常不会出现,只有在认证审核系统内部出现超时,
|
||||
// 未在限定时间内返回认证结果时出现。此时提示用户系统处理中,
|
||||
// 稍后查看认证结果即可。
|
||||
result = 0;
|
||||
} else if (audit == RPSDK.AUDIT.AUDIT_NOT) {
|
||||
// 未认证,用户取消
|
||||
result = -1;
|
||||
|
BIN
app/src/main/jniLibs/armeabi-v7a/libc++_shared.so
Normal file
BIN
app/src/main/jniLibs/armeabi-v7a/libc++_shared.so
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user