OSSGetObjectTaggingRequest.m 297 B

1234567891011121314151617
  1. //
  2. // GetObjectTaggingRequest.m
  3. // AliyunOSSSDK
  4. //
  5. // Created by ws on 2021/5/25.
  6. // Copyright © 2021 aliyun. All rights reserved.
  7. //
  8. #import "OSSGetObjectTaggingRequest.h"
  9. @implementation OSSGetObjectTaggingRequest
  10. - (NSDictionary *)requestParams {
  11. return @{@"tagging": @""};
  12. }
  13. @end