Commit 2b37be24 by 王召彬

User添加getOrigin方法

parent d2e0897a
......@@ -163,9 +163,9 @@ class User
return $this->getValue('openid');
}
public function getMpOpenId()
public function getOrigin()
{
return $this->getValue('mpOpenid');
return $this->getValue('origin');
}
public function getUnionid()
......
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