Commit 17f38e8e by feixiang

fix::用户实体增加isSeller字段

parent dc8b932f
...@@ -67,7 +67,7 @@ class User ...@@ -67,7 +67,7 @@ class User
return $this->getValue('token'); return $this->getValue('token');
} }
public function getIsSeller($value) public function getIsSeller()
{ {
return $this->getValue('isSeller'); return $this->getValue('isSeller');
} }
......
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