From 45616c93cd4544256022cafa314bf3719f55a667 Mon Sep 17 00:00:00 2001 From: liaokaishan <874998826@qq.com> Date: Mon, 23 Aug 2021 14:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8C=85=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/apk/add_top.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/apk/add_top.go b/services/apk/add_top.go index df1713a..732b613 100644 --- a/services/apk/add_top.go +++ b/services/apk/add_top.go @@ -7,8 +7,9 @@ import ( type AddTopRequest struct { *requests.RpcRequest - Id int `position:"Body" field:"id" default:"0" ` - Top int `position:"Body" field:"top" default:"0"` + Id int `position:"Body" field:"id" default:"0" ` + Ids string `position:"Body" field:"ids" default:"" ` + Top int `position:"Body" field:"top" default:"0"` } type AddTopResponse struct {