1.提交缺失的东西

This commit is contained in:
2025-05-15 15:48:31 +08:00
parent 4bbb96d217
commit 68e8a7cb16
4 changed files with 76 additions and 0 deletions

View File

@ -20,6 +20,8 @@ class BaseApiController extends BaseLikeAdminController
{
protected int $userId = 0;
protected array $userInfo = [];
protected int $page_no = 1;
protected int $page_size = 15;
public function initialize()
{