Forráskód Böngészése

Merge remote-tracking branch 'origin/feature/v1.0.0' into feature/v1.0.0

# Conflicts:
#	.idea/encodings.xml
#	lib/webapi.py
lizhikun 1 éve
szülő
commit
6b39d80c91

+ 1 - 1
cases/login_app.py

@@ -17,4 +17,4 @@ class c1:
     #清除方法
     def teardown(self):
         INFO('用户退出app')
-        apimgr.mgr_login_app()
+        apimgr.mgr_logout_app()

+ 1 - 1
cases/未登录功能/bidsearch.py

@@ -8,4 +8,4 @@ class c1:
         code=res.status_code
 
         # 设置检查点
-        CHECK_POINT('检查未登录采购单位搜索接口是否正常', code == 200)
+        CHECK_POINT('检查未登录招标搜索接口是否正常', code == 200)

+ 3 - 2
cases/未登录功能/链接验证/check_link.py

@@ -1,12 +1,13 @@
+# -*- coding: utf-8 -*-
 from hytest import *
 from lib.linkapi import apilink
 import csv
 class c1:
     #测试步骤
-    tags=['pc超级订阅购买页面能否正常打开']
+    tags=['pc页面能否正常打开']
     file_path = './doc/urls.csv'
     ddt_cases = []
