Commit 8f095ce8 authored by yinjiacheng's avatar yinjiacheng

del 测试代码

parent 8274592a
...@@ -685,9 +685,6 @@ class LifeAccountIDCardAuthFragment : BaseFragment<FragmentLifeAccountIdCardAuth ...@@ -685,9 +685,6 @@ class LifeAccountIDCardAuthFragment : BaseFragment<FragmentLifeAccountIdCardAuth
Pair("liveness_type", Constant.TYPE_MEG_LIVE) Pair("liveness_type", Constant.TYPE_MEG_LIVE)
) )
) )
ApiService.authLiveIdentity(this)
LifeAccountAuthDataManager.personalAuthData.isFaceAuthPass = true
(activity as LifeAccountPersonalAuthActivity).checkNextCondition()
} }
override fun authPersonCheckFailure(code: Int?, message: String?) { override fun authPersonCheckFailure(code: Int?, message: String?) {
...@@ -836,18 +833,6 @@ class LifeAccountIDCardAuthFragment : BaseFragment<FragmentLifeAccountIdCardAuth ...@@ -836,18 +833,6 @@ class LifeAccountIDCardAuthFragment : BaseFragment<FragmentLifeAccountIdCardAuth
Pair("liveness_type", Constant.TYPE_MEG_LIVE) Pair("liveness_type", Constant.TYPE_MEG_LIVE)
) )
) )
ApiService.authEnterpriseLiveIdentity(
this,
hashMapOf(
Pair(
"record_id",
LifeAccountAuthDataManager.merchantAuthData.authRecordId.toString()
)
)
)
LifeAccountAuthDataManager.personalAuthData.isFaceAuthPass = true
// 检查下一步条件
(activity as LifeAccountEnterpriseAuthActivity).checkNextCondition()
} }
override fun authIndividualBusinessIdentityCommitFailure(message: String?) { override fun authIndividualBusinessIdentityCommitFailure(message: String?) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment