mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 21:17:42 +00:00
feat 消息通知功能开发
This commit is contained in:
@@ -18,7 +18,7 @@ public class RefundChannelResult {
|
||||
/**
|
||||
* @see PayChannelEnum#getCode()
|
||||
*/
|
||||
@Schema(description = "支付通道编码")
|
||||
@Schema(description = "通道编码")
|
||||
private String channel;
|
||||
|
||||
@Schema(description = "退款金额")
|
||||
|
@@ -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 = "退款金额")
|
||||
|
@@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user