7
0

【oss服务】新增上传单个短路径返回

This commit is contained in:
liguanjie 2025-05-26 16:36:27 +08:00
parent eae413bc00
commit 561eb1416a

View File

@ -16,7 +16,8 @@ type PutOssResponse struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data struct {
Url string `json:"url"`
Url string `json:"url"`
SavePath string `json:"save_path"`
}
}