Commit d334e282 by 王召彬

Merge branch 'master' into test

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