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

This commit is contained in:
shuo.wang
2025-08-07 19:53:03 +08:00
parent f8943f618a
commit 6919d31392

View File

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