perf: some swagger api (#15203)

* perf: some swagger api

* perf: update deps

* perf: Update Dockerfile with new base image tag

---------

Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
fit2bot
2025-04-15 11:43:36 +08:00
committed by GitHub
parent 8b9fe3c72b
commit 5390fbacec
20 changed files with 1287 additions and 1158 deletions

View File

@@ -10,6 +10,7 @@ class VirtualAccountViewSet(OrgBulkModelViewSet):
serializer_class = VirtualAccountSerializer
search_fields = ('alias',)
filterset_fields = ('alias',)
http_method_names = ['get']
def get_queryset(self):
return VirtualAccount.get_or_init_queryset()