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

接收推送消息

... ... @@ -27,11 +27,8 @@ class LoadController extends HomeBaseController
}
}
public function test(){
dump(cache('param'));
dump(cache('result'));
dump(cache('result_data'));
dump(cache('data'));
dump(cache('dingyue'));
dump(cache('yuyue'));
}
public function notify(){
$RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType'];
... ...