Commit 5a3009c7 authored by hujun's avatar hujun

聊天注册2

parent e34cce04
......@@ -86,7 +86,7 @@ class ChatService
//todo 保存或更新push_id
//todo 1.判断设备id +id 的数据是否存在,存在并且push_id和提交的不同则修改,否者新增
if ($id > 0 && $device_id && $push_id) {
$this->savePushIdV2($id, $device_id, $push_id, $chatUser[0]['type']);
$this->savePushIdV2($id, $device_id, $push_id, $source);
}
return [ "code" => 200, "only_id" => $only_id ];
}
......
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