Commit c8bb956a authored by 蔡闯's avatar 蔡闯

修改

parent 8e29678f
...@@ -15,7 +15,7 @@ class Payreturn extends BaseController ...@@ -15,7 +15,7 @@ class Payreturn extends BaseController
require_once "../extend/aliPay/AopClient.php"; require_once "../extend/aliPay/AopClient.php";
//生成日志 //生成日志
$this->createPayLog($_POST,"支付宝");exit; $this->createPayLog($_POST,"支付宝");
$aop = new \AopClient(); $aop = new \AopClient();
$public_key = config('app.pay_alipay_public_key'); $public_key = config('app.pay_alipay_public_key');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment