no message
This commit is contained in:
parent
9d69ea2e90
commit
1617613675
@ -36,6 +36,17 @@ final class Order extends Base
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function Find($aParam)
|
public function Find($aParam)
|
||||||
|
{
|
||||||
|
$iId = $aParam['aArg'][1];
|
||||||
|
|
||||||
|
$aOrder = ModelOrder::where("id", $iId)->first()->toArray();
|
||||||
|
|
||||||
|
$sMsg = json_encode($aOrder, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
||||||
|
|
||||||
|
return $sMsg;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function FindByUser($aParam)
|
||||||
{
|
{
|
||||||
|
|
||||||
$iUserId = $aParam['aArg'][1];
|
$iUserId = $aParam['aArg'][1];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user