无关风月
2025-06-02 4742874ad840d7e1e3ac79dc288b38e9a642319d
cloud-server-account/src/main/java/com/dsh/account/model/LoginWeChatVo.java
@@ -13,10 +13,9 @@
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;
}