Commit 1bd2ad78 authored by clone's avatar clone

bug

parent c820e081
......@@ -58,7 +58,7 @@ class BrokerService
$this->aBD->updateDevice([ "id" => $item["id"], "push_id" => $push_id, "device_id" => $device_id ]);
return true;
}
if($device_id == $item["device_id"] && $push_id == $item["push_id"]){
if($device_id == $item["device_id"] ){
if ($item["is_forbidden"] == 0) {
return true;
} elseif ($item["is_forbidden"] == 1) { //已存在申请关系
......
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