From 962fa4c923108b32b2d97369dd3c6fecb9696ae0 Mon Sep 17 00:00:00 2001 From: finecho Date: Thu, 16 Dec 2021 00:08:29 +0800 Subject: [PATCH] wip --- src/Services/Store.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Store.php b/src/Services/Store.php index 18a93eb..6b36281 100644 --- a/src/Services/Store.php +++ b/src/Services/Store.php @@ -38,7 +38,7 @@ public function list(array $params = []): ResponseInterface Rule::requiredIf(!$onlyId = (\data_get($params, 'only_id', false))), ], ]); - + if (!$onlyId) { $params['app_poi_codes'] = join(',', $params['app_poi_codes']); }