AliyunOSSSDK/OSSGetSymlinkRequest.m (6 lines of code) (raw):
//
// OSSGetSymlinkRequest.m
// AliyunOSSSDK
//
// Created by huaixu on 2018/8/1.
// Copyright © 2018年 aliyun. All rights reserved.
//
#import "OSSGetSymlinkRequest.h"
@implementation OSSGetSymlinkRequest
- (NSDictionary *)requestParams {
return @{@"symlink": @""};
}
@end