tang 3 lat temu
rodzic
commit
66181f8ddd
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Paytocomplete.html

+ 2 - 2
Paytocomplete.html

@@ -14,7 +14,7 @@
14 14
     </script>
15 15
 
16 16
 </head>
17
-<script src="http://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
17
+<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
18 18
 <script src="https://cdn.bootcss.com/vConsole/3.3.0/vconsole.min.js" type="text/javascript"></script>
19 19
 <script type="text/javascript">
20 20
     function adapter() {
@@ -92,7 +92,7 @@
92 92
     aliUser()
93 93
     // $("#ming").text(userpay.out_trade_no)//商户名称
94 94
     function aliUser() {
95
-            $.post("https://test.bjtdba.com/api/merchant/queryOrder", { out_trade_no: userpay.out_trade_no }, function (data) {
95
+            $.post("https://test.bjtdba.com/api/merchant/queryOrders", { out_trade_no: userpay.out_trade_no }, function (data) {
96 96
                 if (data.status == 200) {
97 97
                     alert(JSON.stringify(data.data))
98 98
                 }