作者 sgj
1 个管道 的构建 失败 耗费 0 秒

志愿者修改

... ... @@ -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);
... ...