src/main/java/cc/mrbird/febs/mall/dto/TransferDto.java
@@ -18,6 +18,10 @@ public class TransferDto { @NotBlank(message = "参数不能为空") @ApiModelProperty(value = "类型 1:转账 2:转积分", example = "123") private int type; @NotBlank(message = "参数不能为空") @ApiModelProperty(value = "联系电话或邀请码", example = "123") private String account;