| | |
| | | public class LoginWeChatVo { |
| | | @ApiModelProperty(value = "微信openId", dataType = "string", required = true) |
| | | private String openId; |
| | | @ApiModelProperty(value = "手机号", dataType = "string", required = true) |
| | | @ApiModelProperty(value = "手机号", dataType = "string", required = false) |
| | | private String phone; |
| | | @ApiModelProperty(value = "注册纬度", dataType = "string", required = true) |
| | | private String latitude; |
| | | @ApiModelProperty(value = "注册经度", dataType = "string", required = true) |
| | | private String longitude; |
| | | private String nickname; |
| | | private String headimgurl; |
| | | private Integer sex; |
| | | } |