Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
优化支付/退款结果解析,增加对V3版本服务商的下单/退款支持
  • Loading branch information
binarypursuer committed Jun 16, 2023
commit af13bb7114bd1af0743788ee30e67b72dc38c189
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public interface WxPayBaseNotifyV3Result<T> {
* 设置原始数据
*
* @param rawData 原始数据
* @return void
* @author Pursuer
* @date 2023/6/15
* @since 1.0
Expand All @@ -22,8 +21,7 @@ public interface WxPayBaseNotifyV3Result<T> {
/**
* 解密后的数据
*
* @param data
* @return void
* @param data 解密后的数据
* @author Pursuer
* @date 2023/6/15
* @since 1.0
Expand Down