This commit is contained in:
@@ -44,7 +44,7 @@ type ChangeNONOColorInboundInfo struct {
|
||||
Color uint32 `codec:"color"` // 更改的颜色 rgb (对应Java的@UInt long)
|
||||
}
|
||||
type ChangeNONOColorOutboundInfo struct {
|
||||
Sataus uint32 `codec:"userId"` // 更改人的用户id (对应Java的@UInt long)
|
||||
UserID uint32 `codec:"userId"` // 更改人的用户id (对应Java的@UInt long)
|
||||
Color uint32 `codec:"color"` // 前端发来的更改的颜色rgb值 (对应Java的@UInt long)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user