Browse Source

fix:测试

super-yimizi 2 tháng trước cách đây
mục cha
commit
296e54fc92
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      application/common/Service/Pay/Provider/Alipay.php

+ 4 - 0
application/common/Service/Pay/Provider/Alipay.php

@@ -37,6 +37,10 @@ class Alipay extends Base
 
         $method = $this->getMethod('alipay');
         $result = Pay::alipay()->$method($order);
+        echo "<pre>";
+        print_r($result);
+        echo "</pre>";
+        die();
 
         return $result;
     }