Commit 0283ab7b by xmy

Merge remote-tracking branch 'origin/master'

parents a28b3039 7229e99a
...@@ -28,7 +28,7 @@ use Swoft\Redis\Redis; ...@@ -28,7 +28,7 @@ use Swoft\Redis\Redis;
*/ */
class User class User
{ {
private $id=2; private $id;
private $nickname; private $nickname;
...@@ -36,7 +36,7 @@ class User ...@@ -36,7 +36,7 @@ class User
private $headImg; private $headImg;
private $token="3333E"; private $token;
private $cmId; private $cmId;
......
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