Commit 8672c46d authored by 734642908@qq.com's avatar 734642908@qq.com

e

parent 95c438b9
...@@ -384,12 +384,15 @@ class FlushController extends BaseController ...@@ -384,12 +384,15 @@ class FlushController extends BaseController
} }
public function alal() { public function alal() {
$cache = S(C('REDIS')); // $cache = S(C('REDIS'));
$userInfo = $cache->get("huanlenongchangzhu-weixin:upData:159404922:upKey"); // $userInfo = $cache->get("huanlenongchangzhu-weixin:upData:159404922:upKey");
var_dump($userInfo['superTotalNum']); // var_dump(json_decode($userInfo,true));
var_dump($userInfo); // var_dump($userInfo['superTotalNum']);
var_dump(json_decode($userInfo,true)); // var_dump($userInfo);
// var_dump(json_decode($userInfo,true));
$re = M("game_login_live","",C("LEWAN_HEZI"))->query("delete FROM `game_login_live` WHERE date='2019-04-01' and game_code='yiqiqieshuiguo-weixin'");
var_dump($re);
} }
......
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