fusenapi/utils/wevent/event.go
2023-08-25 15:37:35 +08:00

7 lines
156 B
Go

package wevent
// 用户注册成功的事件关注的数据
type DataEmailRegister struct {
JwtToken string `json:"token"` // 注册成功的事件码
}