user.info.get.go 83 B

12345
  1. package userLy
  2. type UserInfoGetRequest struct {
  3. OpenId string `json:"open_id"`
  4. }