fix:去掉流水号不能为空
This commit is contained in:
@@ -16,7 +16,6 @@ public class RecognizePaymentRequest {
|
||||
@ApiModelProperty("费用调整单ID")
|
||||
private Long id;
|
||||
|
||||
@NotNull(message = "网商交易流水号列表不能为空")
|
||||
@ApiModelProperty("网商交易流水号列表")
|
||||
private List<String> tradeNos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user