Skip to content

Commit 2f1a993

Browse files
committed
fix: reasonMessage -> string
1 parent 0b1fb73 commit 2f1a993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type ClientLeftViewEvent struct {
6767
InvokerId int `schema:"invokerid"`
6868
InvokerName string `schema:"invokername"`
6969
InvokerUid string `schema:"invokeruid"`
70-
ReasonMessage int `schema:"reasonmsg"`
70+
ReasonMessage string `schema:"reasonmsg"`
7171
BanTime int `schema:"bantime"`
7272
ClientId int `schema:"clid"`
7373
}

0 commit comments

Comments
 (0)