Authorization: Bearer ********************
{
"filepath": "测试上传",
"base64_filepath": "5rWL6K+V5LiK5Lyg",
"branch": "master_1",
"content": "5rWL6K+V5LiK5Lyg",
"message": "Add 测试上传"
}
curl --location --request DELETE 'http://dev-cn.your-api-server.com/api///delete_file.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"filepath": "测试上传",
"base64_filepath": "5rWL6K+V5LiK5Lyg",
"branch": "master_1",
"content": "5rWL6K+V5LiK5Lyg",
"message": "Add 测试上传"
}'
{"status":1,"message":"文件删除成功"}