Commit 6155ad40 authored by clone's avatar clone

bug

parent 50e59c8f
...@@ -174,7 +174,7 @@ class Broker extends Basic ...@@ -174,7 +174,7 @@ class Broker extends Basic
"agent_id" => 12, "agent_id" => 12,
"device_id" => "123123131" "device_id" => "123123131"
);*/ );*/
$checkResult = $this->validate($params, "PerformanceValidate.verifyAgentStatus"); $checkResult = $this->validate($params, "PerformanceValidate.verifyStatus");
if (true !== $checkResult) { if (true !== $checkResult) {
return $this->response("101", $checkResult); return $this->response("101", $checkResult);
} }
......
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