Browse Source

h5支付操作

tang 3 years ago
parent
commit
106d7ebeb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Paytocomplete.html

+ 1 - 1
Paytocomplete.html

@@ -94,7 +94,7 @@
94 94
     function aliUser() {
95 95
             $.post("https://test.bjtdba.com/api/merchant/queryOrder", { out_trade_no: userpay.out_trade_no }, function (data) {
96 96
                 if (data.status == 200) {
97
-                    alert(data.data)
97
+                    alert(JSON.stringify(data.data))
98 98
                 }
99 99
             })
100 100
         }