feat: add profile api

This commit is contained in:
2026-06-08 17:36:03 +08:00
parent ba9fb33062
commit 2b86c91edd
9 changed files with 452 additions and 4 deletions
+3
View File
@@ -38,6 +38,9 @@ USER_CHANGE_PWD_URL = '/api/user/users/change-password/'
USER_ME_URL = '/api/user/users/me/'
USER_LIST_URL = '/api/user/users/'
USER_INSTITUTION_LIST_URL = '/api/user/institution_list/'
USER_INSTITUTION_INFO_URL = '/api/user/institution_info/'
USER_MY_DEPARTMENTS_URL = '/api/user/my_departments/'
USER_PROFILE_CONFIG_URL = '/api/user/profile/config/'
# 病例
CASE_PARSE_URL = '/api/case/cases/parse-pdf/'