Skip to content

Commit 1ce8bd0

Browse files
authored
Merge pull request #208 from Darkiiiiiice/master
fix. 修复错误
2 parents 09c11a9 + fbce37a commit 1ce8bd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/image.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ type CaptureInstanceOutput struct {
100100

101101
// Documentation URL: https://docs.qingcloud.com/api/image/delete_images.html
102102
func (s *ImageService) DeleteImages(i *DeleteImagesInput) (*DeleteImagesOutput, error) {
103-
time.RFC822
104103
if i == nil {
105104
i = &DeleteImagesInput{}
106105
}

0 commit comments

Comments
 (0)