소스 검색

update

master
DengBiao 1 년 전
부모
커밋
9e92187a3f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/applet/app/controllers/CallBackController.php

+ 3
- 3
src/applet/app/controllers/CallBackController.php 파일 보기

@@ -34,14 +34,14 @@ class CallBackController extends \Phalcon\Mvc\Controller
$this->logger($args, 'alipayCommonCallBack', true);
if ($this->request->isPost()) {
$args = $this->request->getJsonRawBody(true);
$this->logger($args, 'alipayCommonCallBack_post', true);
$this->logger($_POST, 'alipayCommonCallBack_post', true);
}
exit(json_encode(
[
"alipay_commerce_educate_facefeature_groupkey_query_response" => [
"response" => [
"code" => "10000",
"msg" => "Success",
"group_key" => "K12_2088323332233424",
"face_group_key" => "K12_2088323332233424",
]]
));
}


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