From e0a856b5072c5a09f3f6de6da85abf90e00ee704 Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Mon, 10 Nov 2025 07:54:52 +0000
Subject: [PATCH] 更新相关文档
---
测试组/脚本/登录获取token/获取用户token.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/\346\265\213\350\257\225\347\273\204/\350\204\232\346\234\254/\347\231\273\345\275\225\350\216\267\345\217\226token/\350\216\267\345\217\226\347\224\250\346\210\267token.py" "b/\346\265\213\350\257\225\347\273\204/\350\204\232\346\234\254/\347\231\273\345\275\225\350\216\267\345\217\226token/\350\216\267\345\217\226\347\224\250\346\210\267token.py"
index 66cbbba..df72d6c 100644
--- "a/\346\265\213\350\257\225\347\273\204/\350\204\232\346\234\254/\347\231\273\345\275\225\350\216\267\345\217\226token/\350\216\267\345\217\226\347\224\250\346\210\267token.py"
+++ "b/\346\265\213\350\257\225\347\273\204/\350\204\232\346\234\254/\347\231\273\345\275\225\350\216\267\345\217\226token/\350\216\267\345\217\226\347\224\250\346\210\267token.py"
@@ -13,7 +13,7 @@
"content-type":"application/json; charset=UTF-8"
}
# 获取用户账号密码
- df = conftest.read_excel("TestData/userinfo.xlsx")
+ df = conftest.read_excel("TestData/userinfo_2.xlsx")
# 封装为字典列表
UserList = conftest.get_list(df,["username","password"])
# 遍历用户字典列表的索引和值
--
Gitblit v1.9.1