退款接口

This commit is contained in:
2024-09-29 11:35:22 +08:00
parent c5d68ffffc
commit 655383fd02
2 changed files with 8 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ public class ReturnOrderDTO {
private String shopId;
@NotEmpty
private String note;
@NotEmpty
// @NotEmpty
private String pwd;
@Valid
private List<OrderDetail> orderDetails;