mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 18:45:58 +08:00
db
This commit is contained in:
@@ -124,7 +124,7 @@ type FuncInfo struct {
|
||||
|
||||
type Args map[string]interface{}
|
||||
|
||||
func (a *Args) String() string {
|
||||
func (a Args) String() string {
|
||||
bytes, _ := json.Marshal(a)
|
||||
return string(bytes)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user