Browse Source

update

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

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

@@ -58,6 +58,7 @@ class AliCallBackController extends \Phalcon\Mvc\Controller
$response = [];
switch ($params["service"] ?? "") {
case "alipay.planet.ecocampus.spi.school.queryFaceGroupKey":
$this->logger(["biz_content" => $params["biz_content"]], 'aliEcoCommonCallBack', true);
$biz_content = json_decode($params["biz_content"], true);
//SPI::获取学校人脸库id
$selfSupportForSchoolInfo = SelfSupportForSchoolInfo::findFirst("school_code = '{$biz_content["schoolCode"]}'");


Loading…
Cancel
Save