fusenapi/utils/websocket_data/event.go

7 lines
164 B
Go
Raw Normal View History

2023-08-24 10:28:01 +00:00
package websocket_data
// 用户注册成功的事件关注的数据
type DataEmailRegister struct {
JwtToken string `json:"token"` // 注册成功的事件码
}