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
master
…
dev-替换FUSI安装包
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
185 additions
and
172 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"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<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"
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
content=
"Foot Seen直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/phonepay.css?v='20180509'"
/>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/gash.css"
>
<link
rel=
"stylesheet"
href=
"../css/phonepay.css?v='20180509'"
/>
<script
src=
'../lib/fsize.js'
></script>
<link
rel=
"stylesheet"
href=
"../css/gash.css"
>
<style
type=
"text/css"
>
<script
src=
'../lib/fsize.js'
></script>
body
,
.gash-for-ul
li
{
<style
type=
"text/css"
>
background-color
:
#FFF
;
body
,
}
.gash-for-ul
li
{
.gash-for-ul
li
span
{
background-color
:
#FFF
;
color
:
#FF57A0
;
}
}
.gash-for-ul
li
img
{
.gash-for-ul
li
span
{
margin-top
:
-.2rem
;
color
:
#FF57A0
;
}
}
.gash-for-ul
li
button
{
background
:
#FF57A0
;
.gash-for-ul
li
img
{
}
margin-top
:
-.2rem
;
.gash-tips
{
}
color
:
#666
;
}
.gash-for-ul
li
button
{
.payTitle
{
background
:
#FF57A0
;
color
:
#666
;
}
padding-top
:
.2rem
;
width
:
90%
;
.gash-tips
{
margin
:
0
auto
;
color
:
#666
;
font-size
:
.347rem
;
}
}
</style>
.payTitle
{
color
:
#666
;
</head>
padding-top
:
.2rem
;
width
:
90%
;
<body>
margin
:
0
auto
;
<p
class=
"payTitle"
></p>
font-size
:
.347rem
;
<ul
class=
"gash-for-ul clearfix"
>
}
</style>
</ul>
</head>
<p
class=
"gash-tips"
></p>
<body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<p
class=
"payTitle"
></p>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<ul
class=
"gash-for-ul clearfix"
>
<script
src=
"../lib/payLangchange.js?v=201912121627777"
></script>
<script
type=
"text/javascript"
>
</ul>
$
(
'title'
).
text
(
langList
[
langType
].
paytitle
);
$
(
'.payTitle'
).
html
(
langList
[
langType
].
wpay1
);
<p
class=
"gash-tips"
></p>
$
(
'.gash-tips'
).
text
(
langList
[
langType
].
ques
);
sessionStorage
.
pay
=
'WPAY'
;
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
var
flag
=
true
;
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
$
.
ajax
({
<script
src=
"../lib/payLangchange.js?v=201912121627777"
></script>
url
:
$ip
+
"/setting/getRecharge.html"
,
<script
type=
"text/javascript"
>
type
:
"POST"
,
$
(
'title'
).
text
(
langList
[
langType
].
paytitle
);
data
:
{
$
(
'.payTitle'
).
html
(
langList
[
langType
].
wpay1
);
'cid'
:
"web_gw"
,
$
(
'.gash-tips'
).
text
(
langList
[
langType
].
ques
);
'os'
:
"h5"
,
sessionStorage
.
pay
=
'WPAY'
;
lang
:
sessionStorage
.
lang
,
var
flag
=
true
;
'vest'
:
0
,
$
.
ajax
({
'paytype'
:
sessionStorage
.
pay
url
:
$ip
+
"/setting/getRecharge.html"
,
},
type
:
"POST"
,
error
:
function
(
msg
)
{
data
:
{
console
.
log
(
'请求出错'
);
'cid'
:
"web_gw"
,
},
'os'
:
"h5"
,
success
:
function
(
msg
)
{
lang
:
sessionStorage
.
lang
,
var
data
=
JSON
.
parse
(
msg
);
'vest'
:
0
,
var
html
=
[];
'paytype'
:
sessionStorage
.
pay
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
},
html
+=
'
<
li
>
';
error
:
function
(
msg
)
{
html += '
<
img
src
=
"../img/zuan.png"
alt
=
""
>
';
console
.
log
(
'请求出错'
);
html += '
<
span
>
' + data.data[i].diamond + '
<
/span>'
;
},
html
+=
'
<
button
>
'
+
data
.
data
[
i
].
price
[
0
].
currency
+
"
<
i
style
=
'font-style:normal'
>
"
+
data
.
data
[
i
].
price
[
0
].
price
+
'
<
/i></
button
>
'
;
success
:
function
(
msg
)
{
html
+=
"
<
span
class
=
'gash-rid'
>
" + data.data[i].rid + "
<
/span>"
;
var
data
=
JSON
.
parse
(
msg
);
html
+=
'
<
/li>'
;
var
html
=
[];
}
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
$
(
".gash-for-ul"
).
html
(
html
);
html
+=
'
<
li
>
';
$
(
".gash-for-ul li"
).
on
(
"click"
,
function
()
{
html += '
<
img
src
=
"../img/zuan.png"
alt
=
""
>
';
html += '
<
span
>
' + data.data[i].diamond + '
<
/span>'
;
if
(
flag
)
{
html
+=
'
<
button
>
'
+
data
.
data
[
i
].
price
[
0
].
currency
+
"
<
i
style
=
'font-style:normal'
>
"
+
data
.
data
[
i
].
price
[
0
].
price
+
'
<
/i></
button
>
'
;
flag
=
false
;
html
+=
"
<
span
class
=
'gash-rid'
>
" + data.data[i].rid + "
<
/span>"
;
var
money
=
$
(
this
).
children
(
"button"
).
children
(
'i'
).
text
();
html
+=
'
<
/li>'
;
var
rid
=
$
(
this
).
children
(
".gash-rid"
).
text
();
}
$
.
ajax
({
$
(
".gash-for-ul"
).
html
(
html
);
type
:
"POST"
,
$
(
".gash-for-ul li"
).
on
(
"click"
,
function
()
{
url
:
$ip
+
"/pay/getWPay.html"
,
data
:{
if
(
flag
)
{
'lang'
:
sessionStorage
.
lang
,
flag
=
false
;
'uid'
:
sessionStorage
.
uid
,
var
money
=
$
(
this
).
children
(
"button"
).
children
(
'i'
).
text
();
'product'
:
"橙钻充值"
,
var
rid
=
$
(
this
).
children
(
".gash-rid"
).
text
();
'country'
:
"86"
,
$
.
ajax
({
'rid'
:
rid
,
type
:
"POST"
,
'payType'
:
sessionStorage
.
pay
,
url
:
$ip
+
"/pay/getWPay.html"
,
'h5'
:
'https://www.footseen.com/footseen/phonepay/payend.html'
,
data
:
{
'payTypeSub'
:
"NAVITE"
,
'lang'
:
sessionStorage
.
lang
,
'extend'
:
"0"
,
'uid'
:
sessionStorage
.
uid
,
'amount'
:
money
*
100
,
'product'
:
"橙钻充值"
,
},
'country'
:
"86"
,
async
:
true
,
'rid'
:
rid
,
success
:
function
(
res
){
'payType'
:
sessionStorage
.
pay
,
flag
=
true
;
'h5'
:
'https://www.footseen.com/footseen/phonepay/payend.html'
,
var
data
=
JSON
.
parse
(
res
);
'payTypeSub'
:
"NAVITE"
,
if
(
data
.
code
==
0
){
'extend'
:
"0"
,
var
url
=
JSON
.
parse
(
data
.
message
);
'amount'
:
money
*
100
,
if
(
sessionStorage
.
gofrom
==
'web'
){
},
window
.
location
.
href
=
url
.
h5Url
;
async
:
true
,
}
else
{
success
:
function
(
res
)
{
appCollaboration
(
url
.
h5Url
);
flag
=
true
;
}
var
data
=
JSON
.
parse
(
res
);
if
(
data
.
code
==
0
)
{
var
url
=
JSON
.
parse
(
data
.
message
);
if
(
sessionStorage
.
gofrom
==
'web'
)
{
window
.
location
.
href
=
url
.
h5Url
;
}
else
{
}
else
{
layer
.
msg
(
data
.
message
);
appCollaboration
(
url
.
h5Url
);
}
}
}
else
{
layer
.
msg
(
data
.
message
);
}
}
});
}
}
});
}
})
})
}
})
function
appCollaboration
(
h5Url
){
var
sUserAgent
=
navigator
.
userAgent
.
toLowerCase
();
var
bIsIpad
=
sUserAgent
.
match
(
/ipad/i
)
==
"ipad"
;
var
bIsIphoneOs
=
sUserAgent
.
match
(
/iphone os/i
)
==
"iphone os"
;
var
bIsMidp
=
sUserAgent
.
match
(
/midp/i
)
==
"midp"
;
var
bIsUc7
=
sUserAgent
.
match
(
/rv:1.2.3.4/i
)
==
"rv:1.2.3.4"
;
var
bIsUc
=
sUserAgent
.
match
(
/ucweb/i
)
==
"ucweb"
;
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
)
){
}
else
if
(
bIsAndroid
){
var
obj
=
{
"cid"
:
5
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"url"
:
h5Url
,
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
window
.
yazhai
.
appCollaboration
(
obj2
);
}
else
if
(
bIsIphoneOs
||
bIsIpad
){
var
obj
=
{
"cid"
:
5
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"url"
:
h5Url
,
"software"
:
1
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
window
.
webkit
.
messageHandlers
.
appCollaboration
.
postMessage
(
obj2
);
}
}
}
//客户端回调结果
})
function
appCallback
(
msg
)
{
console
.
log
(
msg
);
function
appCollaboration
(
h5Url
)
{
var
sUserAgent
=
navigator
.
userAgent
.
toLowerCase
();
var
bIsIpad
=
sUserAgent
.
match
(
/ipad/i
)
==
"ipad"
;
var
bIsIphoneOs
=
sUserAgent
.
match
(
/iphone os/i
)
==
"iphone os"
;
var
bIsMidp
=
sUserAgent
.
match
(
/midp/i
)
==
"midp"
;
var
bIsUc7
=
sUserAgent
.
match
(
/rv:1.2.3.4/i
)
==
"rv:1.2.3.4"
;
var
bIsUc
=
sUserAgent
.
match
(
/ucweb/i
)
==
"ucweb"
;
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
))
{
}
else
if
(
bIsAndroid
)
{
var
obj
=
{
"cid"
:
5
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"url"
:
h5Url
,
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
window
.
yazhai
.
appCollaboration
(
obj2
);
}
else
if
(
bIsIphoneOs
||
bIsIpad
)
{
var
obj
=
{
"cid"
:
5
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"url"
:
h5Url
,
"software"
:
1
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
window
.
webkit
.
messageHandlers
.
appCollaboration
.
postMessage
(
obj2
);
}
}
</script>
}
//客户端回调结果
function
appCallback
(
msg
)
{
console
.
log
(
msg
);
}
</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