Commit 9624c481 authored by 陈雪's avatar 陈雪

修复登陆问题

parent 54f6df28
...@@ -35,4 +35,5 @@ if __name__ == '__main__': ...@@ -35,4 +35,5 @@ if __name__ == '__main__':
print(web2_request().service_list("1", "10", "-1", "-1")) print(web2_request().service_list("1", "10", "-1", "-1"))
print(web2_request().service_review_list("1", "10", "0")) print(web2_request().service_review_list("1", "10", "0"))
print(web2_request().servicereview_option("209989", "1", "PC8uTySuxipukIMuqNV1OPB376C2ZZ3g")) print(web2_request().servicereview_option("209989", "1", "PC8uTySuxipukIMuqNV1OPB376C2ZZ3g"))
print(web2_request().tag_all()) print(web2_request().tag_all())
\ No newline at end of file
...@@ -49,6 +49,5 @@ tag_all: ...@@ -49,6 +49,5 @@ tag_all:
url: /api/web2/tag/all url: /api/web2/tag/all
param: {} param: {}
data: {} data: {}
json: {} json: {}
isLogin: 1 isLogin: 1
\ No newline at end of file
...@@ -6,7 +6,6 @@ class web_request(BaseRequest): ...@@ -6,7 +6,6 @@ class web_request(BaseRequest):
def __init__(self): def __init__(self):
self.data = self.api_load(path_setting.ACCOUNT_URL) self.data = self.api_load(path_setting.ACCOUNT_URL)
def account_unreadbadgecount(self) : def account_unreadbadgecount(self) :
return self.api_send(self.data["account_unreadbadgecount"]) return self.api_send(self.data["account_unreadbadgecount"])
......
...@@ -17,6 +17,7 @@ article_videotoken: ...@@ -17,6 +17,7 @@ article_videotoken:
isLogin: 1 isLogin: 1
doctor_submechanisms: doctor_submechanisms:
method: get method: get
url: /api/web/doctor/submechanisms url: /api/web/doctor/submechanisms
......
...@@ -15,6 +15,7 @@ class TestServiceList: ...@@ -15,6 +15,7 @@ class TestServiceList:
r = web2_request().service_list(params['page'],params['pagesize'],params['is_online'],params['extra_filter_choice']) r = web2_request().service_list(params['page'],params['pagesize'],params['is_online'],params['extra_filter_choice'])
print("======",r) print("======",r)
if r["error"] == 0: if r["error"] == 0:
assert r["data"]["page"] == params["assert"] assert r["data"]["page"] == params["assert"]
elif r["error"] == 1: elif r["error"] == 1:
......
...@@ -15,7 +15,7 @@ class TestServiceReviewList: ...@@ -15,7 +15,7 @@ class TestServiceReviewList:
def test_ServiceReviewList(self, params): def test_ServiceReviewList(self, params):
r = web2_request().service_review_list(params['page'], params['pagesize'], params['type']) r = web2_request().service_review_list(params['page'], params['pagesize'], params['type'])
print("---------",r) print("--------",r)
print("....") print("....")
if r["error"] == 0: if r["error"] == 0:
......
...@@ -15,7 +15,7 @@ class TestServicereviewOption: ...@@ -15,7 +15,7 @@ class TestServicereviewOption:
def test_ServicereviewOption(self, params): def test_ServicereviewOption(self, params):
r = web2_request().servicereview_option(params['id'], params['type'], params['csrfmiddlewaretoken']) r = web2_request().servicereview_option(params['id'], params['type'], params['csrfmiddlewaretoken'])
print("---------",r) print("--------",r)
if r["error"] == 0: if r["error"] == 0:
assert r["error"] == params["assert"] assert r["error"] == params["assert"]
......
...@@ -15,7 +15,7 @@ class TestTagAll: ...@@ -15,7 +15,7 @@ class TestTagAll:
def test_TagAll(self, param): def test_TagAll(self, param):
r = web2_request().tag_all() r = web2_request().tag_all()
print("---------",r) print("--------",r)
if r["error"] == 0: if r["error"] == 0:
assert r["error"] == param["assert"] assert r["error"] == param["assert"]
......
...@@ -15,7 +15,7 @@ class TestAccountUnreadbadgecount: ...@@ -15,7 +15,7 @@ class TestAccountUnreadbadgecount:
def test_AccountUnreadbadgecount(self,param): def test_AccountUnreadbadgecount(self,param):
r = web_request().account_unreadbadgecount() r = web_request().account_unreadbadgecount()
print("======",r) print("=====",r)
if r["error"] == 0: if r["error"] == 0:
assert r["error"] == param["assert"] assert r["error"] == param["assert"]
# elif r["error"] == 1: # elif r["error"] == 1:
......
...@@ -15,7 +15,7 @@ class TestArticleVideotoken: ...@@ -15,7 +15,7 @@ class TestArticleVideotoken:
def test_ArticleVideotokent(self,param): def test_ArticleVideotokent(self,param):
r = web_request().article_videotoken() r = web_request().article_videotoken()
print("======",r) print("=======",r)
if r["error"] == 0: if r["error"] == 0:
assert r["error"] == param["assert"] assert r["error"] == param["assert"]
# elif r["error"] == 1: # elif r["error"] == 1:
......
...@@ -15,7 +15,7 @@ class TestDoctorSubmechanisms: ...@@ -15,7 +15,7 @@ class TestDoctorSubmechanisms:
def test_DoctorSubmechanisms_data(self,param): def test_DoctorSubmechanisms_data(self,param):
r = web_request().doctor_submechanisms() r = web_request().doctor_submechanisms()
print("======",r) print("=======",r)
if r["error"] == 0: if r["error"] == 0:
assert r["error"] == param["assert"] assert r["error"] == param["assert"]
# elif r["error"] == 1: # elif r["error"] == 1:
......
service_list: service_list:
#我的商品菜单下有数据返回 #我的商品菜单下有数据返回1
- -
case: "我的商品-全部tab" case: "我的商品-全部tab"
page: "1" page: "1"
...@@ -8,6 +8,7 @@ service_list: ...@@ -8,6 +8,7 @@ service_list:
extra_filter_choice: "-1" extra_filter_choice: "-1"
assert: 1 assert: 1
- -
case: "我的商品-上线tab" case: "我的商品-上线tab"
page: "1" page: "1"
......
service_review_list: service_review_list:
#有数据返回 #有数据返回
- -
case: "商品审核-新商品审核" case: "商品审核-新商品审核 "
page: "1" page: "1"
pagesize: "10" pagesize: "10"
type: "0" type: "0"
......
...@@ -17,7 +17,7 @@ servicereview_option: ...@@ -17,7 +17,7 @@ servicereview_option:
- -
case: "商品修改审核-撤回审核" case: "商品修改审核-撤回审核 "
id: "209866" id: "209866"
type: "1" type: "1"
csrfmiddlewaretoken: "PC8uTySuxipukIMuqNV1OPB376C2ZZ3g" csrfmiddlewaretoken: "PC8uTySuxipukIMuqNV1OPB376C2ZZ3g"
......
tag_all: tag_all:
- -
case: "发布商品-选择类目跳转发布商品页面tag接口" case: "发布商品-选择类目跳转发布商品页面tag接口 "
assert: 0 assert: 0
\ No newline at end of file
account_unreadbadgecount: account_unreadbadgecount:
- -
case: "发布商品-选择类目跳转发布商品页面account接口" case: "发布商品-选择类目跳转发布商品页面account接口 "
assert: 0 assert: 0
\ No newline at end of file
article_videotoken: article_videotoken:
- -
case: "发布商品-选择类目跳转发布商品页面article接口" case: "发布商品-选择类目跳转发布商品页面article接口 "
assert: 0 assert: 0
\ No newline at end of file
doctor_submechanisms: doctor_submechanisms:
- -
case: "发布商品-选择类目跳转发布商品页面doctor接口" case: "发布商品-选择类目跳转发布商品页面doctor接口 "
assert: 0 assert: 0
\ No newline at end of file
Markdown is supported
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