Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
d0622259
Commit
d0622259
authored
Aug 12, 2021
by
terrfly
Browse files
修改支持函数传参
parent
3ad69e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/AbstractPayOrderController.java
View file @
d0622259
...
...
@@ -261,7 +261,7 @@ public abstract class AbstractPayOrderController extends ApiController {
throw
new
BizException
(
"无此支付通道接口"
);
}
if
(!
paymentService
.
isSupport
(
if
Code
)){
if
(!
paymentService
.
isSupport
(
way
Code
)){
throw
new
BizException
(
"接口不支持该支付方式"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment