songxingwei il y a 2 ans
Parent
commit
a015fe9877
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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';