package com.yidianling.user.http.request; //更换手机时最后校验验证码和手机 public class ChangePhone { public String country_code; public String vcode; public String userName; public ChangePhone(String country_code, String vcode, String userName) { this.country_code = country_code; this.vcode = vcode; this.userName = userName; } }