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 395c7864d8d04d9014f47eb047de597dbbda39fb..d8bb62fa3a7fa6bec9b97f4fe6143cd0ca172ac9 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 efd705c6785013845aae38c3e6530e85a4373c9a..4dbbf017c70d764c7f2fa03a7a360ff713fa2be9 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 b47eb5752cec4b9201a2547b02b4da728cf8825c..13e88d61e6cc95c92cf5dc0169f43c3aab1d80d9 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 6def96a99385545139ab27611940cf4de3d54f3a..6d43aa5fbbf7fa8fcc69774c2452d168bebee390 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 8417cfa5e5471d255d451f9a08e6091b70b31498..20e96114ca99bc75f7cb1f3d21446f7a9ea7f2c1 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 4089254495e41e096d52b5f72f2d4b35d0f2cdfd..959db78550d1f4775d869f4195130d83b3a39823 100644 --- a/report/summary.html +++ b/report/summary.html @@ -55,9 +55,9 @@