Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
9007908b
Commit
9007908b
authored
Mar 17, 2022
by
chen.weican
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】更新版本号为1.4.7
【提交人】陈伟灿
parent
96115f2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VERSION
VERSION
+1
-1
application/klansdk/kk_data_handle.c
application/klansdk/kk_data_handle.c
+1
-0
No files found.
VERSION
View file @
9007908b
1.4.6
1.4.7
\ No newline at end of file
\ No newline at end of file
application/klansdk/kk_data_handle.c
View file @
9007908b
...
@@ -751,6 +751,7 @@ static int kk_device_historyalarm_handle(cJSON *payload)
...
@@ -751,6 +751,7 @@ static int kk_device_historyalarm_handle(cJSON *payload)
cJSON
*
identifier
=
cJSON_GetObjectItem
(
client_list
,
"identifier"
);
cJSON
*
identifier
=
cJSON_GetObjectItem
(
client_list
,
"identifier"
);
if
(
identifier
==
NULL
){
if
(
identifier
==
NULL
){
cJSON_Delete
(
infoItem
);
cJSON_Delete
(
infoItem
);
cJSON_Delete
(
contentObj
);
return
-
1
;
return
-
1
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment