songxingwei 2 éve
szülő
commit
a015fe9877
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/data/controller/api/Notify.php

+ 1 - 0
app/data/controller/api/Notify.php

@@ -43,6 +43,7 @@ class Notify extends Controller
     public function opvipzfb(string $scene = 'order', string $param = ''): string
     {
         if (strtolower($scene) === 'order') {
+            echo 2222;die;
             return AlipayPaymentService::instance($param)->opvip();
         } else {
             return 'success';