Refactoring code

This commit is contained in:
wenxu12345 2022-02-16 18:58:02 +08:00
parent 5e65e394a6
commit 3aadf61fde

View File

@ -7,7 +7,7 @@ type TencentCloudStorageCredentialReq struct {
}
type TencentCloudStorageCredentialRespData struct {
*sts.CredentialResult
*sts.CredentialResult `json:"credentialResult"`
Region string `json:"region"`
Bucket string `json:"bucket"`
}