|
...
|
...
|
@@ -48,7 +48,6 @@ class CNoticeController extends BaseController |
|
|
|
$url = $request->input('url', []);
|
|
|
|
$language = $request->input('language', []);
|
|
|
|
$is_sitemap = intval($request->input('is_sitemap', 0));
|
|
|
|
|
|
|
|
//获取项目所在服务器
|
|
|
|
$project_model = new Project();
|
|
|
|
$project_info = $project_model->read(['id'=>$project_id],['serve_id']);
|
|
...
|
...
|
@@ -107,7 +106,6 @@ class CNoticeController extends BaseController |
|
|
|
];
|
|
|
|
http_post($c_url, json_encode($param));
|
|
|
|
}
|
|
|
|
|
|
|
|
$this->response('更新中请稍后, 更新完成将会发送站内信通知更新结果!');
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|