6
0

Compare commits

...

2 Commits

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"`
}
}