KKSU
2024-07-30 6ea0d4af0d1a42ac05e858ab7abb2a2a5be5dacd
src/main/java/cc/mrbird/febs/mall/dto/TransferDto.java
@@ -18,7 +18,7 @@
@ApiModel(value = "TransferDto", description = "转账接收参数类")
public class TransferDto {
    @ApiModelProperty(value = "转出类型 1:FCM 2:令牌", example = "1")
    @ApiModelProperty(value = "转出类型 1:FCM 2:令牌 3:卡牌", example = "1")
    private int type;
    @NotBlank(message = "转出账户不能为空")