From 6ad1f1ac2eca4834b25a36b6d4dc5ccb47c4c978 Mon Sep 17 00:00:00 2001 From: liaokaishan <874998826@qq.com> Date: Mon, 18 Apr 2022 11:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8C=85=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=BF=87=E6=BB=A4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/apk/search_apk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/apk/search_apk.go b/services/apk/search_apk.go index 178b853..1e6cf5d 100644 --- a/services/apk/search_apk.go +++ b/services/apk/search_apk.go @@ -15,6 +15,7 @@ type SearchApkRequest struct { Ver string `position:"Body" field:"ver" default:"" ` SiteId int `position:"Body" field:"siteId" default:"" ` AgentId int `position:"Body" field:"agentId" default:"" ` + Top int `position:"Body" field:"top" default:"" ` GameIds string `position:"Body" field:"gameIds" default:"" ` Autor string `position:"Body" field:"autor" default:"" ` Page int `position:"Body" field:"page" default:"1" `