From d17cb4380e054aa297fb71840c38c282ad059403 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 13 Nov 2019 14:51:08 +0800 Subject: [PATCH] 签名 --- js/list.js | 3 ++- js/pay.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/js/list.js b/js/list.js index 6dbcf85..df24f72 100644 --- a/js/list.js +++ b/js/list.js @@ -288,7 +288,7 @@ $(document).on('click','.out-btn',function () { //appId:jsajax.appID, orderId: _orderId, payOrderType: '101', - terminalSource: '1', + terminalSource: '3', //parkCode:parkCode, // carNumber:carNumber, @@ -394,6 +394,7 @@ function getOneorder(carNumber,parkCode,orderId){ +'&parkOutTime='+datas.outtime +'&orderFee='+datas.orderFee +'&appOrderTimeout='+datas.appOrderTimeout + +'&appId='+datas.appId +"&"; console.log(src) window.location.assign(encodeURI(src)) diff --git a/js/pay.js b/js/pay.js index 00238a0..2cd8e1a 100644 --- a/js/pay.js +++ b/js/pay.js @@ -8,6 +8,7 @@ var $btnObj = null; var $btnLoad = null; var flag = 0; var appWxID = getQueryString(window.location).appId; +var appWxID = 'wx945eccc8163fd75b' var webAppCode = null;//如果是微信,先获取微信code //var $btnLoad = document.getElementById("loading"); window.onload = function () { -- libgit2 0.21.4