wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d35201534a78fb638048825c3498c0a59862edc5
Authored by
yvan.ni
2023-09-19 13:50:26 +0800
1 parent
63d9e4fd
去掉limit_pay的判断
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
utils/pay.js
utils/pay.js
View file @
d352015
...
...
@@ -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
}
...
...