Commit aa072472 by yanyun

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

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