chore: 批量新增各类工具脚本与配置文件
1. 新增音频录制、下载、上传相关脚本 2. 新增数据库操作、API调用工具 3. 新增Excel数据处理脚本 4. 新增弱密码检测脚本
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ def get_token(base_url: str, username: str, password: str) -> dict:
|
||||
oauth_client = 'hongxapp:hongxplapp'
|
||||
|
||||
enc_password = encrypt_password(password, enc_key)
|
||||
|
||||
print(enc_password)
|
||||
url = f"{base_url.rstrip('/')}/auth/oauth2/token"
|
||||
params = {
|
||||
'username': username,
|
||||
|
||||
Reference in New Issue
Block a user