Commit 5a289903 authored by clone's avatar clone

bug

parent fcdb5ff0
...@@ -194,10 +194,10 @@ class Broker extends Basic ...@@ -194,10 +194,10 @@ class Broker extends Basic
* @param int $agent_id * @param int $agent_id
* @param string $model * @param string $model
* @param int $type 0提交记录到后台, 1仅仅判断 * @param int $type 0提交记录到后台, 1仅仅判断
* @param int $push_id * @param string $push_id
* @return bool * @return bool
*/ */
private function judgeBand(string $device_id, int $agent_id, string $model, int $type, int $push_id): bool private function judgeBand(string $device_id, int $agent_id, string $model, int $type, string $push_id): bool
{ {
$params["agent_id"] = $agent_id; $params["agent_id"] = $agent_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