feat: 优化装修/外卖团购账号开通
This commit is contained in:
@@ -81,6 +81,10 @@ public class PlatformBuildRequest {
|
||||
@Length(max = 250, message = "快手平台账号 长度不能超过250")
|
||||
private String ksAccount;
|
||||
|
||||
@ApiModelProperty("抖音核销手机号")
|
||||
private String dyMobile;
|
||||
|
||||
|
||||
|
||||
public PlatformBuildDO toDO() {
|
||||
PlatformBuildDO platformBuildDO = new PlatformBuildDO();
|
||||
|
||||
@@ -38,7 +38,7 @@ public class ThreeAcceptanceRequest {
|
||||
private String shopInteriorPhoto;
|
||||
|
||||
public Boolean miniCheck(){
|
||||
if (StringUtils.isAnyBlank(this.ksAccount,this.verificationPhone,this.shopLocationScreenshots)){
|
||||
if (StringUtils.isAnyBlank(this.shopLocationScreenshots)){
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user