From 32694e4bc916e18058cbc411b6ec5f5e0cece82e Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Tue, 17 May 2022 09:29:04 +0800 Subject: [PATCH] 商户券明细 --- common/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common.js b/common/common.js index 00e285e..d1d5d9f 100644 --- a/common/common.js +++ b/common/common.js @@ -64,8 +64,8 @@ const requestSign = function (inputData) { jsonList.salt = getSalt(); jsonList.terminalSource = "11"; // jsonList.token = getGlobalUser("globalUser").token; - jsonList.token = getGlobalUser("globalUser").token; - // jsonList.token = 'af7ed65335f842ee8f754e841ff940ea'; + // jsonList.token = getGlobalUser("globalUser").token; + jsonList.token = 'e2c1e43722dd43a5b7e268001b39e6f0'; var arrData = []; for (var key in jsonList) { var obj = {}; -- libgit2 0.21.4