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

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

@@ -137,4 +137,8 @@ class Index extends Frontend @@ -137,4 +137,8 @@ class Index extends Frontend
137 Log::write(date('Y-m-d H:i') . '添加指定群组全部禁言成功,返回结果:' . json_encode($return, JSON_UNESCAPED_UNICODE), 'rongyun_log'); 137 Log::write(date('Y-m-d H:i') . '添加指定群组全部禁言成功,返回结果:' . json_encode($return, JSON_UNESCAPED_UNICODE), 'rongyun_log');
138 } 138 }
139 } 139 }
  140 +
  141 + public function callback() {
  142 + $this->success('成功');
  143 + }
140 } 144 }