Commit 58dc4fe44f625cb68125b0ec116eae7082a6f2f0
1 parent
64e1f9fd
update readme
Showing
1 changed file
with
0 additions
and
10 deletions
README.md
| @@ -108,16 +108,6 @@ | @@ -108,16 +108,6 @@ | ||
| 108 | */ | 108 | */ |
| 109 | + (void)getUploadResourceUrlWithBucketKey:(NSString *)bucketKey uploadType:(CNLiveYun_UploadType)uploadType success:(void (^)(NSString *resUrl))successBlock failure:(void (^)(NSDictionary *error))failureBlock; | 109 | + (void)getUploadResourceUrlWithBucketKey:(NSString *)bucketKey uploadType:(CNLiveYun_UploadType)uploadType success:(void (^)(NSString *resUrl))successBlock failure:(void (^)(NSDictionary *error))failureBlock; |
| 110 | ``` | 110 | ``` |
| 111 | -* 获取SP的BucketName | ||
| 112 | - | ||
| 113 | -``` | ||
| 114 | -/** | ||
| 115 | - 获取SP的BucketName | ||
| 116 | - | ||
| 117 | - @return BucketName | ||
| 118 | - */ | ||
| 119 | -+ (NSString *)getSPBucketName; | ||
| 120 | -``` | ||
| 121 | 111 | ||
| 122 | ##### 常见错误提示 | 112 | ##### 常见错误提示 |
| 123 | 常见失败信息: | 113 | 常见失败信息: |