feat 消息通知功能开发

This commit is contained in:
xxm1995
2024-02-23 16:08:02 +08:00
parent 75c2311c64
commit f1828d89f1
3 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ public class RefundChannelResult {
/**
* @see PayChannelEnum#getCode()
*/
@Schema(description = "支付通道编码")
@Schema(description = "通道编码")
private String channel;
@Schema(description = "退款金额")

View File

@@ -19,7 +19,6 @@ import java.util.List;
@Schema(title = "退款通知消息")
public class RefundNoticeResult {
@Schema(description = "退款ID")
private Long refundId;
@@ -32,7 +31,7 @@ public class RefundNoticeResult {
/**
* @see PayChannelEnum#ASYNC_TYPE_CODE
*/
@Schema(description = "异步支付通道")
@Schema(description = "异步通道")
private String asyncChannel;
@Schema(description = "退款金额")

View File

@@ -30,7 +30,6 @@ class PayParamSignTest {
payParam.setNotNotify(true);
payParam.setNotifyUrl("http://127.0.0.1:8080/pay/notify");
payParam.setReturnUrl("http://127.0.0.1:8080/pay/return");
payParam.setVersion("1.0");
// 传入的话需要传输时间戳
payParam.setReqTime(LocalDateTime.now());