From b5b23b876c39bc70a810331df7108ed34277ad2b Mon Sep 17 00:00:00 2001 From: zhouqunjie Date: Mon, 27 Nov 2023 18:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=85=A5=E5=8F=82=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: f3a7238077a5ea47cc0b56f8c656abf4dd9a5fca --- api/desc/core/pcm-core.api | 2 +- api/internal/types/types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/desc/core/pcm-core.api b/api/desc/core/pcm-core.api index 2b30cd45..938b5f5d 100644 --- a/api/desc/core/pcm-core.api +++ b/api/desc/core/pcm-core.api @@ -571,7 +571,7 @@ type Participant { // apps列表参数 type ( AppListReq { - Namespace string `form:"namespace"` + NsID string `form:"nsID"` } AppListResp { TotalCount int64 `json:"totalCount"` // 任务总数 diff --git a/api/internal/types/types.go b/api/internal/types/types.go index 97634df7..d9150716 100644 --- a/api/internal/types/types.go +++ b/api/internal/types/types.go @@ -533,7 +533,7 @@ type Participant struct { } type AppListReq struct { - Namespace string `form:"namespace"` + NsID string `form:"nsID"` } type AppListResp struct {