From 81cc6ca21871e54b93402bc46e342fd1e5dac529 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 13 Nov 2019 18:23:05 +0800 Subject: [PATCH] 签名 --- js/list.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/js/list.js b/js/list.js index df24f72..dd65519 100644 --- a/js/list.js +++ b/js/list.js @@ -395,6 +395,7 @@ function getOneorder(carNumber,parkCode,orderId){ +'&orderFee='+datas.orderFee +'&appOrderTimeout='+datas.appOrderTimeout +'&appId='+datas.appId + +'&orderId='+datas.orderId +"&"; console.log(src) window.location.assign(encodeURI(src)) -- libgit2 0.21.4