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

接收推送消息

... ... @@ -35,7 +35,9 @@ class LoadController extends HomeBaseController
if(empty($param['RequestType'])){
$this->error('error');
}
if($param['RequestType'] != )
if($param['RequestType'] != 102){
$this->error('error');
}
cache('param',$param);
$bird = config('bird');
$arr['EBusinessID'] = 'test'.$bird['EBusinessID'];
... ...