Closed 895090595 closed 1 week ago
$host:5700/open/api/system/data/export
多了个 api
$host:5700/open/api/system/data/export
多了个 api
去掉url中的api后404了
curl -o $output_file -L -H "Authorization: Bearer $token" "$host:5700/open/system/data/export?t=$timestamp" ``{"code":404,"message":"Not Found"}
$host:5700/open/api/system/data/export
多了个 api去掉url中的api后404了
`curl -o $output_file -L -H "Authorization: Bearer $token" "$host:5700/open/system/data/export?t=$timestamp"
`{"code":404,"message":"Not Found"}
请求 method 不对 https://qinglong.online/api/system#%E5%AF%BC%E5%87%BA%E6%95%B0%E6%8D%AE
$host:5700/open/api/system/data/export
多了个 api去掉url中的api后404了
curl -o $output_file -L -H "Authorization: Bearer $token" "$host:5700/open/system/data/export?t=$timestamp" ``{"code":404,"message":"Not Found"}
请求 method 不对 https://qinglong.online/api/system#%E5%AF%BC%E5%87%BA%E6%95%B0%E6%8D%AE
对了,感谢回复, 我自己的问题
Qinglong version
正式版 v2.17.12
Steps to reproduce
通过脚本进行导出备份,代码如下:
What is expected?
有没有其他备份方式(导出备份压缩包到指定目录)?
What is actually happening?
输出信息:
{"code":401,"message":"jwt malformed"}
应用设置,已全部勾选System Info
No response
Any additional comments?
用此方式获取的token可以正常更新脚本/获取脚本列表/... , 但是不能导出备份