正在显示
1 个修改的文件
包含
1 行增加
和
6 行删除
@@ -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 | { |
-
请 注册 或 登录 后发表评论