Commit aa072472 by yanyun

充值点列表新增用户uid下发

parent 06101ed9
...@@ -227,6 +227,10 @@ try{ ...@@ -227,6 +227,10 @@ try{
$.ajax({ $.ajax({
url: $ip + "/pay/normal/recharge.html", url: $ip + "/pay/normal/recharge.html",
dataType: "json", dataType: "json",
data:{
uid:sessionStorage.bbb,
token:sessionStorage.kkk
},
type: "get", type: "get",
success: function (data) { success: function (data) {
console.log('充值点',data) console.log('充值点',data)
......
...@@ -109,6 +109,10 @@ ...@@ -109,6 +109,10 @@
$.ajax({ $.ajax({
url: $ip + "/pay/normal/recharge.html", url: $ip + "/pay/normal/recharge.html",
dataType: "json", dataType: "json",
data:{
uid:sessionStorage.bbb,
token:sessionStorage.kkk
},
type: "get", type: "get",
success: function (msg) { success: function (msg) {
console.log(msg) console.log(msg)
......
...@@ -127,6 +127,10 @@ ...@@ -127,6 +127,10 @@
$.ajax({ $.ajax({
url: $ip + "/pay/normal/recharge.html", url: $ip + "/pay/normal/recharge.html",
dataType: "json", dataType: "json",
data:{
uid:sessionStorage.bbb,
token:sessionStorage.kkk
},
type: "get", type: "get",
success: function (msg) { success: function (msg) {
console.log(msg) console.log(msg)
......
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