添加向特定用户发送信息功能
This commit is contained in:
9
model/systemmodel/msgsend.go
Normal file
9
model/systemmodel/msgsend.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package systemmodel
|
||||
|
||||
type MsgSend struct {
|
||||
Username string `json:"username"`
|
||||
Msg struct {
|
||||
Type string `json:"type"`
|
||||
Content string `json:"content"`
|
||||
} `json:"msg"`
|
||||
}
|
||||
Reference in New Issue
Block a user