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
67a881af
authored
Dec 28, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改支付订单参数
parent
235d2efc
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
59 additions
and
46 deletions
footseen/phonepay/gash-for.html
footseen/phonepay/idpay.html
footseen/phonepay/molpay.html
footseen/phonepay/payfor-new.html
footseen/phonepay/wpay.html
footseen/phonepay/gash-for.html
View file @
67a881af
...
...
@@ -174,7 +174,8 @@
data
:
{
'lang'
:
2
,
'uid'
:
sessionStorage
.
uid
,
'cid'
:
"web_gw"
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
'os'
:
data
.
osStr
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
sessionStorage
.
rid
,
...
...
footseen/phonepay/idpay.html
View file @
67a881af
...
...
@@ -145,6 +145,8 @@
data
:
{
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'os'
:
data
.
osStr
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
rid
,
...
...
footseen/phonepay/molpay.html
View file @
67a881af
...
...
@@ -556,6 +556,8 @@
data
:
{
lang
:
sessionStorage
.
lang
,
"uid"
:
sessionStorage
.
uid
,
"os"
:
data
.
osStr
,
"cid"
:
data
.
cidStr
||
"web_gw"
,
"product"
:
"橙钻货币充值"
,
"country"
:
"86"
,
"rid"
:
rid
,
...
...
footseen/phonepay/payfor-new.html
View file @
67a881af
...
...
@@ -272,7 +272,7 @@
url: $ip + "/pay/getPayPreid.html",
type: "post",
data: {
'
cid
': "web_gw",
'
cid
':
data.cidStr ||
"web_gw",
'
lang
': sessionStorage.lang,
'
uid
': sessionStorage.uid,
'
product
': "橙钻充值",
...
...
@@ -300,7 +300,7 @@
url: $ip + "/pay/getPayPreid.html",
type: "post",
data: {
'
cid
': "web_gw",
'
cid
':
data.cidStr ||
"web_gw",
'
os
': "h5",
lang: sessionStorage.lang,
'
uid
': sessionStorage.uid,
...
...
@@ -327,7 +327,7 @@
url: "https://webserver.yabolive.net/pay/getPayPreid.html",
type: "post",
data: {
'
cid
': "web_gw",
'
cid
':
data.cidStr ||
"web_gw",
'
os
': "h5",
lang: sessionStorage.lang,
"uid": sessionStorage.uid,
...
...
@@ -368,7 +368,7 @@
url
:
$ip
+
"/pay/getPayPreid.html"
,
type
:
"post"
,
data
:
{
'cid'
:
"web_gw"
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
'os'
:
"h5"
,
lang
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
...
...
footseen/phonepay/wpay.html
View file @
67a881af
<!DOCTYPE html>
<html>
<head
lang=
"en"
>
<head
lang=
"en"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<meta
charset=
"UTF-8"
>
...
...
@@ -12,29 +12,36 @@
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<meta
name=
"keywords"
content=
"Foot Seen,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播"
>
<meta
name=
"description"
content=
"Foot Seen直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......"
>
<meta
name=
"description"
content=
"Foot Seen直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/phonepay.css?v='20180509'"
/>
<link
rel=
"stylesheet"
href=
"../css/gash.css"
>
<script
src=
'../lib/fsize.js'
></script>
<style
type=
"text/css"
>
body
,
.gash-for-ul
li
{
body
,
.gash-for-ul
li
{
background-color
:
#FFF
;
}
.gash-for-ul
li
span
{
color
:
#FF57A0
;
.gash-for-ul
li
span
{
color
:
#FF57A0
;
}
.gash-for-ul
li
img
{
.gash-for-ul
li
img
{
margin-top
:
-.2rem
;
}
.gash-for-ul
li
button
{
.gash-for-ul
li
button
{
background
:
#FF57A0
;
}
.gash-tips
{
color
:
#666
;
.gash-tips
{
color
:
#666
;
}
.payTitle
{
.payTitle
{
color
:
#666
;
padding-top
:
.2rem
;
width
:
90%
;
...
...
@@ -43,9 +50,9 @@
}
</style>
</head>
</head>
<body>
<body>
<p
class=
"payTitle"
></p>
<ul
class=
"gash-for-ul clearfix"
>
...
...
@@ -72,13 +79,13 @@
'vest'
:
0
,
'paytype'
:
sessionStorage
.
pay
},
error
:
function
(
msg
)
{
error
:
function
(
msg
)
{
console
.
log
(
'请求出错'
);
},
success
:
function
(
msg
)
{
success
:
function
(
msg
)
{
var
data
=
JSON
.
parse
(
msg
);
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
html
+=
'
<
li
>
';
html += '
<
img
src
=
"../img/zuan.png"
alt
=
""
>
';
html += '
<
span
>
' + data.data[i].diamond + '
<
/span>'
;
...
...
@@ -87,35 +94,35 @@
html
+=
'
<
/li>'
;
}
$
(
".gash-for-ul"
).
html
(
html
);
$
(
".gash-for-ul li"
).
on
(
"click"
,
function
()
{
$
(
".gash-for-ul li"
).
on
(
"click"
,
function
()
{
if
(
flag
)
{
if
(
flag
)
{
flag
=
false
;
var
money
=
$
(
this
).
children
(
"button"
).
children
(
'i'
).
text
();
var
rid
=
$
(
this
).
children
(
".gash-rid"
).
text
();
$
.
ajax
({
type
:
"POST"
,
url
:
$ip
+
"/pay/getWPay.html"
,
data
:
{
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
rid
,
'payType'
:
sessionStorage
.
pay
,
'h5'
:
'https://www.footseen.com/footseen/phonepay/payend.html'
,
'payTypeSub'
:
"NAVITE"
,
'extend'
:
"0"
,
'amount'
:
money
*
100
,
type
:
"POST"
,
url
:
$ip
+
"/pay/getWPay.html"
,
data
:
{
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
rid
,
'payType'
:
sessionStorage
.
pay
,
'h5'
:
'https://www.footseen.com/footseen/phonepay/payend.html'
,
'payTypeSub'
:
"NAVITE"
,
'extend'
:
"0"
,
'amount'
:
money
*
100
,
},
async
:
true
,
success
:
function
(
res
)
{
async
:
true
,
success
:
function
(
res
)
{
flag
=
true
;
var
data
=
JSON
.
parse
(
res
);
if
(
data
.
code
==
0
){
if
(
data
.
code
==
0
)
{
var
url
=
JSON
.
parse
(
data
.
message
);
if
(
sessionStorage
.
gofrom
==
'web'
)
{
window
.
location
.
href
=
url
.
h5Url
;
if
(
sessionStorage
.
gofrom
==
'web'
)
{
window
.
location
.
href
=
url
.
h5Url
;
}
else
{
appCollaboration
(
url
.
h5Url
);
}
...
...
@@ -132,7 +139,7 @@
function
appCollaboration
(
h5Url
)
{
function
appCollaboration
(
h5Url
)
{
var
sUserAgent
=
navigator
.
userAgent
.
toLowerCase
();
var
bIsIpad
=
sUserAgent
.
match
(
/ipad/i
)
==
"ipad"
;
var
bIsIphoneOs
=
sUserAgent
.
match
(
/iphone os/i
)
==
"iphone os"
;
...
...
@@ -142,9 +149,9 @@
var
bIsAndroid
=
sUserAgent
.
match
(
/android/i
)
==
"android"
;
var
bIsCE
=
sUserAgent
.
match
(
/windows ce/i
)
==
"windows ce"
;
var
bIsWM
=
sUserAgent
.
match
(
/windows mobile/i
)
==
"windows mobile"
;
if
(
!
(
bIsIpad
||
bIsIphoneOs
||
bIsMidp
||
bIsUc7
||
bIsUc
||
bIsAndroid
||
bIsCE
||
bIsWM
)
)
{
if
(
!
(
bIsIpad
||
bIsIphoneOs
||
bIsMidp
||
bIsUc7
||
bIsUc
||
bIsAndroid
||
bIsCE
||
bIsWM
))
{
}
else
if
(
bIsAndroid
)
{
else
if
(
bIsAndroid
)
{
var
obj
=
{
"cid"
:
5
,
...
...
@@ -155,13 +162,13 @@
}
var
obj2
=
JSON
.
stringify
(
obj
);
window
.
yazhai
.
appCollaboration
(
obj2
);
}
else
if
(
bIsIphoneOs
||
bIsIpad
)
{
}
else
if
(
bIsIphoneOs
||
bIsIpad
)
{
var
obj
=
{
"cid"
:
5
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"url"
:
h5Url
,
"software"
:
1
"software"
:
1
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
...
...
@@ -174,6 +181,6 @@
}
</script>
</body>
</body>
</html>
\ No newline at end of file
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