{
"title": "20250803测试任务",
"customerConditions": [{
"id": 5,
"name": "客户意向",
"type": 2,
"ids": [
0
],
"names": [
"A"
],
"options": [{
"id": 0,
"name": "A",
"fieldId": 5,
"seq": 0
},
{
"id": 1,
"name": "B",
"fieldId": 5,
"seq": 1
},
{
"id": 2,
"name": "C",
"fieldId": 5,
"seq": 2
},
{
"id": 3,
"name": "D",
"fieldId": 5,
"seq": 3
}
]
}],
"sopContents": [{
"sopDatas": [{
"type": 1,
"content": "#客户昵称##员工姓名#"
},
{
"fileName": "1002家长小锦囊L3-4.jpg",
"title": "这是描述",
"appid": "wxc2fa0bcbfc096d94",
"fileUrl": "https://tmblueoss.wechatsi.com/ca74e8887c2a7e0b7f76a073fa42471a/202505/28/bussiness/808801ffbf9e4d99a3c8e7d2e9b79a27.jpg",
"page": "https://baidu.com",
"mediaId": "3pbqQCkbyoNRvI735Ln12GXDAJfnyHRQu0iTcINyoYVwUvMVZqWAq6cIPlgSF8agXapm3y-5OLHBKPcUTXXQe4g",
"type": 6,
"fileId": 21
}
],
"sendType": 0,
"sendTime": "0:2"
}
],
"type": 1
}
curl --location --request POST '/api/v3/customer-sop/save' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "20250803测试任务",
"customerConditions": [{
"id": 5,
"name": "客户意向",
"type": 2,
"ids": [
0
],
"names": [
"A"
],
"options": [{
"id": 0,
"name": "A",
"fieldId": 5,
"seq": 0
},
{
"id": 1,
"name": "B",
"fieldId": 5,
"seq": 1
},
{
"id": 2,
"name": "C",
"fieldId": 5,
"seq": 2
},
{
"id": 3,
"name": "D",
"fieldId": 5,
"seq": 3
}
]
}],
"sopContents": [{
"sopDatas": [{
"type": 1,
"content": "#客户昵称##员工姓名#"
},
{
"fileName": "1002家长小锦囊L3-4.jpg",
"title": "这是描述",
"appid": "wxc2fa0bcbfc096d94",
"fileUrl": "https://tmblueoss.wechatsi.com/ca74e8887c2a7e0b7f76a073fa42471a/202505/28/bussiness/808801ffbf9e4d99a3c8e7d2e9b79a27.jpg",
"page": "https://baidu.com",
"mediaId": "3pbqQCkbyoNRvI735Ln12GXDAJfnyHRQu0iTcINyoYVwUvMVZqWAq6cIPlgSF8agXapm3y-5OLHBKPcUTXXQe4g",
"type": 6,
"fileId": 21
}
],
"sendType": 0,
"sendTime": "0:2"
}
],
"type": 1
}'
{}