package dto type LoginDto struct { UserId string `json:"user_id"` // 用户id Token string `json:"token"` // token }