1234567891011121314151617 |
- //
- // GetObjectTaggingRequest.m
- // AliyunOSSSDK
- //
- // Created by ws on 2021/5/25.
- // Copyright © 2021 aliyun. All rights reserved.
- //
- #import "OSSGetObjectTaggingRequest.h"
- @implementation OSSGetObjectTaggingRequest
- - (NSDictionary *)requestParams {
- return @{@"tagging": @""};
- }
- @end
|