Skip to content

Commit d8a0358

Browse files
何昊宇何昊宇
authored andcommitted
Merge branch 'master' of https://github.com/Kivenhaoyu/objc-sdk
2 parents f1ebf03 + 8fd856b commit d8a0358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QiniuSDK/Storage/QNConfiguration.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ - (void)preQuery:(QNUpToken *)token
371371
ret(0);
372372
return;
373373
}
374-
// https://uc.qbox.me/v2/query?ak=T3sAzrwItclPGkbuV4pwmszxK7Ki46qRXXGBBQz3&bucket=if-pbl
375-
374+
375+
//https://uc.qbox.me/v2/query?ak=T3sAzrwItclPGkbuV4pwmszxK7Ki46qRXXGBBQz3&bucket=if-pbl
376376
NSString *url = [NSString stringWithFormat:@"%@/v2/query?ak=%@&bucket=%@", server, token.access, token.bucket];
377377
[sesionManager get:url withHeaders:nil withCompleteBlock:^(QNResponseInfo *info, NSDictionary *resp) {
378378
if (!info.error) {

0 commit comments

Comments
 (0)