Commit c04836c8 authored by “xbozhong's avatar “xbozhong

修改签约人姓名

parent 0197ef9c
...@@ -21,7 +21,7 @@ def get_newPhone(): ...@@ -21,7 +21,7 @@ def get_newPhone():
mobile = get_new_phone(db) mobile = get_new_phone(db)
# 设置手机号码为全局变量 # 设置手机号码为全局变量
setattr(EnvData, "mobile", mobile) setattr(EnvData, "mobile", mobile)
setattr(EnvData, "username", "hxx_alan测试") setattr(EnvData, "username", "接口自动化-测试")
# setattr(EvnData, "copywriter_id", 1391) # setattr(EvnData, "copywriter_id", 1391)
yield db yield db
db.close() db.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment