Commit 9740fc5f by liwotian name

默认的

parent 95edcc7c
...@@ -28,7 +28,7 @@ use Swoft\Redis\Redis; ...@@ -28,7 +28,7 @@ use Swoft\Redis\Redis;
*/ */
class User class User
{ {
private $id; private $id=2;
private $nickname; private $nickname;
...@@ -36,7 +36,7 @@ class User ...@@ -36,7 +36,7 @@ class User
private $headImg; private $headImg;
private $token; private $token="3333E";
private $cmId; private $cmId;
......
...@@ -15,6 +15,8 @@ use Swoft\Pool\PoolProperties; ...@@ -15,6 +15,8 @@ use Swoft\Pool\PoolProperties;
/** /**
* the config of service user * the config of service user
*
* @Bean()
*/ */
class OrderPoolConfig extends PoolProperties class OrderPoolConfig extends PoolProperties
{ {
......
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