Browse Source

回调地址修改

‘chenzhilei’ 2 months ago
parent
commit
85e5efc6c6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/public-pages/Cashier.vue

+ 2 - 1
src/views/public-pages/Cashier.vue

@@ -154,7 +154,8 @@ function executePaymentAction(order) {
     payType:"1",
     amount:createOrderRequest.totalFee * 100,
     subject:"挂号费",
-    body:"挂号费"
+    body:"挂号费",
+    notifyUrl:"https://huaihai-tech.com/wxserver/wxApi/updateNongOrderStateCallback"
   }
   // unifiedOrder(params).then((order) => {
   //   console.log("unifiedOrder",order)