From b2594b9c5e88708a61681a87e8850fa08305e9a8 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Fri, 27 Sep 2024 10:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/service/static/fp/fp-crypt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/service/static/fp/fp-crypt.js b/routes/service/static/fp/fp-crypt.js index 8d087ce..3790dfe 100644 --- a/routes/service/static/fp/fp-crypt.js +++ b/routes/service/static/fp/fp-crypt.js @@ -55,7 +55,7 @@ class FpCrypt { if (t != null && t !== '') { l['enVal'] = this.Ye(t, e); } - logger(`${t} ,${e} 处理返回`, l) + logger(`${t} ,${e} 处理返回${JSON.stringify(l)}`); return l }