OSSRestoreObjectRequest.m 297 B

123456789101112131415161718
  1. //
  2. // OSSRestoreObjectRequest.m
  3. // AliyunOSSSDK
  4. //
  5. // Created by huaixu on 2018/8/1.
  6. // Copyright © 2018年 aliyun. All rights reserved.
  7. //
  8. #import "OSSRestoreObjectRequest.h"
  9. @implementation OSSRestoreObjectRequest
  10. - (NSDictionary *)requestParams {
  11. return @{@"restore": @""};
  12. }
  13. @end