Commit 3b349364 authored by zhuwei's avatar zhuwei

删除测试数据

parent eda299fc
...@@ -227,8 +227,8 @@ class Broker extends Basic ...@@ -227,8 +227,8 @@ class Broker extends Basic
{ {
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$params['user_id'] ='1'; /*$params['user_id'] ='1';
$params['searchdate'] ='跟进内容'; $params['searchdate'] ='跟进内容';*/
if (!isset($params['user_id'])) { if (!isset($params['user_id'])) {
return $this->response("300", "参数不全", [ 'remote_groupid' => '' ]); return $this->response("300", "参数不全", [ 'remote_groupid' => '' ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment