Merge branch 'cc_20250723_Decoration' into 'master'

//,加盟公司自有店->加盟公司建店 不推送数据 再crm中完成

See merge request hangzhou/java/custom_zxjp!145
This commit is contained in:
苏竹红
2025-08-07 12:32:39 +00:00

View File

@@ -6,6 +6,16 @@ import lombok.Data;
@Data
public class HqtBuildAPIRequest {
/**
* @description:
* 2148799018--加盟建店
* 2148784001--加盟公司建店
* 2148799024--对外业务
* 目前只推送2148799018--加盟建店
*/
@JsonProperty(" bizType")
private String bizType = "2148799018";
/**
* projectNo 门店编码
*/
@@ -105,13 +115,9 @@ public class HqtBuildAPIRequest {
@JsonProperty("bizType")
/**
* @description:
* 2148799018--加盟建店
* 2148784001--加盟公司建店
* 2148799024--对外业务
* 目前只推送2148799018--加盟建店
默认值
*/
private String bizType = "2148799018";
private String bizType = "202684487985";
/**
* @description:默认值
*/