瀏覽代碼

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


Loading…
取消
儲存