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 {