mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-14 14:13:42 +08:00
去除无效日志
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.abin.mallchat.common;
|
||||
|
||||
public interface MDCKey {
|
||||
String TID = "tid";
|
||||
String UID = "uid";
|
||||
}
|
||||
Reference in New Issue
Block a user