Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckyFarm
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
LuckyFarm
Commits
43901445
Commit
43901445
authored
Oct 19, 2020
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加提现
parent
bed9079c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
GameActivity.kt
app/src/main/java/com/ym/game/GameActivity.kt
+1
-0
Constant.java
library/src/main/java/com/ym/library/Constant.java
+1
-0
No files found.
app/src/main/java/com/ym/game/GameActivity.kt
View file @
43901445
...
@@ -95,6 +95,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
...
@@ -95,6 +95,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
*/
*/
fun
gotoWithdrawPage
()
{
fun
gotoWithdrawPage
()
{
Log
.
d
(
"wxw"
,
"跳转提现页"
)
Log
.
d
(
"wxw"
,
"跳转提现页"
)
JumpUtils
.
h5Jump
(
"跳转提现页"
,
Constant
.
Param
.
WithDraw
,
false
)
}
}
/**
/**
...
...
library/src/main/java/com/ym/library/Constant.java
View file @
43901445
...
@@ -455,6 +455,7 @@ public class Constant {
...
@@ -455,6 +455,7 @@ public class Constant {
public
static
String
WelfareCenter
=
"https://h5v3.zhangxinzhixun.com/huayuan/Welfare"
;
//福利中心
public
static
String
WelfareCenter
=
"https://h5v3.zhangxinzhixun.com/huayuan/Welfare"
;
//福利中心
public
static
String
PunchRecord
=
"https://h5v3.zhangxinzhixun.com/huayuan/ClockIn"
;
//打卡记录
public
static
String
PunchRecord
=
"https://h5v3.zhangxinzhixun.com/huayuan/ClockIn"
;
//打卡记录
public
static
String
RankList
=
"https://h5v3.zhangxinzhixun.com/huayuan/Ranking"
;
//排行榜
public
static
String
RankList
=
"https://h5v3.zhangxinzhixun.com/huayuan/Ranking"
;
//排行榜
public
static
String
WithDraw
=
"http://h5v2test.zhangxinzhixun.com/farm/Withdraw"
;
//提现页
}
}
...
...
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