Administrator
6 days ago 59da87cc7b9db21b01c8c2c0831619aff73d0f84
src/main/java/cc/mrbird/febs/mall/dto/ApiPayOrderDto.java
@@ -20,7 +20,7 @@
    @ApiModelProperty(value = "支付方式 1-余额支付 2-微信支付 3-积分支付 0-无需支付", example = "1")
    private Integer payType;
    @NotBlank(message = "支付密码不能为空")
//    @NotBlank(message = "支付密码不能为空")
    @ApiModelProperty(value = "支付密码", example = "如果选择余额支付需要输入")
    private String tradePwd;