{
"companyId": 1169341218816,
"dutyId": 3116695038208,
"remark": "备注",
"deliverList": [
{
"fileName": "附件1",
"fileContent": "文件内容base64"
}
]
}curl --location --request POST 'https://getway.upfreework.com/openapi/v1/crowd/duty/deliver/upload' \
--header 'appId;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": 1169341218816,
"dutyId": 3116695038208,
"remark": "备注",
"deliverList": [
{
"fileName": "附件1",
"fileContent": "文件内容base64"
}
]
}'{
"code": 0,
"message": "成功",
"context": null,
"traceId": "68774654991700255efd6abf02e9b984",
"spanId": "ac5b28af5678e8a0",
"msg": ""
}