chore: replace all cn comments to en version by volc api (#313)

This commit is contained in:
tecvan
2025-07-31 15:18:11 +08:00
committed by GitHub
parent 91d6cdb430
commit 5abc63fba6
254 changed files with 5899 additions and 5844 deletions

View File

@@ -41,9 +41,9 @@ type SecurityToken struct {
}
type ResourceURL struct {
// REQUIRED; 结果图访问精简地址,与默认地址相比缺少 Bucket 部分。
// REQUIRED; The resulting graph accesses the thin address, missing the bucket part compared to the default address.
CompactURL string `json:"CompactURL"`
// REQUIRED; 结果图访问默认地址。
// REQUIRED; Result graph access default address.
URL string `json:"URL"`
}
@@ -55,7 +55,7 @@ type UploadResult struct {
type Result struct {
Uri string `json:"Uri"`
UriStatus int `json:"UriStatus"` // 2000表示上传成功
UriStatus int `json:"UriStatus"` // 2000 means the upload was successful.
}
type FileInfo struct {