-    with open(file_path,'r',encoding='GBK') as f:
+    with open(file_path,'r',encoding='utf-8') as f:
         reads=csv.reader(f)
         for d in reads:
             ddt_cases.append(

+ 17 - 0
cases/登录功能/三级页/detail_advancedinfo.py

@@ -0,0 +1,17 @@
+import json
+from hytest import *
+from lib.webapi import apimgr
+class c7:
+    #测试用例名称
+    name = '三级页商机推荐'
+    #测试步骤
+    def teststeps(self):
+        INFO('测试步骤')
+        STEP(1,'第一步调用函数')    #会出现在测试报告中
+        res = apimgr.detail_advancedinfo()
+        response_data=json.loads(res.text)
+        #任意选取返回值中 基本不会改变的值 作为验证点
+        services = response_data["data"]["services"]
+        STEP(2,'第二步设置检查点')
+        #设置检查点
+        CHECK_POINT('检查三级页商机推荐接口是否正常',len(services) ==4)

+ 17 - 0
cases/登录功能/三级页/detail_baseinfo.py

@@ -0,0 +1,17 @@
+import json
+from hytest import *
+from lib.webapi import apimgr
+class c6:
+    #测试用例名称
+    name = '三级页公告摘要接口'
+    #测试步骤
+    def teststeps(self):
+        INFO('测试步骤')
+        STEP(1,'第一步调用函数')    #会出现在测试报告中
+        res = apimgr.detail_baseinfo()
+        response_data=json.loads(res.text)
+        #任意选取返回值中 基本不会改变的值 作为验证点,如下 选择 是否拓普用户作为验证点,该用户不是拓普用户
+        topnet = response_data["data"]["topnet"]
+        STEP(2,'第二步设置检查点')
+        #设置检查点
+        CHECK_POINT('检查三级页公告摘要接口是否正常',topnet ==False)

+ 19 - 0
cases/登录功能/搜索功能/rc_search.py

@@ -0,0 +1,19 @@
+import json
+
+from hytest import *
+from lib.webapi import apimgr
+class c6:
+    #测试用例名称
+    name = '融创用户招标搜索接口'
+    #测试步骤
+    def teststeps(self):
+        INFO('测试步骤')
+        STEP(1,'第一步调用函数')    #会出现在测试报告中
+        apimgr.Identity_list(5)
+        apimgr.Identity_switch()
+        res = apimgr.rc_search()
+        response_data=json.loads(res.text)
+        count = response_data["data"]["count"]
+        STEP(2,'第二步设置检查点')
+        #设置检查点
+        CHECK_POINT('检查搜索接口是否正常',count > 0)

+ 15 - 0
cases/登录功能/订阅/bigmember_push.py

@@ -0,0 +1,15 @@
+from hytest import *
+from lib.webapi import apimgr
+class c1:
+    #测试用例名称
+    name='大会员推送记录列表'
+    #测试步骤
+    def teststeps(self):
+        INFO('测试步骤')
+        STEP(1,'第一步调用函数')    #会出现在测试报告中
+        r = apimgr.bigmember_push()
+        res = r.json()
+        actural  = res['error_code']
+        STEP(2,'第二步设置检查点')
+        #设置检查点
+        CHECK_POINT('检查大会员推送记录列表是否正常',actural ==0)

+ 15 - 0
cases/登录功能/订阅/entniche_push.py

@@ -0,0 +1,15 @@
+from hytest import *
+from lib.webapi import apimgr
+class c1:
+    #测试用例名称
+    name='商机管理推送记录列表'
+    #测试步骤
+    def teststeps(self):
+        INFO('测试步骤')
+        STEP(1,'第一步调用函数')    #会出现在测试报告中
+        r = apimgr.entniche_push()
+        res = r.json()
+        actural  = res['error_code']
+        STEP(2,'第二步设置检查点')
+        #设置检查点
+        CHECK_POINT('检查商机管理推送记录列表是否正常',actural ==0 )

+ 97 - 49
doc/urls.csv

@@ -1,49 +1,97 @@
-微信端推送历史记录页面能否正常打开,https://wx.jianyu360.cn/jy_mobile/swordfish/newhistorypush
-微信端搜索页面能否正常打开,https://wx.jianyu360.cn/jy_mobile/search/middle/bidding
-app端搜索页面能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/search/middle/bidding
-微信端最新标讯页面能否正常打开,https://wx.jianyu360.cn/jy_mobile/tabbar/home
-微信端搜索结果页能否正常打开,https://wx.jianyu360.cn/jy_mobile/search/result/bidding
-app端搜索结果页tab=全部能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=0
-wx端搜索结果页tab=全部能否正常打开,https://wx.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=0
-app端搜索结果页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding
-app端首页能否正常打开,https://app-a1.jianyu360.cn/jyapp/jylab/mainSearch
-ios端搜索中转页能否正常打开,https://ios-i4.jianyu360.cn/jy_mobile/search/middle/bidding
-微信端大会员订阅页能否正常打开,https://wx.jianyu360.cn/jy_mobile/swordfish/newhistorypush
-PC端官网能否正常打开,https://www.jianyu360.cn
-微信端推荐标讯列表页能否正常打开,https://wx.jianyu360.cn/jy_mobile/tabbar/recommendedlist
-PC端工作台外招标采购搜索页能否正常打开,https://www.jianyu360.cn/jylab/supsearch/index.html
-PC工作台内招标搜索页能否正常打开,https://www.jianyu360.cn/page_workDesktop/work-bench/page?link=https%3A%2F%2Fwww.jianyu360.cn%2Fjylab%2Fsupsearch%2Findex.html
-app端我的订阅页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/jyapp/swordfish/historypush
-app端我的订阅页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/tabbar/subscribe
-app端首页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/tabbar/home
-微信端消息中心页能否正常打开,https://wx.jianyu360.cn/jy_mobile/tabbar/message
-微信端企业监控页能否正常打开,https://wx.jianyu360.cn/jylab/followent/entList
-微信端中标企业搜索页能否正常打开,https://wx.jianyu360.cn/jy_mobile/search/result/winner?inside-jumps=1
-app端招标采购搜索页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=3
-app端消息中心页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/tabbar/message
-PC端我的订阅页面能否正常打开,https://wx.jianyu360.cn/page_workDesktop/work-bench/app/big/big_subscribe?vt=f
-微信端项目监控页面能否正常打开,https://wx.jianyu360.cn/big/wx/page/pro_follow_detail
-app端招标搜索-招标结果页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=5
-微信端我的页面能否正常打开,https://wx.jianyu360.cn/jy_mobile/tabbar/me
-微信端我的订阅页面能否正常打开,https://wx.jianyu360.cn/swordfish/newhistorypush?msg=1
-微信端招标搜索-招标公告页能否正常打开,https://wx.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=3
-微信端招标搜索-招标结果页能否正常打开,https://wx.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=5
-iosapp端官网首页能否正常打开,https://ios-i4.jianyu360.cn/jy_mobile/tabbar/home
-iosapp招标采购搜索页能否正常打开,https://ios-i3.jianyu360.cn/jy_mobile/search/middle/bidding
-app端我的页面能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/tabbar/me
-PC端登录页能否正常打开,https://www.jianyu360.cn/?nol=1
-ios标讯首页-招标公告能否正常打开,https://ios-i3.jianyu360.cn/jyapp/jylab/mainSearch
-app端企业关注列表页能否正常打开,https://app-a1.jianyu360.cn/jyapp/followent/entList
-微信端超级订阅开通页面能否正常打开,https://wx.jianyu360.cn/jy_mobile/order/create/svip?tip=1716787196003
-微信端工作台页面能否正常打开,https://wx.jianyu360.cn/jy_mobile/tabbar/box
-pc端底部导航页能否正常打开,https://www.jianyu360.cn/front/commonFooter
-pc端头部导航页能否正常打开,https://www.jianyu360.cn/front/commonHeader
-pc端企业搜索页能否正常打开,https://www.jianyu360.cn/jylab/entSearch/index.html
-微信端大会员留资页能否正常打开,https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info?source=article_purchase_intention
-微信端活动页面能否正常打开,https://wx.jianyu360.cn/active/appExt/sh001
-微信端新用户留资页能否正常打开,https://wx.jianyu360.cn/jy_mobile/uersales/newuser
-微信端超级订阅购买页面能否正常打开,https://wx.jianyu360.cn/jy_mobile/order/create/svip?type=buy
-app端身份信息维护页能否正常打开,https://app-a1.jianyu360.cn/jy_mobile/identity/keep
-微信端查看超前项目留资页能否正常打开,https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info?source=article_proposed_project
-PC端超级订阅落地页能否正常打开,https://www.jianyu360.cn/front/subscribe.html
-微信端推送设置页能否正常打开,https://wx.jianyu360.cn/jy_mobile/push/pushsetting
+寰�俊绔�帹閫佸巻鍙茶�褰曢〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/swordfish/newhistorypush
+寰�俊绔�悳绱㈤〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/search/middle/bidding
+app绔�悳绱㈤〉闈㈣兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/search/middle/bidding
+寰�俊绔�渶鏂版爣璁�〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/tabbar/home
+寰�俊绔�悳绱㈢粨鏋滈〉鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/search/result/bidding
+app绔�悳绱㈢粨鏋滈〉tab=鍏ㄩ儴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=0
+wx绔�悳绱㈢粨鏋滈〉tab=鍏ㄩ儴鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=0
+app绔�悳绱㈢粨鏋滈〉鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding
+app绔��椤佃兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/jylab/mainSearch
+ios绔�悳绱�腑杞�〉鑳藉惁姝e父鎵撳紑,https://ios-i4.jianyu360.cn/jy_mobile/search/middle/bidding
+寰�俊绔�ぇ浼氬憳璁㈤槄椤佃兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/swordfish/newhistorypush
+PC绔�畼缃戣兘鍚︽�甯告墦寮€,https://www.jianyu360.cn
+寰�俊绔�帹鑽愭爣璁�垪琛ㄩ〉鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/tabbar/recommendedlist
+PC绔�伐浣滃彴澶栨嫑鏍囬噰璐�悳绱㈤〉鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/jylab/supsearch/index.html
+PC宸ヤ綔鍙板唴鎷涙爣鎼滅储椤佃兘鍚︽�甯告墦寮€,https://www.jianyu360.cn/page_workDesktop/work-bench/page?link=https%3A%2F%2Fwww.jianyu360.cn%2Fjylab%2Fsupsearch%2Findex.html
+app绔�垜鐨勮�闃呴〉鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/jyapp/swordfish/historypush
+app绔�垜鐨勮�闃呴〉鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/tabbar/subscribe
+app绔��椤佃兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/tabbar/home
+寰�俊绔�秷鎭�腑蹇冮〉鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/tabbar/message
+寰�俊绔�紒涓氱洃鎺ч〉鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jylab/followent/entList
+寰�俊绔�腑鏍囦紒涓氭悳绱㈤〉鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/search/result/winner?inside-jumps=1
+app绔�嫑鏍囬噰璐�悳绱㈤〉鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=3
+app绔�秷鎭�腑蹇冮〉鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/tabbar/message
+PC绔�垜鐨勮�闃呴〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/page_workDesktop/work-bench/app/big/big_subscribe?vt=f
+寰�俊绔�」鐩�洃鎺ч〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/big/wx/page/pro_follow_detail
+app绔�嫑鏍囨悳绱�-鎷涙爣缁撴灉椤佃兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=5
+寰�俊绔�垜鐨勯〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/tabbar/me
+寰�俊绔�垜鐨勮�闃呴〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/swordfish/newhistorypush?msg=1
+寰�俊绔�嫑鏍囨悳绱�-鎷涙爣鍏�憡椤佃兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=3
+寰�俊绔�嫑鏍囨悳绱�-鎷涙爣缁撴灉椤佃兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=5
+iosapp绔�畼缃戦�椤佃兘鍚︽�甯告墦寮€,https://ios-i4.jianyu360.cn/jy_mobile/tabbar/home
+iosapp鎷涙爣閲囪喘鎼滅储椤佃兘鍚︽�甯告墦寮€,https://ios-i3.jianyu360.cn/jy_mobile/search/middle/bidding
+app绔�垜鐨勯〉闈㈣兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/tabbar/me
+PC绔�櫥褰曢〉鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/?nol=1
+ios鏍囪�棣栭〉-鎷涙爣鍏�憡鑳藉惁姝e父鎵撳紑,https://ios-i3.jianyu360.cn/jyapp/jylab/mainSearch
+app绔�紒涓氬叧娉ㄥ垪琛ㄩ〉鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jyapp/followent/entList
+寰�俊绔�秴绾ц�闃呭紑閫氶〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/order/create/svip?tip=1716787196003
+寰�俊绔�伐浣滃彴椤甸潰鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/tabbar/box
+pc绔�簳閮ㄥ�鑸�〉鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/front/commonFooter
+pc绔�ご閮ㄥ�鑸�〉鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/front/commonHeader
+pc绔�紒涓氭悳绱㈤〉鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/jylab/entSearch/index.html
+寰�俊绔�ぇ浼氬憳鐣欒祫椤佃兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info?source=article_purchase_intention
+寰�俊绔�椿鍔ㄩ〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/active/appExt/sh001
+寰�俊绔�柊鐢ㄦ埛鐣欒祫椤佃兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/uersales/newuser
+寰�俊绔�秴绾ц�闃呰喘涔伴〉闈㈣兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/order/create/svip?type=buy
+app绔�韩浠戒俊鎭�淮鎶ら〉鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/identity/keep
+寰�俊绔�煡鐪嬭秴鍓嶉」鐩�暀璧勯〉鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info?source=article_proposed_project
+PC绔�秴绾ц�闃呰惤鍦伴〉鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/front/subscribe.html
+寰�俊绔�帹閫佽�缃�〉鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/push/pushsetting
+鎺ㄩ€佺粨鏋滈�瑙堥〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://ios-i4.jianyu360.cn/jyapp/vipsubscribe/toVIPViewPage?vSwitch=v
+app璁剧疆椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jyapp/free/set
+app浼佷笟鎼滅储椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/search/result/company
+寰�俊娑堟伅涓�績椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/swordfish/frontPage/messageCenter/sess/index
+寰�俊璁剧疆鍖哄煙椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/areaPack/wx/page/set_area
+app鍒囨崲浼佷笟椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/page_social_mobile/switch/entlist
+寰�俊鎷涙爣閲囪喘鎼滅储椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=0
+app绔�椿鍔ㄩ€氱煡鍒楄〃椤甸摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/message/detail?type=1&num=1
+寰�俊鎷涙爣閲囪喘鎼滅储椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/jy_mobile/search/middle/bidding?focus=true&input=&inside-jumps=1
+pc绔�湭鐧诲綍鎷涙爣缁撴灉椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://www.jianyu360.cn/list/stype/ZBJG.html
+app绔�檮浠朵笅杞芥彁浜ょ暀璧勯摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/frontPage/bigmember/free/perfect_info?source=article_attach_freeuser
+app绔�爣璁�敹钘忛〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/frontPage/collection/sess/index
+app绔�爣璁�凡瀛樼瓫閫夐〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/search/filter-history/bidding
+ios绔�悳绱�腑杞�〉閾炬帴鑳藉惁姝e父鎵撳紑,https://ios-i2.jianyu360.cn/jy_mobile/search/result/bidding
+ios绔�悳绱㈤〉閾炬帴鑳藉惁姝e父鎵撳紑,https://ios-i2.jianyu360.cn/jy_mobile/search/middle/bidding
+寰�俊绔��缃�〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/front/wxMyOrder/myset
+app绔�秴绾ц�闃呮柊澧炲叧閿�瘝椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jyapp/vipsubscribe/toSetKeyWordPage?vSwitch=v
+寰�俊绔��闃呯粨鏋滈�瑙堥〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/front/vipsubscribe/toVIPViewPage?vSwitch=f
+寰�俊绔�紒涓氭悳绱㈤〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/jy_mobile/search/result/company
+app绔�櫥褰曢〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/free/login?to=back
+pc绔�搧鐗屽畼缃戦�椤甸摼鎺ヨ兘鍚︽�甯告墦寮€,https://www.jianyu360.cn/brand
+寰�俊绔�」鐩�叧娉ㄩ〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/big/wx/page/pro_follow_list?advertcode=
+pc绔��椤靛洖璋冮摼鎺ヨ兘鍚︽�甯告墦寮€,https://www.jianyu360.cn/page_workDesktop/work-bench/page?link=https%3A%2F%2Fwww.jianyu360.cn%2F%3Fnol%3D1
+ios绔�敵璇锋煡鐪嬭秴鍓嶉」鐩�暀璧勯摼鎺ヨ兘鍚︽�甯告墦寮€,https://ios-i4.jianyu360.cn/jyapp/frontPage/bigmember/free/perfect_info?source=article_purchase_intention
+app绔�櫥褰曢〉闈㈠洖璋冮摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/free/login?source=home&url=/jyapp/free/me
+寰�俊绔��缃�尯鍩熼摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/areaPack/wx/page/set_area#tipover
+PC绔�垜鐨勮�闃呴〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://www.jianyu360.cn/page_workDesktop/work-bench/app/big/big_subscribe?vt=v
+app绔�柊鐢ㄦ埛璁剧疆鍏磋叮鐖卞ソ閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/uersales/newuser
+app绔�ぇ浼氬憳钀藉湴椤甸摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/big/page/landingPage
+ios绔�悳绱㈤〉閾炬帴鑳藉惁姝e父鎵撳紑,https://ios.jianyu360.cn/jyapp/jylab/mainSearch
+app绔�」鐩�叧娉ㄩ〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/big/page/pro_follow_list
+寰�俊鏀惰棌鍒楄〃閾炬帴鑳藉惁姝e父鎵撳紑,https://wx.jianyu360.cn/weixin/frontPage/collection/sess/index
+app绔�秴绾ц�闃呰喘涔伴〉閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/order/create/svip?type=buy
+app绔�紒涓氭悳绱㈤〉閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jy_mobile/search/middle/company?focus=true&inside-jumps=1
+寰�俊绔�ぇ浼氬憳钀藉湴椤甸摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/big/wx/page/landingPage
+app绔�垜鐨勮�鍗曢〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jyapp/front/myOrder/toMyOrder?active=0
+app绔�坊鍔犲叧閿�瘝椤甸潰閾炬帴鑳藉惁姝e父鎵撳紑,https://app-a1.jianyu360.cn/jyapp/vipsubscribe/toSetKeyWordPage?vSwitch=f
+寰�俊绔�垜鐨勮�闃呴〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/swordfish/newhistorypush
+寰�俊绔�暟鎹��鍑洪〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://wx.jianyu360.cn/front/wx_dataExport/toSieve?adv_from=wx_articel_win_sj_1
+ios绔�垜鐨勮�闃呴〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://ios-i3.jianyu360.cn/jy_mobile/tabbar/subscribe
+pc绔�噰璐�崟浣嶆悳绱㈤〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://www.jianyu360.cn/page_workDesktop/work-bench/page?link=https%3A%2F%2Fwww.jianyu360.cn%2Fjylab%2FpurSearch%2Findex.html
+ios绔�悳绱�腑杞�〉閾炬帴鑳藉惁姝e父鎵撳紑,https://ios-i2.jianyu360.cn/jy_mobile/search/result/bidding?searchGroup=0
+pc绔�伐浣滃彴澶栨嫑鏍囬噰璐�悳绱㈤〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://www.jianyu360.cn/jylab/supsearch/index.html?keywords=&selectType=title&searchGroup=1
+ios绔�喘涔拌秴绾ц�闃呴〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://ios-i4.jianyu360.cn/jy_mobile/order/create/svip?type=buy&inside-jumps=1
+app绔�暟鎹�秴甯傞摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/datasmt?inside-jumps=1
+pc绔��缃�叴瓒g埍濂介〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://www.jianyu360.cn/?from=set_favorite
+app绔�帹閫佽�缃�〉闈㈤摼鎺ヨ兘鍚︽�甯告墦寮€,https://app-a1.jianyu360.cn/jy_mobile/push/pushsetting
+ios绔��椤甸摼鎺ヨ兘鍚︽�甯告墦寮€,https://ios-i3.jianyu360.cn/jy_mobile/tabbar/home

+ 0 - 30
lib/webapi.py

@@ -436,36 +436,6 @@ class APIMgr():
         s = GSTORE['s']
         response =s.post(f"{cfg.target_host}/resourceCenter/waitEmpowerDetail",headers=headers)
         return response
-    def nologin_buyer_list(self):
-        headers = GSTORE['headers']
-        s = GSTORE['s']
-        data = {"buyerName":"","province":[],"city":[],"buyerClass":[],"isCheckFollow":False,"isCheckReceive":False,"isContact":0,"pageSize":10,"pageNum":1}
-        response =s.post(f"{cfg.target_host}/jyapi/jybx/buyer/eType/buyerList",headers=headers,json=data)
-        return response
-    def nologin_supplySearch(self):
-        headers = GSTORE['headers']
-        s = GSTORE['s']
-        data = {"keywords":"信息","searchType":"title","province":"","city":"","time":"","status":"0","pageSize":50,"pageIndex":1}
-        response =s.post(f"{cfg.target_host}/jyinfo/supplySearch",headers=headers,json=data)
-        return response
-    def nologin_enterpriseSearch(self):
-        headers = GSTORE['headers']
-        s = GSTORE['s']
-        params = {"match":"科技"}
-        response =s.post(f"{cfg.target_host}/publicapply/enterpriseSearch/doQuery",headers=headers, params=params)
-        return response
-    def nologin_Tender_search(self ):
-        headers = GSTORE['headers']
-        s = GSTORE['s']
-        params = {"match":"科技"}
-        response =s.post(f"{cfg.target_host}/jyapi/jybx/core/fType/searchList",headers=headers, params=params)
-        return response
-    def nologin_Proposed_construction_search(self ):
-        headers = GSTORE['headers']
-        s = GSTORE['s']
-        params = {"match":"科技"}
-        response =s.post(f"{cfg.target_host}/front/project/nzj/search",headers=headers, params=params)
-        return response
 apimgr = APIMgr()