From d35201534a78fb638048825c3498c0a59862edc5 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 19 Sep 2023 13:50:26 +0800 Subject: [PATCH] 去掉limit_pay的判断 --- utils/pay.js | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/utils/pay.js b/utils/pay.js index 092167e..c27cf29 100644 --- a/utils/pay.js +++ b/utils/pay.js @@ -104,9 +104,6 @@ module.exports = { if(!p_data.cusid && !err_txt){ err_txt="未找到cusid"; } - if(!p_data.limit_pay && !err_txt){ - err_txt="未找到limit_pay"; - } if(!p_data.notify_url && !err_txt){ err_txt="未找到notify_url"; } -- libgit2 0.21.4