修改Wid为string
This commit is contained in:
@@ -45,7 +45,7 @@ type RequestEmailConfirmation {
|
||||
|
||||
type RequestEmailRegister {
|
||||
Email string `json:"email"`
|
||||
WCId uint64 `json:"wcid"`
|
||||
Wid string `json:"wid"`
|
||||
GuestId uint64 `json:"guest_id"`
|
||||
RegisterToken string `json:"register_token"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user