This commit is contained in:
chenbo 2024-01-31 16:24:24 +08:00
parent edce7b2ce3
commit 676bb5627e
1 changed files with 1 additions and 1 deletions

View File

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