取得操作員列表

https://sms-online.pro/stubs/handler_api.php?action=getOperators&api_key=$api_key&country=$country

参数说明:

参数 类型 必填 描述
$api_key string
☑️
API密钥
$country string 国家代码 (查看国家表)

响应格式:

{
  "status": "success",
  "countryOperators": {
    "1": [
      "3mob",
      "intertelecom",
      "kyivstar",
      "life",
      "lycamobile",
      "mts",
      "utel",
      "vodafone"
    ],
    "2": [
      "tele2",
      "beeline",
      "activ",
      "altel",
      "kcell",
      "forte_mobile"
    ]
  }
}

可能错误:

错误码 描述
BAD_KEY API密钥错误
WRONG_COUNTRY 国家代码无效