| 参数类型为 BCEumeration.PAY_CHANNEL 的 cn.beecloud 中的方法 |
static BCPayResult |
BCPay.startBCPay(BCEumeration.PAY_CHANNEL channel,
int total_fee,
String bill_no,
String title,
Map<String,String> optional,
String return_url,
String openid,
String show_url,
BCEumeration.QR_PAY_MODE qr_pay_mode)
|
static BCPayResult |
BCPay.startBCRefund(BCEumeration.PAY_CHANNEL channel,
String refund_no,
String bill_no,
int refund_fee,
Map optional)
|
static BCQueryResult |
BCPay.startQueryBill(BCEumeration.PAY_CHANNEL channel,
String bill_no,
Long start_time,
Long end_time,
Integer skip,
Integer limit)
|
static BCQueryResult |
BCPay.startQueryRefund(BCEumeration.PAY_CHANNEL channel,
String bill_no,
String refund_no,
Long start_time,
Long end_time,
Integer skip,
Integer limit)
|
static BCPayResult |
ValidationUtil.validateBCPay(BCEumeration.PAY_CHANNEL channel,
String bill_no,
String title,
String return_url,
String openid)
|
static BCPayResult |
ValidationUtil.validateBCRefund(BCEumeration.PAY_CHANNEL channel,
String refund_no,
String bill_no)
|
static BCQueryResult |
ValidationUtil.validateQueryBill(BCEumeration.PAY_CHANNEL channel,
String bill_no,
Long start_time,
Long end_time,
Integer limit)
|
static BCQueryResult |
ValidationUtil.validateQueryRefund(BCEumeration.PAY_CHANNEL channel,
String bill_no,
String refund_no,
Long start_time,
Long end_time,
Integer limit)
|