Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c8f269aa
authored
4 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付宝充值 限制uid测试
parent
108717d1
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
footseen/phonepay/login.html
footseen/phonepay/login.html
View file @
c8f269aa
...
...
@@ -64,6 +64,10 @@
}
else
if
(
sessionStorage
.
pay
==
'PAYMENTWALL'
||
sessionStorage
.
pay
==
'JKO_PAY'
||
sessionStorage
.
pay
==
'TW_PAY'
||
sessionStorage
.
pay
==
'LINE_PAY'
||
sessionStorage
.
pay
==
'TW_ALI_PAY'
||
sessionStorage
.
pay
==
'TW_WE_CHAT_PAY'
){
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/visapay.html?uid='
+
sessionStorage
.
uid
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
();
}
else
{
if
(
sessionStorage
.
uid
==
101301
||
sessionStorage
.
uid
==
1218997
||
sessionStorage
.
uid
==
784452
||
sessionStorage
.
uid
==
101010
){
window
.
location
.
href
=
'https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid='
+
sessionStorage
.
uid
+
'&lang='
+
sessionStorage
.
lang
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
();
return
;
}
window
.
location
.
href
=
"payfor-new.html"
;
}
})
...
...
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