跟进记录列表(列表长度<=100)
跟进记录内容(长度<=1000)
{
"id": "oQpNNdxLS-Kl-HaH7jWiKsTUGcGdeamDyUu459Be9DI",
"type": 3,
"progress_list": [
{
"index": 0,
"content": "企业跟进测试+101",
"create_time": 1710918235000,
"create_user_id": "JxDQj-kOP4gm4PH_Xh4yfUlDx4VXHIWwlGospaHp4PM",
"image_file_list": [
"https://wlmvp-cos.weiling.cn/1668847998500_icon.png"
],
"attachment_file_list": [
{
"name": "123.docx",
"type": 0,
"size": "22343",
"url": "https://demo-cos.weiling.cn/1356898121111711744/1709622279.docx"
}
]
}
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/v2/progress/create?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "oQpNNdxLS-Kl-HaH7jWiKsTUGcGdeamDyUu459Be9DI",
"type": 3,
"progress_list": [
{
"index": 0,
"content": "企业跟进测试+101",
"create_time": 1710918235000,
"create_user_id": "JxDQj-kOP4gm4PH_Xh4yfUlDx4VXHIWwlGospaHp4PM",
"image_file_list": [
"https://wlmvp-cos.weiling.cn/1668847998500_icon.png"
],
"attachment_file_list": [
{
"name": "123.docx",
"type": 0,
"size": "22343",
"url": "https://demo-cos.weiling.cn/1356898121111711744/1709622279.docx"
}
]
}
]
}'
{
"msg": "string",
"code": 0,
"data": {
"fail_list": [
{
"index": 0,
"error_code": 0,
"error_msg": "string"
}
],
"success_list": [
{
"index": 0,
"progress_id": "string"
}
]
}
}