-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
背景
- 上层调用cmdb接口,可表示相同含义的参数被拆成多种格式,且不兼容
- 上层saas与第三方调用方会对参数产生误解
请求参数
condition
time_condition
且返回参数也存在此类问题
ErrCode string `json:"err_code"`
ErrMsg string `json:"err_msg" bson:"err_msg"`
Result bool `json:"result" bson:"result" mapstructure:"result"`
Code int `json:"bk_error_code" bson:"bk_error_code" mapstructure:"bk_error_code"`
ErrMsg string `json:"bk_error_msg" bson:"bk_error_msg" mapstructure:"bk_error_msg"`
Permissions *IamPermission `json:"permission" bson:"permission" mapstructure:"permission"`
- conditions
- 存在层级嵌套限制
需求
v4版本:定义统一规范,统一请求参数格式,统一响应基本格式
Metadata
Metadata
Assignees
Labels
No labels