Browse Source

fix:测试

super-yimizi 2 weeks ago
parent
commit
e22ef0644b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      application/common/Service/Pay/Provider/Alipay.php

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

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