Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / guodong

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 0e09f976 authored a year ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 9e682a73 master
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 6 deletions
  • gzh/login.html
  • gzh/login2.html
  • gzh/login3.html
gzh/login.html
View file @ 0e09f976
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
$("#btn").on("touchend",function(){ $("#btn").on("touchend",function(){
if(myId+myPos*6==NaN)return; if(myId+myPos*6==NaN)return;
$.ajax({ $.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/check.html', url:'https://openapi.lvdou66.com/captcha/slide/check.html',
data:{ data:{
data:myId+myPos*6, data:myId+myPos*6,
checktype:2, checktype:2,
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
$(".code-btn").on("click", function () { $(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) { if ($(".login-phone-ipt").val().length > 10) {
$.ajax({ $.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/webget.html', url:'https://openapi.lvdou66.com/captcha/slide/webget.html',
data:{ data:{
phone:$(".login-phone-ipt").val() phone:$(".login-phone-ipt").val()
}, },
......
This diff is collapsed. Click to expand it.
gzh/login2.html
View file @ 0e09f976
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
$("#btn").on("touchend",function(){ $("#btn").on("touchend",function(){
if(myId+myPos*6==NaN)return; if(myId+myPos*6==NaN)return;
$.ajax({ $.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/check.html', url:'https://openapi.lvdou66.com/captcha/slide/check.html',
data:{ data:{
data:myId+myPos*6, data:myId+myPos*6,
checktype:2, checktype:2,
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
$(".code-btn").on("click", function () { $(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) { if ($(".login-phone-ipt").val().length > 10) {
$.ajax({ $.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/webget.html', url:'https://openapi.lvdou66.com/captcha/slide/webget.html',
data:{ data:{
phone:$(".login-phone-ipt").val() phone:$(".login-phone-ipt").val()
}, },
......
This diff is collapsed. Click to expand it.
gzh/login3.html
View file @ 0e09f976
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
$("#btn").on("touchend",function(){ $("#btn").on("touchend",function(){
if(myId+myPos*6==NaN)return; if(myId+myPos*6==NaN)return;
$.ajax({ $.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/check.html', url:'https://openapi.lvdou66.com/captcha/slide/check.html',
data:{ data:{
data:myId+myPos*6, data:myId+myPos*6,
checktype:2, checktype:2,
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
$(".code-btn").on("click", function () { $(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) { if ($(".login-phone-ipt").val().length > 10) {
$.ajax({ $.ajax({
url:'http://openapi.lvdou66.com/captcha/slide/webget.html', url:'https://openapi.lvdou66.com/captcha/slide/webget.html',
data:{ data:{
phone:$(".login-phone-ipt").val() phone:$(".login-phone-ipt").val()
}, },
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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