获取回调数据 终版 后续处理
This commit is contained in:
@@ -81,8 +81,11 @@ public class OrderPayment implements Serializable {
|
|||||||
@Column(onInsertValue = "now()", onUpdateValue = "now()")
|
@Column(onInsertValue = "now()", onUpdateValue = "now()")
|
||||||
private LocalDateTime updateTime;
|
private LocalDateTime updateTime;
|
||||||
|
|
||||||
|
public OrderPayment() {
|
||||||
|
}
|
||||||
|
|
||||||
public OrderPayment(@NonNull Long shopId, @NonNull Long sourceId, @NotBlank String payType, @NotBlank String orderNo,
|
public OrderPayment(@NonNull Long shopId, @NonNull Long sourceId, @NotBlank String payType, @NotBlank String orderNo,
|
||||||
String authCode,@NonNull BigDecimal amount) {
|
String authCode, @NonNull BigDecimal amount) {
|
||||||
this.shopId = shopId;
|
this.shopId = shopId;
|
||||||
this.sourceId = sourceId;
|
this.sourceId = sourceId;
|
||||||
this.payType = payType;
|
this.payType = payType;
|
||||||
|
|||||||
Reference in New Issue
Block a user