From b3f7a5c7899ee618f89b6b4121c1e4e25ccf2a48 Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Tue, 17 Oct 2023 14:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=82=E5=95=86=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...345\220\257\347\224\250\351\231\242\345\214\272.py" | 8 ++++---- ...347\262\276\347\241\256\346\237\245\350\257\242.py" | 2 +- ...346\250\241\347\263\212\346\237\245\350\257\242.py" | 2 +- data/a2_herp3_bs/data | 2 +- data/a2_herp3_bs/message | 4 ++-- report/summary.html | 10 +++++----- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git "a/air_case/a2_herp3_bs/a7_\345\220\257\347\224\250\351\231\242\345\214\272.air/a7_\345\220\257\347\224\250\351\231\242\345\214\272.py" "b/air_case/a2_herp3_bs/a7_\345\220\257\347\224\250\351\231\242\345\214\272.air/a7_\345\220\257\347\224\250\351\231\242\345\214\272.py" index 395c7864..d8bb62fa 100644 --- "a/air_case/a2_herp3_bs/a7_\345\220\257\347\224\250\351\231\242\345\214\272.air/a7_\345\220\257\347\224\250\351\231\242\345\214\272.py" +++ "b/air_case/a2_herp3_bs/a7_\345\220\257\347\224\250\351\231\242\345\214\272.air/a7_\345\220\257\347\224\250\351\231\242\345\214\272.py" @@ -55,7 +55,7 @@ delByBranchId().Delete_branch_by_id(branch_id)#删除院区 pro_path=commonFuc().get_pro_path() sys.path.append(pro_path+r'\\air_case\\a2_herp3_bs\\a4_院区新增.air') using(pro_path+r'\\air_case\\a2_herp3_bs\\a4_院区新增.air') -from a4_院区新增 import branch_add -id2,name=branch_add() -info=(id2,name) -FileUtils().w_info2(info,module,'院区新增') \ No newline at end of file +# from a4_院区新增 import branch_add +# id2,name=branch_add() +# info=(id2,name) +# FileUtils().w_info2(info,module,'院区新增') \ No newline at end of file diff --git "a/air_case/a2_herp3_bs/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.air/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.py" "b/air_case/a2_herp3_bs/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.air/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.py" index efd705c6..4dbbf017 100644 --- "a/air_case/a2_herp3_bs/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.air/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.py" +++ "b/air_case/a2_herp3_bs/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.air/b2_\346\237\245\350\257\242\345\205\254\345\221\212_\347\262\276\347\241\256\346\237\245\350\257\242.py" @@ -30,7 +30,7 @@ def select_notices(): token,projectCode,uxid,corpId,info= login_system(username, password).get_token() # print( token,projectCode,uxid,corpId,info) #b2_查询公告_模糊查询 - url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url") + url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url1") print(url) # 获取请求头信息 headers = commonFuc().get_business_data(module, "json_headers2", diff --git "a/air_case/a2_herp3_bs/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.air/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.py" "b/air_case/a2_herp3_bs/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.air/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.py" index b47eb575..13e88d61 100644 --- "a/air_case/a2_herp3_bs/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.air/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.py" +++ "b/air_case/a2_herp3_bs/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.air/b3_\346\237\245\350\257\242\345\205\254\345\221\212_\346\250\241\347\263\212\346\237\245\350\257\242.py" @@ -29,7 +29,7 @@ def select_notices(): token,projectCode,uxid,corpId,info= login_system(username, password).get_token() # print( token,projectCode,uxid,corpId,info) #b2_查询公告_精确查询 - url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url") + url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url1") print(url) # 获取请求头信息 headers = commonFuc().get_business_data(module, "json_headers2", diff --git a/data/a2_herp3_bs/data b/data/a2_herp3_bs/data index 6def96a9..6d43aa5f 100644 --- a/data/a2_herp3_bs/data +++ b/data/a2_herp3_bs/data @@ -5,7 +5,7 @@ "page_url": "/hospitaltest2api/platformService/basic/branch/page/" "edit_url": "/hospitaltest2api/platformService/basic/branch/edit/" "save_url": "/hospitaltest2api/platformService/basic/notice/save" -"page_url": "/hospitaltest2api/platformService/basic/notice/page" +"page_url1": "/hospitaltest2api/platformService/basic/notice/page" "update_url": "/hospitaltest2api/platformService/basic/notice/update" "del_url": "/hospitaltest2api/platformService/basic/notice/del/" "firmpage_url": "/hospitaltest2api/herpService/basic/firm/page/" diff --git a/data/a2_herp3_bs/message b/data/a2_herp3_bs/message index 8417cfa5..20e96114 100644 --- a/data/a2_herp3_bs/message +++ b/data/a2_herp3_bs/message @@ -1,3 +1,3 @@ 院区新增: - branch_id: h0347-2641 - branch_name: 东土城路院区aEh%r \ No newline at end of file + branch_id: h0347-2011 + branch_name: 东土城路院区 \ No newline at end of file diff --git a/report/summary.html b/report/summary.html index 40892544..959db785 100644 --- a/report/summary.html +++ b/report/summary.html @@ -55,9 +55,9 @@ 1 - 1 + 0 0分0秒 - 100.0% + 0.0% @@ -72,9 +72,9 @@ - b7_厂商管理_厂商查询byID - 成功 - 0.575 + b2_查询公告_精确查询 + 失败 + 0.572 xiaohesheng -- GitLab