Exemple #1
0
async def all(request):
    status, data, msgs = Article.mixin_all()
    return jsonResponse(status, data, msgs)