作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

我的分享

@@ -31,13 +31,8 @@ class Server extends WechatBase @@ -31,13 +31,8 @@ class Server extends WechatBase
31 exit; 31 exit;
32 } 32 }
33 public function test(){ 33 public function test(){
34 - dump(cache('referrer'));  
35 dump(cache('openid')); 34 dump(cache('openid'));
36 - dump(cache('admin_id'));  
37 - dump(cache('result'));  
38 - dump(cache('result1'));  
39 - dump(cache('third_party_user'));  
40 - dump(cache('user')); 35 + dump(cache('share_id'));
41 } 36 }
42 public function responseMsg() 37 public function responseMsg()
43 { 38 {