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
509817b7
Commit
509817b7
authored
Jun 27, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix SHQBD-217 企业认证生活号id传入逻辑
parent
5ba8e011
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
LifeAccountEnterpriseAuthActivity.kt
.../newscontent/ui/auth/LifeAccountEnterpriseAuthActivity.kt
+6
-6
No files found.
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/ui/auth/LifeAccountEnterpriseAuthActivity.kt
View file @
509817b7
...
...
@@ -59,13 +59,13 @@ class LifeAccountEnterpriseAuthActivity : BaseActivity<ActivityLifeAccountEnterp
private
var
curFragment
:
Fragment
?
=
null
/**
*
个人生活号id 企业升级
用
*
生活号id 个人认证升级企业认证、企业认证审核驳回修改
用
*/
private
val
personalL
ifeAccountId
by
lazy
{
private
val
l
ifeAccountId
by
lazy
{
intent
.
getSerializableExtra
(
XRouterPathConstants
.
ParamsKey
)
?.
let
{
(
it
as
HashMap
<*,
*>)[
EXTRA_LIFE_ACCOUNT_ID
]
?.
let
{
id
->
id
as
String
}
?:
StorageUtil
.
getLifeAccountId
()
}
}
}
...
...
@@ -252,7 +252,7 @@ class LifeAccountEnterpriseAuthActivity : BaseActivity<ActivityLifeAccountEnterp
ApiService
.
authBusinessLicenseCommit
(
this
,
LifeAccountAuthDataManager
.
generateAuthBusinessLicenseCommitRequest
(
if
(
isAuthModify
)
null
else
personalL
ifeAccountId
,
if
(
isAuthModify
)
null
else
l
ifeAccountId
,
LifeAccountAuthDataManager
.
merchantAuthData
.
authRecordId
)
)
...
...
@@ -262,7 +262,7 @@ class LifeAccountEnterpriseAuthActivity : BaseActivity<ActivityLifeAccountEnterp
ApiService
.
authIndividualBusinessComplete
(
this
,
LifeAccountAuthDataManager
.
generateAuthIndividualBusinessCompleteRequest
(
if
(
isAuthModify
)
null
else
personalL
ifeAccountId
if
(
isAuthModify
)
null
else
l
ifeAccountId
)
)
}
else
if
(
LifeAccountAuthDataManager
.
merchantAuthData
.
merchantType
==
Constant
.
TYPE_COMMON_ENTERPRISE
)
{
...
...
@@ -270,7 +270,7 @@ class LifeAccountEnterpriseAuthActivity : BaseActivity<ActivityLifeAccountEnterp
ApiService
.
authEnterpriseLegalIdentityCommit
(
this
,
LifeAccountAuthDataManager
.
generateAuthEnterpriseLegalIdentityCommitRequest
(
if
(
isAuthModify
)
null
else
personalL
ifeAccountId
if
(
isAuthModify
)
null
else
l
ifeAccountId
)
)
}
...
...
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