Browse Source

update

master
DengBiao 1 year ago
parent
commit
f0d358ce8d
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

@@ -60,7 +60,7 @@ class AliCallBackController extends \Phalcon\Mvc\Controller
$response = [ $response = [
"code" => "10000", "code" => "10000",
"msg" => "Success", "msg" => "Success",
"face_group_key" => "K12_2088323332233424",
"face_group_key" => "K12_91440402MA55R51X8H",
]; ];


// 3、业务处理结果加签,业务返回结果需要进行排序 // 3、业务处理结果加签,业务返回结果需要进行排序


Loading…
Cancel
Save