Commit 9b533b79 authored by 蔡闯's avatar 蔡闯

支付回调

parent d4446c48
......@@ -15,7 +15,7 @@ class Payreturn extends BaseController
require_once "../extend/aliPay/AopClient.php";
//生成日志
$this->createPayLog($_POST,"支付宝");
file_put_contents('./pay.log',json_encode($_POST),1);
$aop = new \AopClient();
$public_key = config('app.pay_alipay_public_key');
$aop->alipayrsaPublicKey = $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