修正了 SDK,修复了 aggregate 不能传入 args 的问题

This commit is contained in:
2026-06-19 18:57:50 +08:00
parent fcd2a5e8a9
commit ee42d80d93
27 changed files with 622 additions and 469 deletions

View File

@@ -175,7 +175,7 @@ AUTHENTICATION_BACKENDS = [
'django.contrib.auth.backends.ModelBackend',
]
AUTH_USER_MODEL = 'gvsdsdk.User'
AUTH_USER_MODEL = 'users.User'
# ==================== DRF 配置 ====================
REST_FRAMEWORK = {