public class CustomUtil extends Object
| Constructor and Description |
|---|
CustomUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isQuery(String itemno)
根据每个支付方式,查询此支付方式下面人工定制是否需要查询第三方支付渠道的接口来获得订单的状态
只有在明确配置了在人工定制时不查询订单的状态才会返回false,其余任何情况下都会返回true
|
static void |
main(String[] args) |
protected static IFacade facade
public static boolean isQuery(String itemno)
itemno - 支付方式的缩写,可以在”支付基础--系统数组维护--CustomValue"里面找到每个支付渠道对应的简写public static void main(String[] args)
Copyright © 2016. All rights reserved.