分销员购买前缀

This commit is contained in:
张松
2025-11-19 13:33:39 +08:00
parent b4ee438550
commit 8d365b302a

View File

@@ -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;