Commit 1f07221e by agan

修改参数

parent 3c0a20e1
...@@ -174,8 +174,8 @@ ...@@ -174,8 +174,8 @@
data: { data: {
'lang': 2, 'lang': 2,
'uid': sessionStorage.uid, 'uid': sessionStorage.uid,
'cid': data.cidStr || "web_gw", // 'cid': data.cidStr || "web_gw",
'os': data.osStr, // 'os': data.osStr,
'product': "橙钻充值", 'product': "橙钻充值",
'country': "86", 'country': "86",
'rid': sessionStorage.rid, 'rid': sessionStorage.rid,
......
...@@ -145,8 +145,8 @@ ...@@ -145,8 +145,8 @@
data: { data: {
'lang': sessionStorage.lang, 'lang': sessionStorage.lang,
'uid': sessionStorage.uid, 'uid': sessionStorage.uid,
'os': data.osStr, // 'os': data.osStr,
'cid': data.cidStr || "web_gw", // 'cid': data.cidStr || "web_gw",
'product': "橙钻充值", 'product': "橙钻充值",
'country': "86", 'country': "86",
'rid': rid, 'rid': rid,
......
...@@ -556,8 +556,8 @@ ...@@ -556,8 +556,8 @@
data: { data: {
lang: sessionStorage.lang, lang: sessionStorage.lang,
"uid": sessionStorage.uid, "uid": sessionStorage.uid,
"os": data.osStr, // "os": data.osStr,
"cid": data.cidStr || "web_gw", // "cid": data.cidStr || "web_gw",
"product": "橙钻货币充值", "product": "橙钻货币充值",
"country": "86", "country": "86",
"rid": rid, "rid": rid,
......
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
url: $ip + "/pay/getPayPreid.html", url: $ip + "/pay/getPayPreid.html",
type: "post", type: "post",
data: { data: {
'cid': "web_gw", // 'cid': "web_gw",
'lang': sessionStorage.lang, 'lang': sessionStorage.lang,
'uid': sessionStorage.uid, 'uid': sessionStorage.uid,
'product': "橙钻充值", 'product': "橙钻充值",
...@@ -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': data.cidStr || "web_gw", // 'cid': data.cidStr || "web_gw",
'lang': sessionStorage.lang, 'lang': sessionStorage.lang,
'uid': sessionStorage.uid, 'uid': sessionStorage.uid,
'product': "橙钻充值", 'product': "橙钻充值",
...@@ -300,8 +300,8 @@ ...@@ -300,8 +300,8 @@
url: $ip + "/pay/getPayPreid.html", url: $ip + "/pay/getPayPreid.html",
type: "post", type: "post",
data: { data: {
'cid': data.cidStr || "web_gw", // 'cid': data.cidStr || "web_gw",
'os': "h5", // 'os': "h5",
lang: sessionStorage.lang, lang: sessionStorage.lang,
'uid': sessionStorage.uid, 'uid': sessionStorage.uid,
'product': "橙钻充值", 'product': "橙钻充值",
...@@ -327,8 +327,8 @@ ...@@ -327,8 +327,8 @@
url: "https://webserver.yabolive.net/pay/getPayPreid.html", url: "https://webserver.yabolive.net/pay/getPayPreid.html",
type: "post", type: "post",
data: { data: {
'cid': data.cidStr || "web_gw", // 'cid': data.cidStr || "web_gw",
'os': "h5", // 'os': "h5",
lang: sessionStorage.lang, lang: sessionStorage.lang,
"uid": sessionStorage.uid, "uid": sessionStorage.uid,
"product": "橙钻货币充值", "product": "橙钻货币充值",
...@@ -368,8 +368,8 @@ ...@@ -368,8 +368,8 @@
url: $ip + "/pay/getPayPreid.html", url: $ip + "/pay/getPayPreid.html",
type: "post", type: "post",
data: { data: {
'cid': data.cidStr || "web_gw", // 'cid': data.cidStr || "web_gw",
'os': "h5", // 'os': "h5",
lang: sessionStorage.lang, lang: sessionStorage.lang,
'uid': sessionStorage.uid, 'uid': sessionStorage.uid,
'product': "橙钻充值", 'product': "橙钻充值",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment