Explorar el Código

添加打包列表过滤字段

tags/v1.1.20
liaokaishan hace 2 años
padre
commit
6ad1f1ac2e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      services/apk/search_apk.go

+ 1
- 0
services/apk/search_apk.go Ver fichero

@@ -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" `


Cargando…
Cancelar
Guardar