Parcourir la source

回调地址修改

‘chenzhilei’ il y a 2 mois
Parent
commit
85e5efc6c6
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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)