Skip to content

Commit e65d00e

Browse files
author
karisli
committed
demo修复
1 parent 0665a03 commit e65d00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QCloudCOSXMLDemo/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (void) fenceQueue:(QCloudCredentailFenceQueue *)queue requestCreatorWithContin
3333
credential.secretID = @"secretID";
3434
credential.secretKey = @"secretKey";
3535
//签名过期时间
36-
credential.experationDate = [NSDate dateWithTimeIntervalSince1970:1504183628];
36+
credential.expirationDate = [NSDate dateWithTimeIntervalSince1970:1504183628];
3737
credential.token = @"token";
3838
QCloudAuthentationV5Creator* creator = [[QCloudAuthentationV5Creator alloc] initWithCredential:credential];
3939
continueBlock(creator, nil);

0 commit comments

Comments
 (0)