-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 普通服务商->特约商户进件 文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter11_1_1.shtml 文档更新时间:2023.7.14 1.SubjectTypeEnum 枚举移除SUBJECT_TYPE_MICRO小微主体类型 2.WxPayApplyment4SubCreateRequest内部类SubjectInfo对象下删除组织机构代码证OrganizationInfo对象及字段;删除MicroBizInfo对象及字段;新增finance_institution_info 对象 3.新增枚举:金融机构类型->FinanceTypeEnum 4.Applyment4SubService 新增查询结算账户修改申请状态接口 5.新增枚举:结算账号修改审核状态->SettlementVerifyStateEnum ------------------------------------------------------------------------- 服务商微信支付分 文档地址:https://pay.weixin.qq.com/docs/partner/apis/partner-weixin-pay-score/partner-service-auth/apply-partner-permissions.html 文档更新时间:2023.08.23 1.更新PartnerPayScoreService 接口文档描述 2.WxPayScoreResult新增 user_risk_level:用户分层字段;risk_level_version:分层版本字段 (商户查询与用户授权记录返回参数); 新增total_amount:总金额字段(支付分订单查询返回参数) 3.TimeRange对象新增start_time_remark:服务开始时间备注;end_time_remark:服务结束时间备注字段; 4.新增优惠详情对象:PromotionDetail;优惠商品详情对象:GoodsDetail; 5.WxPayScoreRequest 新增字段完结服务时间:completeTime;修改detail字段类型:Detail=>SyncDetail(入参里唯一用到detail字段对应的类应该是SyncDetail,而WxPayScoreResult返回的collection字段下的details字段对应的类才是Detail,之前的提交者可能写错了 详见文档:同步订单信息=>https://pay.weixin.qq.com/docs/partner/apis/partner-weixin-pay-score/partner-service-order/sync-partner-service-order.html; 查询订单=>https://pay.weixin.qq.com/docs/partner/apis/partner-weixin-pay-score/partner-service-order/get-partner-service-order.html) * WxPayRefundV3Result.Amount 新增退款手续费字段; * WxPayRefundQueryV3Result.Amount 新增退款手续费字段;
- Loading branch information
1 parent
85c46eb
commit f53eed6
Showing
21 changed files
with
416 additions
and
321 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
...ain/java/com/github/binarywang/wxpay/bean/applyment/SettlementModifyStateQueryResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
package com.github.binarywang.wxpay.bean.applyment; | ||
|
||
import com.github.binarywang.wxpay.bean.applyment.enums.AccountTypeEnum; | ||
import com.github.binarywang.wxpay.bean.applyment.enums.SettlementVerifyStateEnum; | ||
import com.google.gson.annotations.SerializedName; | ||
import lombok.AllArgsConstructor; | ||
import lombok.Builder; | ||
import lombok.Data; | ||
import lombok.NoArgsConstructor; | ||
import lombok.experimental.Accessors; | ||
|
||
|
||
import java.io.Serializable; | ||
|
||
|
||
@Data | ||
@Builder | ||
@NoArgsConstructor | ||
@AllArgsConstructor | ||
@Accessors(chain = true) | ||
public class SettlementModifyStateQueryResult implements Serializable { | ||
|
||
private static final long serialVersionUID = 464614116838248296L; | ||
/** | ||
* 开户名称 | ||
*/ | ||
@SerializedName("account_name") | ||
private String accountName; | ||
|
||
/** | ||
* 账户类型 | ||
*/ | ||
@SerializedName("account_type") | ||
private AccountTypeEnum accountType; | ||
|
||
/** | ||
* 开户银行 | ||
*/ | ||
@SerializedName("account_bank") | ||
private String accountBank; | ||
|
||
/** | ||
* 开户银行全称(含支行) | ||
*/ | ||
@SerializedName("bank_name") | ||
private String bankName; | ||
|
||
/** | ||
* 开户银行联行号 | ||
*/ | ||
@SerializedName("bank_branch_id") | ||
private String bankBranchId; | ||
|
||
/** | ||
* 银行账号 | ||
*/ | ||
@SerializedName("account_number") | ||
private String accountNumber; | ||
|
||
/** | ||
* 审核状态 | ||
* @see SettlementVerifyStateEnum | ||
*/ | ||
@SerializedName("verify_result") | ||
private SettlementVerifyStateEnum verifyResult; | ||
|
||
/** | ||
* 审核驳回原因 | ||
*/ | ||
@SerializedName("verify_fail_reason") | ||
private String verifyFailReason; | ||
|
||
/** | ||
* 审核结果更新时间 | ||
*/ | ||
@SerializedName("verify_finish_time") | ||
private String verifyFinishTime; | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...a-pay/src/main/java/com/github/binarywang/wxpay/bean/applyment/enums/FinanceTypeEnum.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
package com.github.binarywang.wxpay.bean.applyment.enums; | ||
|
||
/** | ||
* 金融机构类型 | ||
**/ | ||
public enum FinanceTypeEnum { | ||
|
||
/** | ||
* 银行业, 适用于商业银行、政策性银行、农村合作银行、村镇银行、开发性金融机构等 | ||
*/ | ||
BANK_AGENT, | ||
|
||
/** | ||
* 支付机构, 适用于非银行类支付机构 | ||
*/ | ||
PAYMENT_AGENT, | ||
|
||
/** | ||
* 保险业, 适用于保险、保险中介、保险代理、保险经纪等保险类业务 | ||
*/ | ||
INSURANCE, | ||
|
||
/** | ||
* 交易及结算类金融机构, 适用于交易所、登记结算类机构、银行卡清算机构、资金清算中心等 | ||
*/ | ||
TRADE_AND_SETTLE, | ||
|
||
/** | ||
* 其他金融机构, 适用于财务公司、信托公司、金融资产管理公司、金融租赁公司、汽车金融公司、贷款公司、货币经纪公司、消费金融公司、证券业、金融控股公司、股票、期货、货币兑换、小额贷款公司、金融资产管理、担保公司、商业保理公司、典当行、融资租赁公司、财经咨询等其他金融业务 | ||
*/ | ||
OTHER, | ||
; | ||
} |
22 changes: 22 additions & 0 deletions
22
...main/java/com/github/binarywang/wxpay/bean/applyment/enums/SettlementVerifyStateEnum.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
package com.github.binarywang.wxpay.bean.applyment.enums; | ||
|
||
/** | ||
* 结算账户修改审核状态 | ||
**/ | ||
public enum SettlementVerifyStateEnum { | ||
/** | ||
* 审核成功 | ||
*/ | ||
AUDIT_SUCCESS, | ||
|
||
/** | ||
* 审核中 | ||
*/ | ||
AUDITING, | ||
|
||
/** | ||
* 审核驳回 | ||
*/ | ||
AUDIT_FAIL, | ||
; | ||
} |
Oops, something went wrong.