| 程序包 | 说明 |
|---|---|
| org.mutils.wechat.wechatpay.core | |
| org.mutils.wechat.wechatpay.core.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,String> |
WeChatPayFunctions.createAppPayParamter(BaseWeChatPayModel model)
创建APP支付的请求参数 APP将用其发起微信支付
|
static Map<String,String> |
WeChatPayFunctions.createJSAPIPayParamter(BaseWeChatPayModel model)
创建公众号支付的请求参数 小程序将用其发起微信支付
|
static Map<String,String> |
WeChatPayFunctions.createMiniProgramPayParamter(BaseWeChatPayModel model)
创建小程序支付的请求参数 小程序将用其发起微信支付
|
static Map<String,String> |
WeChatPayFunctions.createUnifiedOrder(BaseWeChatPayModel model)
统一下单接口 用于生成 预支付id 及二维码id
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AppOrderPayModel |
class |
MiniProgramOrderPayModel |
class |
PayModel |
class |
RefundModel
用户用于发起微信退款的容器
|
class |
WithdrawModel |
Copyright © 2019. All rights reserved.