Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
ShenghuoquanBusiness
Commits
2af8ffb1
Commit
2af8ffb1
authored
Jun 21, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 个人认证完成接口,请求参数去掉手机号
parent
0c9bd50b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
LifeAccountPersonalAuthActivity.kt
...an/newscontent/ui/auth/LifeAccountPersonalAuthActivity.kt
+2
-6
No files found.
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/ui/auth/LifeAccountPersonalAuthActivity.kt
View file @
2af8ffb1
...
@@ -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
->
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment