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
935996f7
authored
May 09, 2024
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
2f26175d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
8 deletions
footseen/img/pay/ILIVEPAY.png
footseen/js/phonepay.js
footseen/phonepay/applepay.html
footseen/img/pay/ILIVEPAY.png
0 → 100644
View file @
935996f7
6.14 KB
footseen/js/phonepay.js
View file @
935996f7
...
...
@@ -84,14 +84,18 @@ var payList = {
'94'
:
{
'name'
:
'payermax'
,
'img'
:
langList
[
langType
].
visapay
,
},
'95'
:
{
'name'
:
'ilivepay'
,
'img'
:
'../img/pay/ILIVEPAY.png'
,
}
}
var
payOrder
=
{
'TW'
:
[
94
,
90
,
64
,
65
,
66
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
60
,
63
,
70
,
91
,
93
,
92
,
10
],
//台湾
'MY'
:
[
20
,
30
,
40
,
94
,
90
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
91
,
93
,
92
,
10
],
//马来西亚
'ID'
:
[
91
,
93
,
92
,
60
,
63
,
94
,
90
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
64
,
65
,
66
,
70
,
10
],
//印度尼西亚
'WPAY'
:
[
94
,
90
,
70
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
,
10
],
//阿拉伯支付
'IN'
:
[
94
,
90
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
,
10
],
//印度
'OTHER'
:
[
94
,
90
,
20
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
91
,
93
,
92
,
10
],
//其他语区
'TW'
:
[
94
,
90
,
64
,
65
,
66
,
50
,
51
,
52
,
53
,
20
,
95
,
30
,
40
,
60
,
63
,
70
,
91
,
93
,
92
,
10
],
//台湾
'MY'
:
[
20
,
95
,
30
,
40
,
94
,
90
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
91
,
93
,
92
,
10
],
//马来西亚
'ID'
:
[
91
,
93
,
92
,
60
,
63
,
94
,
90
,
50
,
51
,
52
,
53
,
20
,
95
,
30
,
40
,
64
,
65
,
66
,
70
,
10
],
//印度尼西亚
'WPAY'
:
[
94
,
90
,
70
,
20
,
95
,
30
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
,
10
],
//阿拉伯支付
'IN'
:
[
94
,
90
,
20
,
95
,
30
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
,
10
],
//印度
'OTHER'
:
[
94
,
90
,
20
,
95
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
91
,
93
,
92
,
10
],
//其他语区
}
\ No newline at end of file
footseen/phonepay/applepay.html
View file @
935996f7
...
...
@@ -684,7 +684,6 @@
})
$
(
'.newgopay'
).
on
(
'click'
,
function
()
{
sessionStorage
.
pay
=
'GO_PAY'
;
sessionStorage
.
payType
=
'227'
;
if
(
sessionStorage
.
uid
!=
undefined
)
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/newgopay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
mOsStr
+
'&os='
+
data
.
os
;
...
...
@@ -692,12 +691,17 @@
})
$
(
'.ovopay'
).
on
(
'click'
,
function
()
{
sessionStorage
.
pay
=
'OVO_PAY'
;
sessionStorage
.
payType
=
'230'
;
if
(
sessionStorage
.
uid
!=
undefined
)
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/ovopay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
mOsStr
+
'&os='
+
data
.
os
;
else
window
.
location
.
href
=
'login.html'
;
})
$
(
'.ilivepay'
).
on
(
'click'
,
function
()
{
sessionStorage
.
pay
=
'ILIVEPAY'
;
if
(
sessionStorage
.
uid
!=
undefined
)
window
.
location
.
href
=
'http://web.yazhaiyabo.com/footseen/wechatpay/payfor-new.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&payStatus='
+
sessionStorage
.
payStatus
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
mOsStr
+
'&os='
+
data
.
os
;
else
window
.
location
.
href
=
'login.html'
;
})
}
function
getLangRegion
(
code
)
{
...
...
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