Skip to content

Commit

Permalink
feat(backend): 兼容 ITSM 接口规范协议 #8601
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Dec 13, 2024
1 parent f7bcd43 commit 1e62eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbm-ui/backend/bk_web/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def render(self, data, accepted_media_type=None, renderer_context=None):
data = {
"data": data,
"code": self.SUCCESS_CODE,
"result": True,
"message": self.SUCCESS_MESSAGE,
"request_id": local.request_id,
}
Expand Down

0 comments on commit 1e62eb7

Please sign in to comment.