Commit 3aa3305a authored by clone's avatar clone

bug

parent ff3e3891
...@@ -89,7 +89,7 @@ class AppChat extends Basic ...@@ -89,7 +89,7 @@ class AppChat extends Basic
"push_id" => "ssss1231231123123" "push_id" => "ssss1231231123123"
);*/ );*/
if (!isset($params['is_self']) || !isset($params['source']) || !isset($params['user_id']) || !isset($params['mobile'])) { if (!isset($params['source']) || !isset($params['user_id']) || !isset($params['mobile'])) {
return $this->response(ErrorCodeConst::ERROR_CODE_PARAM_NOT_EXIST, "请求参数错误"); return $this->response(ErrorCodeConst::ERROR_CODE_PARAM_NOT_EXIST, "请求参数错误");
} }
......
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