|
@@ -52,7 +52,7 @@ public class OrderParam {
|
|
private Integer userUseScore;
|
|
private Integer userUseScore;
|
|
|
|
|
|
@ApiModelProperty(value = "渠道标识")
|
|
@ApiModelProperty(value = "渠道标识")
|
|
- private Integer platform=1;
|
|
|
|
|
|
+ private Integer platform;
|
|
|
|
|
|
// @ApiModelProperty(value = "每次订单提交时的uuid")
|
|
// @ApiModelProperty(value = "每次订单提交时的uuid")
|
|
// private String uuid;
|
|
// private String uuid;
|