Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
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
android
android_vedio
Commits
5a7320b1
Commit
5a7320b1
authored
Oct 09, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加蚂蚁链
parent
321ba848
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
95 deletions
+71
-95
AndroidManifest.xml
video/app/src/main/AndroidManifest.xml
+9
-1
VipPresenter.kt
...a/com/duben/duoduoplayletu/mvp/presenters/VipPresenter.kt
+1
-1
VipActivity.kt
...java/com/duben/duoduoplayletu/ui/activitys/VipActivity.kt
+61
-93
No files found.
video/app/src/main/AndroidManifest.xml
View file @
5a7320b1
...
...
@@ -121,7 +121,15 @@
<activity
android:name=
".ui.activitys.VipActivity"
android:exported=
"false"
android:screenOrientation=
"portrait"
/>
android:screenOrientation=
"portrait"
tools:node=
"merge"
>
<intent-filter
tools:node=
"replace"
>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<data
android:scheme=
"com.duben.duoduoplayletu.ui.activitys.VipActivity"
tools:ignore=
"AppLinkUrlError"
/>
</intent-filter>
</activity>
<activity
android:name=
".ui.activitys.SettingsActivity"
android:exported=
"false"
...
...
video/app/src/main/java/com/duben/duoduoplayletu/mvp/presenters/VipPresenter.kt
View file @
5a7320b1
...
...
@@ -184,7 +184,7 @@ class VipPresenter : BasePresenter<VipView>() {
fun
getVipPayParams
(
payChannel
:
String
,
pid
:
String
,
isInstallAlipay
:
Boolean
,
enter
:
String
)
{
val
vo
=
HashMap
<
String
,
Any
>()
//
vo["payChannel"] = payChannel
vo
[
"payChannel"
]
=
payChannel
vo
[
"payChannel"
]
=
"ALIPAY"
vo
[
"pid"
]
=
pid
vo
[
"isInstallAlipay"
]
=
isInstallAlipay
...
...
video/app/src/main/java/com/duben/duoduoplayletu/ui/activitys/VipActivity.kt
View file @
5a7320b1
This diff is collapsed.
Click to expand it.
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