fix
This commit is contained in:
parent
6cd70bc7ad
commit
11bb118f24
@ -192,7 +192,7 @@ handle_request(_, Path, _, _) ->
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%% 追加service_name参数
|
||||
append_service_name(#{<<"serivce_name">> := ServiceName}, Reply) when is_binary(ServiceName), ServiceName =/= <<"">> ->
|
||||
append_service_name(#{<<"service_name">> := ServiceName}, Reply) when is_binary(ServiceName), ServiceName =/= <<"">> ->
|
||||
Reply#{<<"to">> => ServiceName};
|
||||
append_service_name(_, Reply) ->
|
||||
Reply.
|
||||
Loading…
x
Reference in New Issue
Block a user