mirror of
https://github.com/jeequan/jeepay
synced 2024-11-17 23:08:03 +08:00
修改支持函数传参
This commit is contained in:
parent
3ad69e9a29
commit
d062225965
@ -261,7 +261,7 @@ public abstract class AbstractPayOrderController extends ApiController {
|
||||
throw new BizException("无此支付通道接口");
|
||||
}
|
||||
|
||||
if(!paymentService.isSupport(ifCode)){
|
||||
if(!paymentService.isSupport(wayCode)){
|
||||
throw new BizException("接口不支持该支付方式");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user