Commit 246ea4fd authored by clone's avatar clone

注释

parent c8941c59
......@@ -80,14 +80,14 @@ class AppChat extends Basic
public function userChat()
{
$params = $this->params;
$params = array(
/* $params = array(
"user_id" => 80,
"mobile" => "15821506182",
"is_self" => 1,//1是 2否
"source" => 1, //1经纪人 2用户
"device_id" => "ssss1231231123123",
"push_id" => "ssss1231231123123"
);
);*/
$user_id = $params['user_id'];
$mobile = $params['mobile'];
$is_self = $params['is_self'];
......
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