请求示例:
https://app.redbeandata.cn/cubedrive/editor-v2/importDocx
参数:
http方法: POST
下面是使用步骤
@baseuri = http://localhost:8080/cubedrive-webapp @username= admin @password= abcabc @xAuthToken=bbb6c793-832c-4733-9601-a023366d918f ### GET {{baseuri}}/getLogin?j_username={{username}}&j_password={{password}} ### POST {{baseuri}}/editor-v2/importDocx X-Auth-Token: {{xAuthToken}} Content-Type: multipart/form-data; charset=utf-8; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW X9IxyAGE5PQ ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="filePath"; filename="周报.docx" Content-Type: application/octet-stream < /home/zzy/周报.docx ------WebKitFormBoundary7MA4YWxkTrZu0gW--
{ "success": true, "documentId": "xxxxxxxxx" }
用上面的documentId就可以打开在线文档
{{baseuri}}/editorNew?fileId=xxxxxxxxx