Package | Description |
---|---|
com.ijpay.core.enums | |
com.ijpay.wxpay |
Modifier and Type | Method and Description |
---|---|
static PayModel |
PayModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayModel[] |
PayModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
WxPayApi.contractBill(Map<String,String> params,
PayModel payModel)
查询签约关系对账单
|
static String |
WxPayApi.deleteContract(Map<String,String> params,
PayModel payModel)
申请解约
|
static String |
WxPayApi.entrustWeb(Map<String,Object> params,
PayModel payModel)
公众号纯签约
|
static String |
WxPayApi.h5EntrustWeb(Map<String,Object> params,
PayModel payModel)
H5 纯签约
|
static String |
WxPayApi.papPayApply(Map<String,String> params,
PayModel payModel)
申请扣款
|
static String |
WxPayApi.preEntrustWeb(Map<String,Object> params,
PayModel payModel)
APP 纯签约
|
static String |
WxPayApi.queryContract(Map<String,String> params,
PayModel payModel)
查询签约关系
|
Copyright © 2022. All rights reserved.