fix jinzhi endpoint

This commit is contained in:
anlicheng 2025-03-21 16:11:11 +08:00
parent fdf8db14a9
commit 8adff02bd3

View File

@ -196,7 +196,8 @@ format_event(LocationCode, DynamicLocationCode, EventType, #{<<"event_code">> :=
<<"category">> => EventCode, <<"category">> => EventCode,
<<"description">> => Description, <<"description">> => Description,
<<"occurrenceTime">> => Datetime, <<"occurrenceTime">> => Datetime,
<<"attachments">> => Attachments %%
<<"attachments">> => lists:sublist(Attachments, 1, 1)
}, },
ReqData = #{ ReqData = #{