Commit f57b1da0 authored by 周念东's avatar 周念东
Browse files

资讯管理更新

parent 509277aa
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
__author__ = "zhouniandong" __author__ = "zhouniandong"
""" """
case_tag:cmdc_api,cmdc资讯按公司代码查询公司选项,2293,2293-3,sit,bs case_tag:cmdc_api,cmdc资讯管理按公司代码查询公司选项,2293,2293-3,sit,bs
主数据平台:运营后台管理系统顶部导航管理接口 主数据平台:运营后台管理系统资讯管理接口
""" """
from common.common_func import commonFuc from common.common_func import commonFuc
...@@ -26,7 +26,7 @@ request_body = commonFuc().get_business_data(module, "payload1") ...@@ -26,7 +26,7 @@ request_body = commonFuc().get_business_data(module, "payload1")
""" """
场景:资讯管理() 场景:资讯管理()
用例名称:资讯按公司代码查询公司选项(资讯管理) 用例名称:资讯管理按公司代码查询公司选项(资讯管理)
输出:{"success":true,"code":"200","message":"OK"} 输出:{"success":true,"code":"200","message":"OK"}
""" """
# 发送请求 # 发送请求
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
__author__ = "zhouniandong" __author__ = "zhouniandong"
""" """
case_tag:cmdc_api,cmdc资讯查询页面,2293,2293-3,sit,bs case_tag:cmdc_api,cmdc资讯管理查询页面,2293,2293-3,sit,bs
主数据平台:运营后台管理系统顶部导航管理接口 主数据平台:运营后台管理系统资讯管理接口
""" """
from common.common_func import commonFuc from common.common_func import commonFuc
...@@ -26,7 +26,7 @@ request_body = commonFuc().get_business_data(module, "payload2") ...@@ -26,7 +26,7 @@ request_body = commonFuc().get_business_data(module, "payload2")
""" """
场景:资讯管理() 场景:资讯管理()
用例名称:资讯查询页面(资讯管理) 用例名称:资讯管理查询页面(资讯管理)
输出:{"success":true,"code":"200","message":"OK"} 输出:{"success":true,"code":"200","message":"OK"}
""" """
# 发送请求 # 发送请求
......
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