fix
This commit is contained in:
parent
11bb118f24
commit
a5fa1d1bc5
@ -289,6 +289,7 @@ handle_event(cast, {handle, <<?METHOD_INFORM:8, Info0/binary>>}, session, State
|
|||||||
Info = iot_cipher_aes:decrypt(AES, Info0),
|
Info = iot_cipher_aes:decrypt(AES, Info0),
|
||||||
case catch jiffy:decode(Info, [return_maps]) of
|
case catch jiffy:decode(Info, [return_maps]) of
|
||||||
#{<<"at">> := At, <<"services">> := ServiceInforms} ->
|
#{<<"at">> := At, <<"services">> := ServiceInforms} ->
|
||||||
|
lager:debug("[iot_host] service infos is: ~p", [ServiceInforms]),
|
||||||
lists:foreach(fun(#{<<"props">> := Props, <<"name">> := Name, <<"version">> := Version, <<"version_copy">> := VersionCopy, <<"status">> := Status}) ->
|
lists:foreach(fun(#{<<"props">> := Props, <<"name">> := Name, <<"version">> := Version, <<"version_copy">> := VersionCopy, <<"status">> := Status}) ->
|
||||||
%% props 主机id:场景id:微服务id
|
%% props 主机id:场景id:微服务id
|
||||||
[_, SceneId0, MicroId0] = binary:split(Props, <<":">>, [global]),
|
[_, SceneId0, MicroId0] = binary:split(Props, <<":">>, [global]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user