get_app_version($type); return ajaxReturn($reslut['code'], $reslut['msg'], $reslut['data']); } //IOS 上架审核 public function ios_shenhe() { return ajaxReturn(200, "审核状态", ['status' => 1]); } }