类 DwPayClient
java.lang.Object
com.digiwin.dap.middleware.dwpay.DwPayClient
- 所有已实现的接口:
DwPay
The entry point class of DwPay that implements the DwPay interface.
- 从以下版本开始:
- 1.0.0
- 作者:
- fobgochod
-
字段详细资料
-
serviceClient
-
-
方法详细资料
-
initOperations
public void initOperations() -
pay
从接口复制的说明:DwPay获取交易地址 -
query
从接口复制的说明:DwPay查询交易 -
close
从接口复制的说明:DwPay关闭交易 -
alterStatus
public TradeResult alterStatus(String sourceId, String outTradeNo, AlterType alterType, String userToken) 从接口复制的说明:DwPay更新委托支付状态- 指定者:
alterStatus在接口中DwPay- 参数:
sourceId- 来源IDoutTradeNo- 商户订单号alterType- 委托状态userToken- userToken- 返回:
- 状态更新结果
-
shutdown
public void shutdown()从接口复制的说明:DwPayShuts down the EMC instance (release all resources) The EMC instance is not usable after its shutdown() is called. -
getConnectionPoolStats
从接口复制的说明:DwPay连接池统计信息- 指定者:
getConnectionPoolStats在接口中DwPay- 返回:
- 统计信息
-