songxingwei 2 years ago
parent
commit
a015fe9877
1 changed files with 1 additions and 0 deletions
  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';