lisy
2023-08-11 c321a119aa3dd4ff4bfa30b795b7f5386675f10c
cloud-server-account/src/main/java/com/dsh/account/model/LoginWeChatVo.java
@@ -15,8 +15,4 @@
    private String openId;
    @ApiModelProperty(value = "手机号", dataType = "string", required = true)
    private String phone;
    @ApiModelProperty(value = "注册纬度", dataType = "string", required = true)
    private String latitude;
    @ApiModelProperty(value = "注册经度", dataType = "string", required = true)
    private String longitude;
}