Browse Source

update

master
DengBiao 1 year ago
parent
commit
4e09ae4886
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/applet/app/controllers/AliCallBackController.php

+ 1
- 1
src/applet/app/controllers/AliCallBackController.php View File

@@ -97,7 +97,7 @@ class AliCallBackController extends \Phalcon\Mvc\Controller
];
break;
}
$this->logger(["isHasSchool" => $isHasSchool], 'alipay.planet.ecocampus.spi.trade.pay.detail', true);
$this->logger(["isHasSchool" => $isHasSchool, "school_code" => $biz_content["buyer_info"]["school_code"]], 'alipay.planet.ecocampus.spi.trade.pay.detail', true);

//获取用户身份信息
$userIdentityId = 0;


Loading…
Cancel
Save