Browse Source

update

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

@@ -150,7 +150,7 @@ class AliCallBackController extends \Phalcon\Mvc\Controller
"response" => $response "response" => $response
]; ];


$this->logger(["resp" => $result], 'aliEcoCommonCallBack', true);
$this->logger(["resp" => $result], 'aliEcoCommonCallBackResp', true);


header('Content-Type: application/json'); header('Content-Type: application/json');
exit(json_encode( exit(json_encode(


Loading…
Cancel
Save