mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #1725 微信支付分增加免确认模式(预授权方式)相关接口支持
This commit is contained in:
@@ -80,5 +80,7 @@ public class WxPayScoreRequest implements Serializable {
|
||||
private String type;
|
||||
@SerializedName("detail")
|
||||
private Detail detail;
|
||||
@SerializedName("authorization_code")
|
||||
private String authorizationCode;
|
||||
|
||||
}
|
||||
|
||||
@@ -85,6 +85,22 @@ public class WxPayScoreResult implements Serializable {
|
||||
@SerializedName("payScoreSignInfo")
|
||||
private Map<String, String> payScoreSignInfo;
|
||||
|
||||
@SerializedName("apply_permissions_token")
|
||||
private String applyPermissionsToken;
|
||||
|
||||
@SerializedName("authorization_code")
|
||||
private String authorizationCode;
|
||||
|
||||
@SerializedName("authorization_state")
|
||||
private String authorizationState;
|
||||
|
||||
@SerializedName("cancel_authorization_time")
|
||||
private String cancelAuthorizationTime;
|
||||
|
||||
@SerializedName("authorization_success_time")
|
||||
private String authorizationSuccessTime;
|
||||
|
||||
|
||||
/**
|
||||
* 收款信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user