...
|
...
|
@@ -156,7 +156,7 @@ class SecondController extends RestBaseController |
|
|
* @throws
|
|
|
*/
|
|
|
public function getNewsInfo(){
|
|
|
$news_id=input('news_id');
|
|
|
$news_id=input('id');
|
|
|
$news= new ActivityNews();
|
|
|
$info=$news->getInfo($news_id);
|
|
|
$this->success('',$info);
|
...
|
...
|
|