DengBiao 1 年之前
父節點
當前提交
a11592bc1a
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      src/applet/app/controllers/AliCallBackController.php

+ 7
- 0
src/applet/app/controllers/AliCallBackController.php 查看文件

@@ -89,7 +89,14 @@ class AliCallBackController extends \Phalcon\Mvc\Controller
if (isset($biz_content["buyer_info"])) {
$userIdentityId = $biz_content["buyer_info"]["roster_code"] ?? 0; //身份id
}
$this->logger([
"userIdentityId" => $userIdentityId
], 'alipay.planet.ecocampus.spi.trade.pay.detail', true);
$selfSupportForSchoolInfo = UserIdentity::findFirst("id = '{$userIdentityId}'");
$this->logger([
"selfSupportForSchoolInfo" => $selfSupportForSchoolInfo
], 'alipay.planet.ecocampus.spi.trade.pay.detail', true);

if (empty($selfSupportForSchoolInfo)) {
$response = [
"code" => "40000",


Loading…
取消
儲存