super-yimizi hai 2 meses
pai
achega
296e54fc92
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
     }