Refactor code

This commit is contained in:
wenxu12345
2022-01-17 18:25:35 +08:00
parent 655f7ff7d0
commit a456936853
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ type TencentCloudStorageCredentialReq struct {
OperationID string `json:"operationID"`
}
type tencentCloudStorageCredentialRespData struct {
type TencentCloudStorageCredentialRespData struct {
*sts.CredentialResult
Region string `json:"region"`
Bucket string `json:"bucket"`
@@ -14,5 +14,5 @@ type tencentCloudStorageCredentialRespData struct {
type TencentCloudStorageCredentialResp struct {
CommResp
tencentCloudStorageCredentialRespData `json:"data"`
Data TencentCloudStorageCredentialRespData `json:"data"`
}