Commit 8b2c2e9e authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

fix typo

parent f4bd8fc5
...@@ -10,7 +10,7 @@ type CheckUserResponse struct { ...@@ -10,7 +10,7 @@ type CheckUserResponse struct {
IsNewUser bool `json:"isNewUser"` IsNewUser bool `json:"isNewUser"`
Keystore string `json:"keystore"` Keystore string `json:"keystore"`
Token string `json:"token"` Token string `json:"token"`
TaskId string `json:"task_id"` TaskId string `json:"taskId"`
Uid string `json:"uid"` Uid string `json:"uid"`
} }
...@@ -29,5 +29,5 @@ type LoginRequest struct { ...@@ -29,5 +29,5 @@ type LoginRequest struct {
Keystore string `json:"keystore"` Keystore string `json:"keystore"`
Signature string `json:"signature"` Signature string `json:"signature"`
UserId string `json:"userId"` UserId string `json:"userId"`
InviterId string `json:"inviter_id"` InviterId string `json:"inviterId"`
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment