entity/wwwroot/api/entity_list.dspy

6 lines
237 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- coding: utf-8 -*-
# entity_list.dspy —— 实体分页列表REST 统一前缀 /api/*
# 返回 {list, total, page, rows};错误 {code, message, field, detail}
result = await list_entities(request, params_kw)
return result