Mr.Jin

@mrjin

Joined on Oct 29, 2021

  • 安裝 nginx apt install nginx -y 安裝PHP 8.0 apt install ca-certificates apt-transport-https software-properties-common -y add-apt-repository ppa:ondrej/php apt update apt install php8.0 php8.0-fpm php8.0-dev php8.0-gd php8.0-curl php8.0-mysql php8.0-mbstring php8.0-xml php8.0-zip php8.0-bcmath php8.0-redis -y
     Like  Bookmark
  • 基本查詢 簡單過濾 您可以直接在查詢字符串中添加字段來過濾數據。 示例:GET /api/users?name=John&status=active 分頁 使用 page 來指定頁碼。 使用 per_page 來指定每頁顯示的記錄數。 示例:GET /api/users?page=2&per_page=15
     Like  Bookmark