Commit 09a934b6 by 王召彬

增加getRegStoreId方法

parent 7a99cdf4
# 2.0.82
- 增加getRegStoreId方法
# 2.0.81
- 通知枚举
......
......@@ -62,6 +62,11 @@ class User
return $this->getValue('storeId');
}
public function getRegStoreId()
{
return $this->getValue('regStoreId');
}
public function getHeadImg()
{
return $this->getValue('headImg');
......
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