Browse Source

fix:修改export文档

master
Morning.Chen 10 months ago
parent
commit
2d44298b05
  1. 22
      README.md

22
README.md

@ -339,6 +339,28 @@ updateMode: 更新方式
"success":true
}
```
使用方式:
1、使用tableId调用接口,创建导出任务,接口返回
{
"errorCode": "61311022",
"errorMsg": "table exporting,try later..."
}
2、轮询使用tableId请求接口,若导出未完成,接口返回
{
"errorCode": "61311022",
"errorMsg": "table exporting,try later..."
}
直到导出完成后,接口会正常返回:
{
"success": true,
"code": "200",
"message": "success",
"data": "下载地址",
}
注:

Loading…
Cancel
Save