6
0

Compare commits

..

No commits in common. "7c96d7163bbe535370bd2ae9572953f132bc8391" and "b9a481e71b002eda97854eae1369f79d734c909c" have entirely different histories.

View File

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