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
1f07221e
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数
parent
3c0a20e1
master
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
footseen/phonepay/gash-for.html
footseen/phonepay/idpay.html
footseen/phonepay/molpay.html
footseen/phonepay/payfor-new.html
footseen/phonepay/gash-for.html
View file @
1f07221e
...
...
@@ -174,8 +174,8 @@
data
:
{
'lang'
:
2
,
'uid'
:
sessionStorage
.
uid
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
'os'
:
data
.
osStr
,
//
'cid': data.cidStr || "web_gw",
//
'os': data.osStr,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
sessionStorage
.
rid
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/idpay.html
View file @
1f07221e
...
...
@@ -145,8 +145,8 @@
data
:
{
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'os'
:
data
.
osStr
,
'cid'
:
data
.
cidStr
||
"web_gw"
,
//
'os': data.osStr,
//
'cid': data.cidStr || "web_gw",
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
rid
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/molpay.html
View file @
1f07221e
...
...
@@ -556,8 +556,8 @@
data
:
{
lang
:
sessionStorage
.
lang
,
"uid"
:
sessionStorage
.
uid
,
"os"
:
data
.
osStr
,
"cid"
:
data
.
cidStr
||
"web_gw"
,
//
"os": data.osStr,
//
"cid": data.cidStr || "web_gw",
"product"
:
"橙钻货币充值"
,
"country"
:
"86"
,
"rid"
:
rid
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/payfor-new.html
View file @
1f07221e
...
...
@@ -192,7 +192,7 @@
url
:
$ip
+
"/pay/getPayPreid.html"
,
type
:
"post"
,
data
:
{
'cid'
:
"web_gw"
,
//
'cid': "web_gw",
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'product'
:
"橙钻充值"
,
...
...
@@ -272,7 +272,7 @@
url: $ip + "/pay/getPayPreid.html",
type: "post",
data: {
'
cid
': data.cidStr || "web_gw",
//
'
cid
': data.cidStr || "web_gw",
'
lang
': sessionStorage.lang,
'
uid
': sessionStorage.uid,
'
product
': "橙钻充值",
...
...
@@ -300,8 +300,8 @@
url: $ip + "/pay/getPayPreid.html",
type: "post",
data: {
'
cid
': data.cidStr || "web_gw",
'
os
': "h5",
//
'
cid
': data.cidStr || "web_gw",
//
'
os
': "h5",
lang: sessionStorage.lang,
'
uid
': sessionStorage.uid,
'
product
': "橙钻充值",
...
...
@@ -327,8 +327,8 @@
url: "https://webserver.yabolive.net/pay/getPayPreid.html",
type: "post",
data: {
'
cid
': data.cidStr || "web_gw",
'
os
': "h5",
//
'
cid
': data.cidStr || "web_gw",
//
'
os
': "h5",
lang: sessionStorage.lang,
"uid": sessionStorage.uid,
"product": "橙钻货币充值",
...
...
@@ -368,8 +368,8 @@
url
:
$ip
+
"/pay/getPayPreid.html"
,
type
:
"post"
,
data
:
{
'cid'
:
data
.
cidStr
||
"web_gw"
,
'os'
:
"h5"
,
//
'cid': data.cidStr || "web_gw",
//
'os': "h5",
lang
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'product'
:
"橙钻充值"
,
...
...
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