@@ -69,5 +69,6 @@ func (l *GptsDeleteApiSessionLogic) GptsDeleteApiSession(req *types.GptsDeleteSe
return nil, errorx.NewInvalidArgumentError(err.Error())
}
+ resp.Msg = "删除成功"
return &resp, nil
@@ -72,5 +72,6 @@ func (l *GptsRenameApiSessionLogic) GptsRenameApiSession(req *types.GptsRenameSe
+ resp.Msg = "操作成功"