fusenapi/utils/wevent/event.go

7 lines
156 B
Go
Raw Normal View History

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