dyjh 6 years ago
parent
commit
ed0c747f9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/vendor/geetest/geetest.blade.php

+ 1 - 1
resources/views/vendor/geetest/geetest.blade.php

@@ -23,7 +23,7 @@
             }
             }
         };
         };
         $.ajax({
         $.ajax({
-            url: url + "?t=" + (new Date()).getTime(),
+            url: url + "&t=" + (new Date()).getTime(),
             type: "get",
             type: "get",
             dataType: "json",
             dataType: "json",
             success: function(data) {
             success: function(data) {