feat: 优化装修/外卖团购账号开通

This commit is contained in:
shuo.wang
2025-05-26 10:14:54 +08:00
parent 7b30396dae
commit 7f49647443
2 changed files with 5 additions and 1 deletions

View File

@@ -81,6 +81,10 @@ public class PlatformBuildRequest {
@Length(max = 250, message = "快手平台账号 长度不能超过250") @Length(max = 250, message = "快手平台账号 长度不能超过250")
private String ksAccount; private String ksAccount;
@ApiModelProperty("抖音核销手机号")
private String dyMobile;
public PlatformBuildDO toDO() { public PlatformBuildDO toDO() {
PlatformBuildDO platformBuildDO = new PlatformBuildDO(); PlatformBuildDO platformBuildDO = new PlatformBuildDO();

View File

@@ -38,7 +38,7 @@ public class ThreeAcceptanceRequest {
private String shopInteriorPhoto; private String shopInteriorPhoto;
public Boolean miniCheck(){ public Boolean miniCheck(){
if (StringUtils.isAnyBlank(this.ksAccount,this.verificationPhone,this.shopLocationScreenshots)){ if (StringUtils.isAnyBlank(this.shopLocationScreenshots)){
return false; return false;
} }
return true; return true;