fix jinzhi endpoint
This commit is contained in:
parent
fdf8db14a9
commit
8adff02bd3
@ -196,7 +196,8 @@ format_event(LocationCode, DynamicLocationCode, EventType, #{<<"event_code">> :=
|
||||
<<"category">> => EventCode,
|
||||
<<"description">> => Description,
|
||||
<<"occurrenceTime">> => Datetime,
|
||||
<<"attachments">> => Attachments
|
||||
%% 给金智的数据,只番户附件信息里面的第一个附件;多了对方程序报错
|
||||
<<"attachments">> => lists:sublist(Attachments, 1, 1)
|
||||
},
|
||||
|
||||
ReqData = #{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user