Commit d35201534a78fb638048825c3498c0a59862edc5

Authored by yvan.ni
1 parent 63d9e4fd

去掉limit_pay的判断

Showing 1 changed file with 0 additions and 3 deletions
utils/pay.js
... ... @@ -104,9 +104,6 @@ module.exports = {
104 104 if(!p_data.cusid && !err_txt){
105 105 err_txt="未找到cusid";
106 106 }
107   - if(!p_data.limit_pay && !err_txt){
108   - err_txt="未找到limit_pay";
109   - }
110 107 if(!p_data.notify_url && !err_txt){
111 108 err_txt="未找到notify_url";
112 109 }
... ...