|
|
@@ -84,6 +84,7 @@ class AliCallBackController extends \Phalcon\Mvc\Controller |
|
|
|
//SPI::交易通知 |
|
|
|
$this->logger($params, 'alipay.planet.ecocampus.spi.trade.pay.detail', true); |
|
|
|
$biz_content = json_decode($params["biz_content"], true); |
|
|
|
$this->logger($biz_content, 'alipay.planet.ecocampus.spi.trade.pay.detail', true); |
|
|
|
//获取用户身份信息 |
|
|
|
$userIdentityId = 0; |
|
|
|
if (isset($biz_content["buyer_info"])) { |
|
|
|