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

合并分支 'wangxiaogang' 到 'master'

Wangxiaogang



查看合并请求 !16
... ... @@ -27,12 +27,12 @@ class LoadController extends HomeBaseController
}
public function test(){
dump(cache('param')['RequestData']);
dump(cache('param'));
dump(cache('result'));
}
public function notify(){
$param = $this->request->param();
$param = $data = file_get_contents('php://input');
// if(empty($param['RequestType'])){
// $this->error('error');
// }
... ...