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

update add uid resp

parent 8d421778
......@@ -11,6 +11,7 @@ type CheckUserResponse struct {
Keystore string `json:"keystore"`
Token string `json:"token"`
TaskId string `json:"task_id"`
Uid string `json:"uid"`
}
type CreateUserRequest struct {
......
......@@ -182,6 +182,7 @@ func login(c *gin.Context) {
IsNewUser: !isExistKeystore,
Keystore: keystore,
Token: token,
Uid: uid,
}
if !isExistKeystore {
......
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