[6.6.0] update socket version and remove unuse code , plus add trace

This commit is contained in:
EmArrow
2024-08-13 14:25:42 +08:00
parent 91ec298e84
commit 303db95da5
10 changed files with 79 additions and 65 deletions

View File

@@ -21,6 +21,10 @@ object CallerMsgBoxManager {
providerApi?.queryAllMessages(context)
}
fun saveMsgBoxNoTrace(bean: MsgBoxBean){
providerApi?.saveMsg(bean)
}
/**
* 存储数据到消息盒子
*/