From 64223ada67329e2f0e0b9d9cff6cef94401484dd Mon Sep 17 00:00:00 2001 From: zetaloop Date: Sat, 4 Apr 2026 00:20:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20service=20=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=8E=A5=E5=8F=A3=E8=AF=AF=E8=AE=BE=E7=9A=84=20ID=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/player/api/internal/types/types.go | 1 - desc/api/player.api | 1 - 2 files changed, 2 deletions(-) diff --git a/app/player/api/internal/types/types.go b/app/player/api/internal/types/types.go index a86dce9..29967a9 100644 --- a/app/player/api/internal/types/types.go +++ b/app/player/api/internal/types/types.go @@ -4,7 +4,6 @@ package types type CreateServiceReq struct { - Id int64 `path:"id"` GameId int64 `json:"gameId, optional"` Title string `json:"title,optional"` Description string `json:"description,optional"` diff --git a/desc/api/player.api b/desc/api/player.api index 47e6341..b11cb10 100644 --- a/desc/api/player.api +++ b/desc/api/player.api @@ -27,7 +27,6 @@ type ( Meta PageMeta `json:"meta"` } CreateServiceReq { - Id int64 `path:"id"` GameId int64 `json:"gameId, optional"` Title string `json:"title,optional"` Description string `json:"description,optional"`