合同文件 ,文件大小:<=30MB
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/document/addbyfile' \ --header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \ --header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \ --header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \ --header 'x-qys-open-signature: {{x-qys-open-signature}}' \ --header 'Content-Type: multipart/form-data;charset=UTF-8' \ --form 'contractId=""' \ --form 'title=""' \ --form 'file=@""' \ --form 'fileSuffix="doc,docx,pdf,jpeg,png,jpg,gif,tiff,html,htm,xls,xlsx"'
{ "result": { "documentId": "3053227770336247942" }, "code": 0, "message": "SUCCESS" }