Skip to content

Commit 22010d0

Browse files
author
garenwang
committed
# 5.8.6
一、 新增数据万象接口: 1. 上传时、下载时二维码识别 2. 云上数据处理 二、灯塔上报修复
1 parent 96db258 commit 22010d0

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 5.8.6
2+
一、 新增数据万象接口:
3+
1. 上传时、下载时二维码识别
4+
2. 云上数据处理
5+
二、灯塔上报修复
26

37

48
# 5.8.5

QCloudCOSXML/Classes/QCloudCOSXMLVersion.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#ifndef QCloudCOSXMLModuleVersion_h
77
#define QCloudCOSXMLModuleVersion_h
8-
98
#define QCloudCOSXMLModuleVersionNumber 508006
109

1110
//dependency
@@ -14,4 +13,4 @@
1413
FOUNDATION_EXTERN NSString * const QCloudCOSXMLModuleVersion;
1514
FOUNDATION_EXTERN NSString * const QCloudCOSXMLModuleName;
1615

17-
#endif
16+
#endif

QCloudCOSXML/Classes/QCloudCOSXMLVersion.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#import "QCloudCOSXMLVersion.h"
22
NSString * const QCloudCOSXMLModuleVersion = @"5.8.6";
3-
43
NSString * const QCloudCOSXMLModuleName = @"QCloudCOSXML";
54
@interface QCloudQCloudCOSXMLLoad : NSObject
65
@end
@@ -27,4 +26,4 @@ + (void) load
2726
#pragma clang diagnostic pop
2827
}
2928
}
30-
@end
29+
@end

QCloudCore/Classes/Base/QCloudCoreVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
FOUNDATION_EXTERN NSString * const QCloudCoreModuleVersion;
1414
FOUNDATION_EXTERN NSString * const QCloudCoreModuleName;
1515

16-
#endif
16+
#endif

QCloudCore/Classes/Base/QCloudCoreVersion.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#import "QCloudCoreVersion.h"
2-
NSString *const QCloudCoreModuleVersion = @"5.8.6";
3-
NSString *const QCloudCoreModuleName = @"QCloudCore";
2+
NSString * const QCloudCoreModuleVersion = @"5.8.6";
3+
NSString * const QCloudCoreModuleName = @"QCloudCore";
44
@interface QCloudQCloudCoreLoad : NSObject
55
@end
66

@@ -26,4 +26,4 @@ + (void) load
2626
#pragma clang diagnostic pop
2727
}
2828
}
29-
@end
29+
@end

0 commit comments

Comments
 (0)