diff --git a/routes/service/static/fp/fp-crypt.js b/routes/service/static/fp/fp-crypt.js index 7b27569..8d087ce 100644 --- a/routes/service/static/fp/fp-crypt.js +++ b/routes/service/static/fp/fp-crypt.js @@ -44,8 +44,8 @@ class FpCrypt { /** * 处理 Param - * @param t - * @param e + * @param t param + * @param e url * @returns {{mesKey: string, enMesKey: string, enVal}} */ handleParam(t, e) { @@ -55,7 +55,7 @@ class FpCrypt { if (t != null && t !== '') { l['enVal'] = this.Ye(t, e); } - logger(`处理返回`, l) + logger(`${t} ,${e} 处理返回`, l) return l }