Skip to content

Commit 7968bbb

Browse files
committed
add
1 parent 5ebd920 commit 7968bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cos/resource_tc_cos_bucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ func resourceTencentCloudCosBucketWebsiteUpdate(ctx context.Context, meta interf
14491449
}
14501450

14511451
reqBytes, _ := json.Marshal(request)
1452-
respBytes, _ := json.Marshal(response)
1452+
respBytes, _ := json.Marshal(response.Response.Body)
14531453
log.Printf("[DEBUG]%s api[%s] success, request body [%s], response body [%s]\n", logId, "put bucket website", string(reqBytes), string(respBytes))
14541454
}
14551455

0 commit comments

Comments
 (0)