解决级联通道名称中文乱码

This commit is contained in:
panlinlin
2021-04-12 18:33:58 +08:00
parent 4010ed6c23
commit 344994c7f0
4 changed files with 11 additions and 7 deletions

View File

@@ -220,7 +220,7 @@ public class ZLMHttpHookListener {
// String app = json.getString("app");
// String stream = json.getString("stream");
ZLMHttpHookSubscribe.Event subscribe = this.subscribe.getSubscribe(ZLMHttpHookSubscribe.HookType.on_publish, json);
ZLMHttpHookSubscribe.Event subscribe = this.subscribe.getSubscribe(ZLMHttpHookSubscribe.HookType.on_shell_login, json);
if (subscribe != null) subscribe.response(json);
JSONObject ret = new JSONObject();