Commit 95c438b9 authored by 734642908@qq.com's avatar 734642908@qq.com

e

parent 944a1561
...@@ -388,7 +388,7 @@ class FlushController extends BaseController ...@@ -388,7 +388,7 @@ class FlushController extends BaseController
$userInfo = $cache->get("huanlenongchangzhu-weixin:upData:159404922:upKey"); $userInfo = $cache->get("huanlenongchangzhu-weixin:upData:159404922:upKey");
var_dump($userInfo['superTotalNum']); var_dump($userInfo['superTotalNum']);
var_dump($userInfo); var_dump($userInfo);
var_dump(josn_decode($userInfo,true)); var_dump(json_decode($userInfo,true));
} }
......
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