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

合并分支 'wangxiaogang' 到 'master'

接收推送消息



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