veops / cmdb

CMDB: configuration and management of IT resources
https://veops.cn/cmdb
GNU Affero General Public License v3.0
1.44k stars 370 forks source link

[Feature]: API响应内容全局统一 #548

Open iridescentGray opened 3 months ago

iridescentGray commented 3 months ago

Contact Details

colorfulgray0@gmail.com

feature is related to UI or API aspects?

API

What is your advice?

目前API调用成功、调用失败时,结构不统一,例如

# 没有message和错误码
{
  "counter": {
    "project": 6
  },
  "facet": {},
  "numfound": 6,
  "page": 1
}

应该让成功的响应和失败的响应都有统一格式

Version

newest