作者 Cool
1 个管道 的构建 通过 耗费 0 秒

融云服务端实时消息路由调试

@@ -139,6 +139,8 @@ class Index extends Frontend @@ -139,6 +139,8 @@ class Index extends Frontend
139 } 139 }
140 140
141 public function callback() { 141 public function callback() {
  142 + $param = $this->request->param();
  143 + Log::write(date('Y-m-d H:i') . '成功,返回结果:' . json_encode($param, JSON_UNESCAPED_UNICODE), 'rongyun_msg');
142 return json_encode(['code'=>200,'msg'=>'成功']);exit; 144 return json_encode(['code'=>200,'msg'=>'成功']);exit;
143 } 145 }
144 } 146 }