Enum Class的使用
com.abasecode.opencode.pay.entity.PayChannel
使用PayChannel的程序包
-
com.abasecode.opencode.pay中PayChannel的使用
参数类型为PayChannel的com.abasecode.opencode.pay中的方法修饰符和类型方法说明private voidBasePay.checkPayChannel(PayChannel payChannel) 校验支付通道private voidBasePay.checkPayChannelAndType(PayChannel payChannel, PayType payType) 校验支付通道和支付类型private PayStatusBasePay.getPayStatus(PayChannel payChannel, String status) 获取支付状态BasePay.prepay(PayChannel payChannel, PayType payType, BaseOrder order) 聚合支付:发起预支付BasePay.prepayStep2(PayChannel payChannel, PayType payType, BaseOrder order, String codeOrOpenId) 聚合支付:获得预支付参数(仅微信) -
com.abasecode.opencode.pay.entity中PayChannel的使用
修饰符和类型字段说明private PayChannelPayNotify.payChannel通道private PayChannelPayQueryResult.payChannel通道private PayChannelPayRefundNotifyResult.payChannel通道private PayChannelPayRefundResult.payChannel通道修饰符和类型方法说明static PayChannelPayChannel.getChannel(Integer id) static PayChannelReturns the enum constant of this class with the specified name.static PayChannel[]PayChannel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.abasecode.opencode.pay.form中PayChannel的使用
修饰符和类型字段说明private @NotNull PayChannelPayCloseForm.payChannel支付通道private @NotNull PayChannelPayQueryForm.payChannel支付通道private @NotNull PayChannelPayRefundForm.payChannel支付通道private @NotNull PayChannelPayRefundQueryForm.payChannel支付通道