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",


불러오는 중...
취소
저장