Kaynağa Gözat

fix(emqx_mgmt_api): use emqx_utils:bin_to_hexstr/2

Serge Tupchii 2 yıl önce
ebeveyn
işleme
980a4c3a4d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_api.erl

+ 1 - 1
apps/emqx_management/src/emqx_mgmt_api.erl

@@ -162,7 +162,7 @@ encode_continuation(end_of_data, _Encoding) ->
 encode_continuation(Cont, ?URL_PARAM_INTEGER) ->
 encode_continuation(Cont, ?URL_PARAM_INTEGER) ->
     integer_to_binary(Cont);
     integer_to_binary(Cont);
 encode_continuation(Cont, ?URL_PARAM_BINARY) ->
 encode_continuation(Cont, ?URL_PARAM_BINARY) ->
-    emqx_utils:bin_to_hexstr(Cont).
+    emqx_utils:bin_to_hexstr(Cont, lower).
 
 
 %%--------------------------------------------------------------------
 %%--------------------------------------------------------------------
 %% Node Query
 %% Node Query