update 电单车协议

This commit is contained in:
Guoqs
2024-08-27 16:30:05 +08:00
parent 1e176bcc61
commit 57ade1380d
3 changed files with 87 additions and 7 deletions

View File

@@ -39,6 +39,9 @@ public class ChannelManagerUtil {
* @param channelId 通道 ID
*/
public static void removeChannel(String channelId) {
if (!channelMap.containsKey(channelId)) {
return;
}
channelMap.remove(channelId);
}