|
@@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
public class ApiPayRequestVo {
|
|
public class ApiPayRequestVo {
|
|
|
|
|
|
@ApiModelProperty("支付金额(单位:分)")
|
|
@ApiModelProperty("支付金额(单位:分)")
|
|
- @Range(min=1, message="支付金额")
|
|
|
|
|
|
+ @Range(min=1, message="支付金额非法")
|
|
private int money;
|
|
private int money;
|
|
|
|
|
|
@ApiModelProperty("商品标题,第三方支付页面显示")
|
|
@ApiModelProperty("商品标题,第三方支付页面显示")
|