From 34d23059e0b79831a48e30d14bf98c6478e70e6d Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 18 Sep 2024 09:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/serve/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/serve/index.js b/api/serve/index.js index 8896aaa..d10af7d 100644 --- a/api/serve/index.js +++ b/api/serve/index.js @@ -82,7 +82,7 @@ x.fn = x.prototype = { return new Promise((resolve, reject) => { let reg=new RegExp('/','g')//g代表全部 let newMsg=options.url.replace(reg,'_'); - console.info(newMsg) + // console.info(newMsg) if(Cache.get(newMsg).data){ if(newMsg!='_user_walletImage'&& newMsg!='_user_getAuthInfo' && newMsg!='_user_withdrawalBalance' && newMsg!='_wallet_getBalance' && newMsg!='_contract_getMarketInfo'&& newMsg!='_contract_openNum'