sendVerifyCode static method

dynamic sendVerifyCode()

发送验证码

Implementation

static sendVerifyCode() {
  return '$host/v1/auth/sendVerifyCode';
}