Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
backend_auto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邓莹莹
backend_auto
Commits
b88b11d7
Commit
b88b11d7
authored
Jun 22, 2021
by
张淑琴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
09f7e236
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
26 additions
and
8 deletions
+26
-8
conversation_request.py
all_backend_api/conversation_request.py
+1
-0
web2_request.py
all_doctor_api/web2_request.py
+6
-0
web2_request.yaml
all_doctor_api/web2_request.yaml
+10
-0
host.yaml
host.yaml
+2
-2
path_setting.py
path_setting.py
+1
-1
test_message_read.py
test_backend_case/conversation_case/test_message_read.py
+1
-0
message_read.yaml
test_backend_data/conversation_data/message_read.yaml
+3
-3
send_msg.yaml
test_backend_data/im_data/send_msg.yaml
+1
-1
private_conversation.yaml
..._data/private_conversation_data/private_conversation.yaml
+1
-1
No files found.
all_backend_api/conversation_request.py
View file @
b88b11d7
...
...
@@ -22,6 +22,7 @@ class conversation_request(BaseRequest):
if
__name__
==
'__main__'
:
print
(
conversation_request
()
.
message_read
(
"beijing"
,
1
,
'[10622,10626,10646,10651]'
))
print
(
"---------"
)
print
(
conversation_request
()
.
detail_messageid
(
10
,
0
,
0
))
...
...
all_doctor_api/web2_request.py
View file @
b88b11d7
...
...
@@ -51,6 +51,10 @@ class web2_request(BaseRequest):
def
artemis_add_value_order_id_detail
(
self
):
"我的服务订单-已购买"
return
self
.
api_send
(
self
.
SERVICE_URL
[
"artemis_add_value_order_id_detail"
])
def
artemis_ad_packageorder_detail
(
self
,
package_order_id
):
"我的服务订单-已支付广告包"
self
.
params
[
"package_order_id"
]
=
package_order_id
return
self
.
api_send
(
self
.
SERVICE_URL
[
"artemis_ad_packageorder_detail"
])
...
...
@@ -66,4 +70,6 @@ if __name__ == '__main__':
print
(
web2_request
()
.
service_deletelist
(
"1"
))
#商品回收站
print
(
web2_request
()
.
artemis_ad_add_shopping_cart_info
())
print
(
web2_request
()
.
artemis_add_value_order_id_detail
())
print
(
"---11233353667----"
)
#print(web2_request().artemis_ad_packageorder_detail("685529883901"))
all_doctor_api/web2_request.yaml
View file @
b88b11d7
...
...
@@ -80,4 +80,13 @@ artemis_add_value_order_id_detail:
params
:
{}
data
:
{}
json
:
{}
isLogin
:
1
#需要登录
artemis_ad_packageorder_detail
:
method
:
get
url
:
/api/web2/artemis/ad/packageorder/detail
params
:
package_order_id:${package_order_id}
data
:
{}
json
:
{}
isLogin
:
1
#需要登录
\ No newline at end of file
host.yaml
View file @
b88b11d7
develop_host
:
#
backend: http://backend.paas-develop.env
backend
:
http://backend.paas-develop.env
# om: http://om.paas-develop.env
doctor
:
http://doctor.paas-develop.env
#
doctor: http://doctor.paas-develop.env
# backend: https://backend.igengmei.com
path_setting.py
View file @
b88b11d7
...
...
@@ -426,7 +426,7 @@ ADTYPELIST=os.path.join(BASE_DIR, "backend_auto/test_doctor_data/web_data", "art
ADADDSHOPPINGCARTINFO
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"artemis_ad_add_shopping_cart_info.yaml"
)
#医生后台-我的服务订单
ORDERLIST
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web_data"
,
"artemis_order_list.yaml"
)
#医生后台-我的服务订单-已上线订单
#医生后台-我的服务订单-已上线
/待审核/待上线/已下线
订单
ORDERIDDETAIL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web_data"
,
"artemis_order_id_detail.yaml"
)
#医生后台-我的服务订单-已购买订单
VALUEORDERIDDETAIL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"artemis_add_value_order_id_detail.yaml"
)
...
...
test_backend_case/conversation_case/test_message_read.py
View file @
b88b11d7
...
...
@@ -15,6 +15,7 @@ class TestMessageRead:
@pytest.mark.parametrize
(
"param"
,
messageread_data
,
ids
=
messageread_case
)
def
test_message_read
(
self
,
param
):
r
=
conversation_request
()
.
message_read
(
param
[
"current_city_id"
],
param
[
"release"
],
param
[
"message_ids"
])
print
(
r
)
if
r
[
"error"
]
==
0
:
assert
r
[
"data"
][
"success"
]
==
param
[
"assert"
]
#if r["error"] == 0:
...
...
test_backend_data/conversation_data/message_read.yaml
View file @
b88b11d7
...
...
@@ -5,5 +5,5 @@ message_read:
current_city_id
:
"
beijing"
release
:
1
#uqid: "1B519701-A4F5-453E-9D99-140B5AF697A0"
message_ids
:
[
10622
,
10626
,
10646
,
10651
]
assert
:
"
true"
\ No newline at end of file
message_ids
:
"
[10622,10626,10646,10651]"
assert
:
True
\ No newline at end of file
test_backend_data/im_data/send_msg.yaml
View file @
b88b11d7
...
...
@@ -15,7 +15,7 @@ send_msg:
#验证失败case
-
case
:
"
给咨询师发送消息失败
"
case
:
"
参数传值错误case:提示—服务器开小差了~
"
#current_city_id: beijing
conversation_id
:
463465
is_system
:
0
...
...
test_backend_data/private_conversation_data/private_conversation.yaml
View file @
b88b11d7
...
...
@@ -15,7 +15,7 @@ private_conversation:
#验证成功case
-
case
:
"
发送消息成功
"
case
:
"
未登录case:提示请登录
"
content
:
"
你好"
target_uid
:
358749351
referrer
:
"
message_home"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment