|
|
|
@ -58,7 +58,7 @@ public class OfeiClientImpl implements OfeiClient {
|
|
|
|
|
private final String flowTopUPUrl = "http://api2.ofpay.com/flowOrder.do";
|
|
|
|
|
private final String checkFlowUrl = "http://api2.ofpay.com/flowCheck.do";
|
|
|
|
|
private final String checkOrderUrl = "http://api2.ofpay.com/queryOrderInfo.do";
|
|
|
|
|
private final String qbTopUpUrl = "http://apitest.ofpay.com/onlineorder.do";
|
|
|
|
|
private final String qbTopUpUrl = "http://api2.ofpay.com/onlineorder.do";
|
|
|
|
|
private static final Map<String,String> qbCardId = new HashMap<>();
|
|
|
|
|
static {
|
|
|
|
|
qbCardId.put("10","220615");
|
|
|
|
|