songxingwei 2 年之前
父節點
當前提交
a015fe9877
共有 1 個文件被更改,包括 1 次插入0 次删除
  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';