Commit e1bdae0d authored by hujun's avatar hujun

参数修改

parent a8c0f501
......@@ -72,8 +72,8 @@ class Basic extends Controller
$this->authToken = $this->params['AuthToken'];
$result = $jwt->decode($this->authToken, config('jwt_key'), array( 'HS256' )); //解码token
$this->agentId = $result->data->id;
$this->phone = $result->data->phone;
$this->name = $result->data->name;
$this->agentPhone = $result->data->phone;
$this->agentName = $result->data->name;
$this->timeStamp_ = $result->timeStamp_;
}
......
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