去除无效日志

This commit is contained in:
zengwei-cogiot
2023-09-12 16:25:12 +08:00
parent eeee6f43e4
commit b241f38f89
5 changed files with 141 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package com.abin.mallchat.common;
public interface MDCKey {
String TID = "tid";
String UID = "uid";
}