Commit 108717d1 by dabai

支付宝充值 限制uid测试

parent 449fcee9
Showing with 4 additions and 0 deletions
......@@ -450,6 +450,10 @@
})
$(".alipay").on("click", function() {
if(data.uid == 101301 || data.uid==1218997 || data.uid == 784452 || data.uid == 101010){
window.location.href ='https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid='+sessionStorage.uid+'&lang='+sessionStorage.lang+'&cidStr='+sessionStorage.cidStr+'&osStr='+getNavigatorStr();
return;
}
sessionStorage.pay = "ALIPAY";
if(sessionStorage.uid != undefined) window.location.href = "payfor-new.html";
else window.location.href = 'login.html';
......
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