简体中文
Export app source code as a ZIP file
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/{baseId}/app/{appId}/export-code \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Source code exported successfully as ZIP file
The response is of type file.
file
此页面对您有帮助吗?