Commit 0e09f976 by libai

测试

parent 9e682a73
......@@ -105,7 +105,7 @@
$("#btn").on("touchend",function(){
if(myId+myPos*6==NaN)return;
$.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/check.html',
url:'https://openapi.lvdou66.com/captcha/slide/check.html',
data:{
data:myId+myPos*6,
checktype:2,
......@@ -167,7 +167,7 @@
$(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) {
$.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/webget.html',
url:'https://openapi.lvdou66.com/captcha/slide/webget.html',
data:{
phone:$(".login-phone-ipt").val()
},
......
......@@ -105,7 +105,7 @@
$("#btn").on("touchend",function(){
if(myId+myPos*6==NaN)return;
$.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/check.html',
url:'https://openapi.lvdou66.com/captcha/slide/check.html',
data:{
data:myId+myPos*6,
checktype:2,
......@@ -167,7 +167,7 @@
$(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) {
$.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/webget.html',
url:'https://openapi.lvdou66.com/captcha/slide/webget.html',
data:{
phone:$(".login-phone-ipt").val()
},
......
......@@ -105,7 +105,7 @@
$("#btn").on("touchend",function(){
if(myId+myPos*6==NaN)return;
$.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/check.html',
url:'https://openapi.lvdou66.com/captcha/slide/check.html',
data:{
data:myId+myPos*6,
checktype:2,
......@@ -167,7 +167,7 @@
$(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) {
$.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/webget.html',
url:'https://openapi.lvdou66.com/captcha/slide/webget.html',
data:{
phone:$(".login-phone-ipt").val()
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment