Commit d0622259 authored by terrfly's avatar terrfly
Browse files

修改支持函数传参

parent 3ad69e9a
......@@ -261,7 +261,7 @@ public abstract class AbstractPayOrderController extends ApiController {
throw new BizException("无此支付通道接口");
}
if(!paymentService.isSupport(ifCode)){
if(!paymentService.isSupport(wayCode)){
throw new BizException("接口不支持该支付方式");
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment