-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改微信支付分-签约计划部分字段类型 #3171
Merged
Merged
修改微信支付分-签约计划部分字段类型 #3171
Conversation
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
文档地址: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) pom版本升级为:4.5.5.C
2.拆分PayScorePlanDetail类为PayScorePlanDetailRequest.java和PayScorePlanDetailResult.java
麻烦先修复下冲突问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.修改actualPrice 字段类型;
2.拆分PayScorePlanDetail类为PayScorePlanDetailRequest.java和PayScorePlanDetailResult.java