getGooggleVerifyAddress method

String getGooggleVerifyAddress()

获取谷歌验证使用教程地址

Implementation

String getGooggleVerifyAddress() {
  return getOfficialAddress().contains('http')
      ? "${_getParamModel()?.officialAddr ?? ""}/#/code"
      : "https://${_getParamModel()?.officialAddr ?? ""}/#/code";
}