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
2 years ago
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 @@
...
@@ -174,7 +174,8 @@
data
:
{
data
:
{
'lang'
:
2
,
'lang'
:
2
,
'uid'
:
sessionStorage
.
uid
,
'uid'
:
sessionStorage
.
uid
,
'cid'
:
"web_gw"
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
'os'
:
data
.
osStr
,
'product'
:
"橙钻充值"
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'country'
:
"86"
,
'rid'
:
sessionStorage
.
rid
,
'rid'
:
sessionStorage
.
rid
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/idpay.html
View file @
67a881af
...
@@ -145,6 +145,8 @@
...
@@ -145,6 +145,8 @@
data
:
{
data
:
{
'lang'
:
sessionStorage
.
lang
,
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'uid'
:
sessionStorage
.
uid
,
'os'
:
data
.
osStr
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
'product'
:
"橙钻充值"
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'country'
:
"86"
,
'rid'
:
rid
,
'rid'
:
rid
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/molpay.html
View file @
67a881af
...
@@ -556,6 +556,8 @@
...
@@ -556,6 +556,8 @@
data
:
{
data
:
{
lang
:
sessionStorage
.
lang
,
lang
:
sessionStorage
.
lang
,
"uid"
:
sessionStorage
.
uid
,
"uid"
:
sessionStorage
.
uid
,
"os"
:
data
.
osStr
,
"cid"
:
data
.
cidStr
||
"web_gw"
,
"product"
:
"橙钻货币充值"
,
"product"
:
"橙钻货币充值"
,
"country"
:
"86"
,
"country"
:
"86"
,
"rid"
:
rid
,
"rid"
:
rid
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/payfor-new.html
View file @
67a881af
...
@@ -272,7 +272,7 @@
...
@@ -272,7 +272,7 @@
url: $ip + "/pay/getPayPreid.html",
url: $ip + "/pay/getPayPreid.html",
type: "post",
type: "post",
data: {
data: {
'
cid
': "web_gw",
'
cid
':
data.cidStr ||
"web_gw",
'
lang
': sessionStorage.lang,
'
lang
': sessionStorage.lang,
'
uid
': sessionStorage.uid,
'
uid
': sessionStorage.uid,
'
product
': "橙钻充值",
'
product
': "橙钻充值",
...
@@ -300,7 +300,7 @@
...
@@ -300,7 +300,7 @@
url: $ip + "/pay/getPayPreid.html",
url: $ip + "/pay/getPayPreid.html",
type: "post",
type: "post",
data: {
data: {
'
cid
': "web_gw",
'
cid
':
data.cidStr ||
"web_gw",
'
os
': "h5",
'
os
': "h5",
lang: sessionStorage.lang,
lang: sessionStorage.lang,
'
uid
': sessionStorage.uid,
'
uid
': sessionStorage.uid,
...
@@ -327,7 +327,7 @@
...
@@ -327,7 +327,7 @@
url: "https://webserver.yabolive.net/pay/getPayPreid.html",
url: "https://webserver.yabolive.net/pay/getPayPreid.html",
type: "post",
type: "post",
data: {
data: {
'
cid
': "web_gw",
'
cid
':
data.cidStr ||
"web_gw",
'
os
': "h5",
'
os
': "h5",
lang: sessionStorage.lang,
lang: sessionStorage.lang,
"uid": sessionStorage.uid,
"uid": sessionStorage.uid,
...
@@ -368,7 +368,7 @@
...
@@ -368,7 +368,7 @@
url
:
$ip
+
"/pay/getPayPreid.html"
,
url
:
$ip
+
"/pay/getPayPreid.html"
,
type
:
"post"
,
type
:
"post"
,
data
:
{
data
:
{
'cid'
:
"web_gw"
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
'os'
:
"h5"
,
'os'
:
"h5"
,
lang
:
sessionStorage
.
lang
,
lang
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'uid'
:
sessionStorage
.
uid
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/wpay.html
View file @
67a881af
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head
lang=
"en"
>
<head
lang=
"en"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
...
@@ -12,29 +12,36 @@
...
@@ -12,29 +12,36 @@
<meta
name=
"wap-font-scale"
content=
"no"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<title></title>
<meta
name=
"keywords"
content=
"Foot Seen,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播"
>
<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/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/phonepay.css?v='20180509'"
/>
<link
rel=
"stylesheet"
href=
"../css/phonepay.css?v='20180509'"
/>
<link
rel=
"stylesheet"
href=
"../css/gash.css"
>
<link
rel=
"stylesheet"
href=
"../css/gash.css"
>
<script
src=
'../lib/fsize.js'
></script>
<script
src=
'../lib/fsize.js'
></script>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
body
,
.gash-for-ul
li
{
body
,
.gash-for-ul
li
{
background-color
:
#FFF
;
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
;
margin-top
:
-.2rem
;
}
}
.gash-for-ul
li
button
{
.gash-for-ul
li
button
{
background
:
#FF57A0
;
background
:
#FF57A0
;
}
}
.gash-tips
{
color
:
#666
;
.gash-tips
{
color
:
#666
;
}
}
.payTitle
{
.payTitle
{
color
:
#666
;
color
:
#666
;
padding-top
:
.2rem
;
padding-top
:
.2rem
;
width
:
90%
;
width
:
90%
;
...
@@ -43,9 +50,9 @@
...
@@ -43,9 +50,9 @@
}
}
</style>
</style>
</head>
</head>
<body>
<body>
<p
class=
"payTitle"
></p>
<p
class=
"payTitle"
></p>
<ul
class=
"gash-for-ul clearfix"
>
<ul
class=
"gash-for-ul clearfix"
>
...
@@ -72,13 +79,13 @@
...
@@ -72,13 +79,13 @@
'vest'
:
0
,
'vest'
:
0
,
'paytype'
:
sessionStorage
.
pay
'paytype'
:
sessionStorage
.
pay
},
},
error
:
function
(
msg
)
{
error
:
function
(
msg
)
{
console
.
log
(
'请求出错'
);
console
.
log
(
'请求出错'
);
},
},
success
:
function
(
msg
)
{
success
:
function
(
msg
)
{
var
data
=
JSON
.
parse
(
msg
);
var
data
=
JSON
.
parse
(
msg
);
var
html
=
[];
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
html
+=
'
<
li
>
';
html
+=
'
<
li
>
';
html += '
<
img
src
=
"../img/zuan.png"
alt
=
""
>
';
html += '
<
img
src
=
"../img/zuan.png"
alt
=
""
>
';
html += '
<
span
>
' + data.data[i].diamond + '
<
/span>'
;
html += '
<
span
>
' + data.data[i].diamond + '
<
/span>'
;
...
@@ -87,35 +94,35 @@
...
@@ -87,35 +94,35 @@
html
+=
'
<
/li>'
;
html
+=
'
<
/li>'
;
}
}
$
(
".gash-for-ul"
).
html
(
html
);
$
(
".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
;
flag
=
false
;
var
money
=
$
(
this
).
children
(
"button"
).
children
(
'i'
).
text
();
var
money
=
$
(
this
).
children
(
"button"
).
children
(
'i'
).
text
();
var
rid
=
$
(
this
).
children
(
".gash-rid"
).
text
();
var
rid
=
$
(
this
).
children
(
".gash-rid"
).
text
();
$
.
ajax
({
$
.
ajax
({
type
:
"POST"
,
type
:
"POST"
,
url
:
$ip
+
"/pay/getWPay.html"
,
url
:
$ip
+
"/pay/getWPay.html"
,
data
:
{
data
:
{
'lang'
:
sessionStorage
.
lang
,
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'uid'
:
sessionStorage
.
uid
,
'product'
:
"橙钻充值"
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'country'
:
"86"
,
'rid'
:
rid
,
'rid'
:
rid
,
'payType'
:
sessionStorage
.
pay
,
'payType'
:
sessionStorage
.
pay
,
'h5'
:
'https://www.footseen.com/footseen/phonepay/payend.html'
,
'h5'
:
'https://www.footseen.com/footseen/phonepay/payend.html'
,
'payTypeSub'
:
"NAVITE"
,
'payTypeSub'
:
"NAVITE"
,
'extend'
:
"0"
,
'extend'
:
"0"
,
'amount'
:
money
*
100
,
'amount'
:
money
*
100
,
},
},
async
:
true
,
async
:
true
,
success
:
function
(
res
)
{
success
:
function
(
res
)
{
flag
=
true
;
flag
=
true
;
var
data
=
JSON
.
parse
(
res
);
var
data
=
JSON
.
parse
(
res
);
if
(
data
.
code
==
0
){
if
(
data
.
code
==
0
)
{
var
url
=
JSON
.
parse
(
data
.
message
);
var
url
=
JSON
.
parse
(
data
.
message
);
if
(
sessionStorage
.
gofrom
==
'web'
)
{
if
(
sessionStorage
.
gofrom
==
'web'
)
{
window
.
location
.
href
=
url
.
h5Url
;
window
.
location
.
href
=
url
.
h5Url
;
}
else
{
}
else
{
appCollaboration
(
url
.
h5Url
);
appCollaboration
(
url
.
h5Url
);
}
}
...
@@ -132,7 +139,7 @@
...
@@ -132,7 +139,7 @@
function
appCollaboration
(
h5Url
)
{
function
appCollaboration
(
h5Url
)
{
var
sUserAgent
=
navigator
.
userAgent
.
toLowerCase
();
var
sUserAgent
=
navigator
.
userAgent
.
toLowerCase
();
var
bIsIpad
=
sUserAgent
.
match
(
/ipad/i
)
==
"ipad"
;
var
bIsIpad
=
sUserAgent
.
match
(
/ipad/i
)
==
"ipad"
;
var
bIsIphoneOs
=
sUserAgent
.
match
(
/iphone os/i
)
==
"iphone os"
;
var
bIsIphoneOs
=
sUserAgent
.
match
(
/iphone os/i
)
==
"iphone os"
;
...
@@ -142,9 +149,9 @@
...
@@ -142,9 +149,9 @@
var
bIsAndroid
=
sUserAgent
.
match
(
/android/i
)
==
"android"
;
var
bIsAndroid
=
sUserAgent
.
match
(
/android/i
)
==
"android"
;
var
bIsCE
=
sUserAgent
.
match
(
/windows ce/i
)
==
"windows ce"
;
var
bIsCE
=
sUserAgent
.
match
(
/windows ce/i
)
==
"windows ce"
;
var
bIsWM
=
sUserAgent
.
match
(
/windows mobile/i
)
==
"windows mobile"
;
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
=
{
var
obj
=
{
"cid"
:
5
,
"cid"
:
5
,
...
@@ -155,13 +162,13 @@
...
@@ -155,13 +162,13 @@
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
var
obj2
=
JSON
.
stringify
(
obj
);
window
.
yazhai
.
appCollaboration
(
obj2
);
window
.
yazhai
.
appCollaboration
(
obj2
);
}
else
if
(
bIsIphoneOs
||
bIsIpad
)
{
}
else
if
(
bIsIphoneOs
||
bIsIpad
)
{
var
obj
=
{
var
obj
=
{
"cid"
:
5
,
"cid"
:
5
,
"reqCode"
:
new
Date
().
getTime
(),
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"data"
:
{
"url"
:
h5Url
,
"url"
:
h5Url
,
"software"
:
1
"software"
:
1
}
}
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
var
obj2
=
JSON
.
stringify
(
obj
);
...
@@ -174,6 +181,6 @@
...
@@ -174,6 +181,6 @@
}
}
</script>
</script>
</body>
</body>
</html>
</html>
\ No newline at end of file
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