Commit b5687be1 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
......@@ -12,8 +12,8 @@ from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,k1运维管理_打印模板设置_资源查询2,id2263,id2263-116,sit,on
内网:k1运维管理_打印模板设置_资源查询2
case_tag:api,herp-web,k1运维管理_打印模板设置_资源查询_异常,id2263,id2263-116,sit,on
内网:k1运维管理_打印模板设置_资源查询_异常
"""
from common.common_func import commonFuc
......@@ -21,8 +21,8 @@ from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_
module = "b2_herp3_bs"
def test1():
"""
场景:k1运维管理_打印模板设置_资源查询2
用例名称:k1运维管理_打印模板设置_资源查询2
场景:k1运维管理_打印模板设置_资源查询_异常
用例名称:k1运维管理_打印模板设置_资源查询_异常
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
"""
......@@ -34,7 +34,7 @@ def test1():
# 获取token和projectCode
token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
# print( token,projectCode,uxid,corpId,info)
#k1运维管理_打印模板设置_资源查询2
#k1运维管理_打印模板设置_资源查询_异常
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "sysrPrintHead_listVoPage_url")
# 获取请求头信息
......
Supports Markdown
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