no message
This commit is contained in:
parent
df0321bc5b
commit
2ded790bd0
@ -17,6 +17,15 @@ class Article extends Base {
|
||||
|
||||
$this->oHttp::response(200, 'ok');
|
||||
}
|
||||
|
||||
public function Find($aParam)
|
||||
{
|
||||
$iId = $aParam['aArg'][1];
|
||||
|
||||
$aSingle = ModelArticle::find($iId)->toArray();
|
||||
|
||||
return json_encode($aSingle, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
||||
}
|
||||
|
||||
|
||||
public function Like($aParams)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user