Commit 2af8ffb1 authored by yinjiacheng's avatar yinjiacheng

update 个人认证完成接口,请求参数去掉手机号

parent 0c9bd50b
...@@ -123,13 +123,9 @@ class LifeAccountPersonalAuthActivity : ...@@ -123,13 +123,9 @@ class LifeAccountPersonalAuthActivity :
XPageManager.push(XRouterPathConstants.CHOOSE_CAREER, null) XPageManager.push(XRouterPathConstants.CHOOSE_CAREER, null)
} }
R.id.btn_next -> { R.id.btn_next -> {
// TODO: 6/21/21 未认证生活号进行个人认证 传参life_account_id
// 个人认证 完成认证 // 个人认证 完成认证
val requestParams = HashMap<String, String?>() ApiService.authComplete(this, hashMapOf())
requestParams["mobile"] = Hawk.get(HawkConfig.Mobile, "")
ApiService.authComplete(
this,
requestParams
)
} }
R.id.tv_privacy_certification -> { R.id.tv_privacy_certification -> {
......
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