no message
This commit is contained in:
parent
df0321bc5b
commit
2ded790bd0
@ -18,6 +18,15 @@ class Article extends Base {
|
|||||||
$this->oHttp::response(200, 'ok');
|
$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)
|
public function Like($aParams)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user