Refactoring code

This commit is contained in:
wenxu12345 2022-02-16 18:58:02 +08:00 committed by Pi
parent 52afb6e1f4
commit 51702a58e4

View File

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