‘chenzhilei’ 2 сар өмнө
parent
commit
85e5efc6c6

+ 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)