package userLy

type UserInfoGetRequest struct {
	OpenId string `json:"open_id"`
}