浏览代码

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",
]]
));
}


正在加载...
取消
保存