修改支持函数传参

This commit is contained in:
terrfly 2021-08-12 15:28:16 +08:00
parent 3ad69e9a29
commit d062225965

View File

@ -261,7 +261,7 @@ public abstract class AbstractPayOrderController extends ApiController {
throw new BizException("无此支付通道接口");
}
if(!paymentService.isSupport(ifCode)){
if(!paymentService.isSupport(wayCode)){
throw new BizException("接口不支持该支付方式");
}