4.29出库审批流程完善,通知申请人以及库管邮件功能

This commit is contained in:
dxc
2026-04-29 09:11:37 +08:00
parent 8276597a67
commit 00839863f5
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ def _get_token_from_redis(user_id):
class AuthService:
# 硬编码的超级管理员凭证
SUPER_ADMIN_USER = "IRIS"
SUPER_ADMIN_PASS = "licahk"
SUPER_ADMIN_PASS = "123321"
@staticmethod
def login(data):