update
This commit is contained in:
parent
edce7b2ce3
commit
676bb5627e
|
@ -54,7 +54,7 @@ class FenceHouseController extends BaseApiController
|
|||
*/
|
||||
public function datas(): Json
|
||||
{
|
||||
$params = ['user_id', $this->userId];
|
||||
$params['user_id'] = $this->userId;
|
||||
$datas = (new FenceHouseLogic())->datas($params);
|
||||
return $this->data($datas);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue