package user type PidGetRequest struct { OpenId string `json:"openId"` } type PidGetResponse struct { Pid string `json:"pid"` }