分销员购买前缀
This commit is contained in:
@@ -22,7 +22,7 @@ import java.math.BigDecimal;
|
|||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
public class MkDistributionPayDTO implements Serializable {
|
public class MkDistributionPayDTO implements Serializable {
|
||||||
private Long shopId;
|
private Long shopId;
|
||||||
private String platformType;
|
private String platformType = "DIS";
|
||||||
private Long userId;
|
private Long userId;
|
||||||
private String payType;
|
private String payType;
|
||||||
private String returnUrl;
|
private String returnUrl;
|
||||||
|
|||||||
Reference in New Issue
Block a user