修改Wid为string

This commit is contained in:
eson
2023-08-11 12:07:26 +08:00
parent c40cd1e180
commit 9664271474
3 changed files with 3 additions and 3 deletions

View File

@@ -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"`
}