|
...
|
...
|
@@ -45,7 +45,7 @@ class CNoticeController extends BaseController |
|
|
|
'url' => $request->input('url', []),
|
|
|
|
'language'=> $request->input('language', []),
|
|
|
|
];
|
|
|
|
$result = http_post($url, $param);
|
|
|
|
$result = http_post($url, json_encode($param));
|
|
|
|
return $this->response('更新中请稍后, 更新完成将会发送站内信通知更新结果!');
|
|
|
|
|
|
|
|
$updateProgressModel = new UpdateProgress();
|
...
|
...
|
|