...
|
...
|
@@ -13,12 +13,8 @@ use EasyWeChat\Foundation\Application; |
|
|
|
|
|
class IndexController extends HomeBaseController
|
|
|
{
|
|
|
protected $abc;
|
|
|
public function index()
|
|
|
{
|
|
|
echo cache('test');
|
|
|
var_dump(cache('message'));
|
|
|
var_dump(cache('reqInfo'));
|
|
|
return $this->fetch(':index');
|
|
|
}
|
|
|
} |
...
|
...
|
|