cms api rpc

This commit is contained in:
wangchuxiao
2022-08-12 11:24:21 +08:00
parent 06236546a8
commit 69008e08be
6 changed files with 57 additions and 32 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
package main
func main() {}
import "Open_IM/pkg/common/db"
func main() {
db.DB.BatchInsertChat()
}