OSSGetSymlinkRequest.m 288 B

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