feat : sts

This commit is contained in:
2025-05-28 15:50:37 +08:00
parent 858bfdf830
commit 6a5b43c248

View File

@@ -30,7 +30,7 @@ class MySuggestListService extends BaseService
*/
public function handle(): array
{
$limit = $this->request->input('limit', 10);
$limit = (int)$this->request->input('limit', 10);
$data = $this->suggestModel
->where('user_id', $this->userId)