Commit 2c51968f by 王召彬

test

parent c8d8e02d
...@@ -42,7 +42,7 @@ class User ...@@ -42,7 +42,7 @@ class User
public function getStoreId() public function getStoreId()
{ {
return $this->getValue('token'); return $this->getValue('storeId');
} }
public function getHeadImg() public function getHeadImg()
...@@ -52,7 +52,7 @@ class User ...@@ -52,7 +52,7 @@ class User
public function getToken() public function getToken()
{ {
return $this->getValue('headImg'); return $this->getValue('token');
} }
public function setId($value) public function setId($value)
......
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