package auth_response // 【用户信息】用户信息 type UserauthNoticeResponse struct { // 【用户id】用户id Id *int64 `json:"id,omitempty"` }