Commit aa5bb666 by ping.wu

是否校验限购数量传参

parent c5c7ee3a
......@@ -47,6 +47,7 @@ public class PointsMallOrderAdapter {
productInfoRequest.setValidateMember(true);
productInfoRequest.setValidateStock(true);
productInfoRequest.setValidateTime(true);
productInfoRequest.setValidateLimitNum(true);
return productInfoRequest;
}
......
......@@ -42,4 +42,7 @@ public class PointMallListProductInfoRequest {
// @ApiModelProperty(value = "是否校验用户限制(true校验,false不校验)")
private boolean isValidateMember;
//是否校验限购数量(true校验,false不校验)
private boolean validateLimitNum;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment