fun register(context: Context, // Activity Context
accountName :String, // 用户名:邮箱或者手机号
verificationCode: String, // 用户输入的验证码
password: String, // 用户输入的密码
phoneAreaCode: String = "86", // 若用户名为手机号时,对应的手机地区号,默认86(中国)
countryCode: String = "CN", // 国家码
consumer: Consumer<Ret> // 结果监听