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

厂商查询

parent 95723d1d
...@@ -29,7 +29,7 @@ def select_notices(): ...@@ -29,7 +29,7 @@ def select_notices():
token,projectCode,uxid,corpId,info= login_system(username, password).get_token() token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
# print( token,projectCode,uxid,corpId,info) # print( token,projectCode,uxid,corpId,info)
#b4_查询公告_精确查询_不存在的公告 #b4_查询公告_精确查询_不存在的公告
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) print(url)
# 获取请求头信息 # 获取请求头信息
headers = commonFuc().get_business_data(module, "json_headers2", headers = commonFuc().get_business_data(module, "json_headers2",
......
...@@ -55,9 +55,9 @@ ...@@ -55,9 +55,9 @@
<tr width="600"> <tr width="600">
<td class='details-col-elapsed'>1</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0分0秒</td> <td class='details-col-elapsed'>0分0秒</td>
<td class="details-col-elapsed">0.0%</td> <td class="details-col-elapsed">100.0%</td>
</tr> </tr>
</table> </table>
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
</tr> </tr>
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/b2_查询公告_精确查询/log.html' target='_blank'>b2_查询公告_精确查询</a></td> <td class="details-col-elapsed"><a href='../log/b4_查询公告_精确查询_不存在/log.html' target='_blank'>b4_查询公告_精确查询_不存在</a></td>
<td class="fail">失败</td> <td class="success">成功</td>
<td class="details-col-elapsed">0.567</td> <td class="details-col-elapsed">0.604</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </tr>
......
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