44323
2024-03-08 51f34c714fc3c7a4551d349a918e7ce8fa7f63c2
cloud-server-account/src/main/java/com/dsh/account/model/LoginSMSCodeVo.java
@@ -15,8 +15,4 @@
    private String phone;
    @ApiModelProperty(value = "验证码", dataType = "string", required = true)
    private String code;
    @ApiModelProperty(value = "注册纬度", dataType = "string", required = true)
    private String latitude;
    @ApiModelProperty(value = "注册经度", dataType = "string", required = true)
    private String longitude;
}