UserauthNoticeResponse.go 157 B

12345678
  1. package auth_response
  2. // 【用户信息】用户信息
  3. type UserauthNoticeResponse struct {
  4. // 【用户id】用户id
  5. Id *int64 `json:"id,omitempty"`
  6. }