Commit 14b59308 authored by hujun's avatar hujun

取AuthToken agentId

parent e16fc78e
...@@ -155,7 +155,7 @@ class Statement extends Basic ...@@ -155,7 +155,7 @@ class Statement extends Basic
$code = 200; $code = 200;
$msg = ''; $msg = '';
if (empty($this->params['agent_id'])) { if (empty($this->agentId)) {
return $this->response(101, 'Agent_id is null!'); return $this->response(101, 'Agent_id is null!');
} }
......
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