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

合并分支 'wangxiaogang' 到 'master'

接收推送消息



查看合并请求 !55
@@ -31,6 +31,8 @@ class LoadController extends HomeBaseController @@ -31,6 +31,8 @@ class LoadController extends HomeBaseController
31 dump(cache('yuyue1')); 31 dump(cache('yuyue1'));
32 dump(cache('dingyue1')); 32 dump(cache('dingyue1'));
33 dump(cache('b')); 33 dump(cache('b'));
  34 + dump(cache('result'));
  35 + dump(cache('result_data'));
34 } 36 }
35 public function notify(){ 37 public function notify(){
36 $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType']; 38 $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType'];