Commit 1d0d4704 by 王召彬

token里加入agentId字段

parent 171c747c
......@@ -178,6 +178,11 @@ class User
return $this->getValue('referId');
}
public function getAgentId()
{
return $this->getValue('agentId');
}
public function getScope()
{
return $this->getValue('scope');
......
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