mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
getAllSession接口返回完整可读类名
This commit is contained in:
parent
926e78272c
commit
84d0d1db19
@ -1 +1 @@
|
|||||||
Subproject commit 366cc00a5e4d16364af297f61744b59920e42d74
|
Subproject commit eb9b8b42726185abeec6dba3294c310906284773
|
@ -783,7 +783,7 @@ void installWebApi() {
|
|||||||
jsession["local_ip"] = session->get_local_ip();
|
jsession["local_ip"] = session->get_local_ip();
|
||||||
jsession["local_port"] = session->get_local_port();
|
jsession["local_port"] = session->get_local_port();
|
||||||
jsession["id"] = id;
|
jsession["id"] = id;
|
||||||
jsession["typeid"] = typeid(*session).name();
|
jsession["typeid"] = toolkit::demangle(typeid(*session).name());
|
||||||
val["data"].append(jsession);
|
val["data"].append(jsession);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user