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
36af48b6
Commit
36af48b6
authored
Aug 13, 2021
by
林颖
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'common_dev' of
http://git.wanmeizhensuo.com/dengyingying/backend_auto
into common_dev
parents
69d4f3f3
789f4d52
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
453 additions
and
19 deletions
+453
-19
conversation_request.py
all_backend_api/conversation_request.py
+10
-0
conversation_request.yaml
all_backend_api/conversation_request.yaml
+13
-0
janus_live_request.py
all_backend_api/janus_live_request.py
+15
-3
janus_live_request.yaml
all_backend_api/janus_live_request.yaml
+14
-0
live_request.py
all_backend_api/live_request.py
+20
-6
live_request.yaml
all_backend_api/live_request.yaml
+22
-0
web2_request.py
all_doctor_api/web2_request.py
+5
-0
web2_request.yaml
all_doctor_api/web2_request.yaml
+10
-0
web_request.py
all_doctor_api/web_request.py
+24
-5
web_request.yaml
all_doctor_api/web_request.yaml
+27
-0
achelous_request.py
all_om_api/achelous_request.py
+1
-1
achelous_request.yaml
all_om_api/achelous_request.yaml
+1
-0
path_setting.py
path_setting.py
+22
-0
test_detail_live.py
test_backend_case/conversation_case/test_detail_live.py
+16
-0
test_add_live_gift.py
test_backend_case/janus_live_case/test_add_live_gift.py
+20
-0
test_replay_info.py
test_backend_case/live_case/test_replay_info.py
+18
-0
test_replay_msg.py
test_backend_case/live_case/test_replay_msg.py
+18
-0
detail_live.yaml
test_backend_data/conversation_data/detail_live.yaml
+6
-0
add_live_gift.yaml
test_backend_data/janus_live_data/add_live_gift.yaml
+11
-0
replay_info.yaml
test_backend_data/live_data/replay_info.yaml
+8
-0
replay_msg.yaml
test_backend_data/live_data/replay_msg.yaml
+8
-0
topic_reply_create.yaml
test_backend_data/topic_data/topic_reply_create.yaml
+1
-1
test_cpc_doctor_promote_flows.py
test_doctor_case/web2_case/test_cpc_doctor_promote_flows.py
+23
-0
test_cpc_community_promote_flows.py
..._doctor_case/web_case/test_cpc_community_promote_flows.py
+23
-0
test_cpc_promote_flows.py
test_doctor_case/web_case/test_cpc_promote_flows.py
+22
-0
test_cpc_promote_flows_excel.py
test_doctor_case/web_case/test_cpc_promote_flows_excel.py
+20
-0
cpc_doctor_promote_flows.yaml
test_doctor_data/web2_data/cpc_doctor_promote_flows.yaml
+18
-0
cpc_community_promote_flows.yaml
test_doctor_data/web_data/cpc_community_promote_flows.yaml
+18
-0
cpc_promote_flows.yaml
test_doctor_data/web_data/cpc_promote_flows.yaml
+18
-0
cpc_promote_flows_excel.yaml
test_doctor_data/web_data/cpc_promote_flows_excel.yaml
+18
-0
check_sku_ids.yaml
test_om_data/beautycard_data/check_sku_ids.yaml
+1
-1
get_related_bc.yaml
test_om_data/beautycard_data/get_related_bc.yaml
+2
-2
No files found.
all_backend_api/conversation_request.py
View file @
36af48b6
...
@@ -19,11 +19,21 @@ class conversation_request(BaseRequest):
...
@@ -19,11 +19,21 @@ class conversation_request(BaseRequest):
self
.
params
[
"offset_msg_id"
]
=
offset_msg_id
self
.
params
[
"offset_msg_id"
]
=
offset_msg_id
return
self
.
api_send
(
self
.
messageread
[
"detail_messageid"
])
return
self
.
api_send
(
self
.
messageread
[
"detail_messageid"
])
#直播间私信主播
def
detail_live
(
self
,
referrer_id
):
# self.params["referrer"] = referrer
self
.
params
[
"referrer_id"
]
=
referrer_id
# self.params["last_msg_id"] = last_msg_id
# self.params["offset_msg_id"] = offset_msg_id
return
self
.
api_send
(
self
.
messageread
[
"detail_live"
])
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
print
(
conversation_request
()
.
message_read
(
"beijing"
,
1
,
'[10622,10626,10646,10651]'
))
print
(
conversation_request
()
.
message_read
(
"beijing"
,
1
,
'[10622,10626,10646,10651]'
))
print
(
"---------"
)
print
(
"---------"
)
print
(
conversation_request
()
.
detail_messageid
(
10
,
0
,
0
))
print
(
conversation_request
()
.
detail_messageid
(
10
,
0
,
0
))
print
(
conversation_request
()
.
detail_live
(
737
))
...
...
all_backend_api/conversation_request.yaml
View file @
36af48b6
...
@@ -22,3 +22,16 @@ detail_messageid:
...
@@ -22,3 +22,16 @@ detail_messageid:
json
:
{}
json
:
{}
isLogin
:
1
#需要登录的接口
isLogin
:
1
#需要登录的接口
#直播间私信主播
detail_live
:
method
:
get
url
:
/api/conversation/detail/33909791_33910245
params
:
referrer
:
${referrer}
# referrer_id: ${referrer_id}
# last_msg_id: ${last_msg_id}
# offset_msg_id: ${offset_msg_id}
data
:
{}
json
:
{}
isLogin
:
1
all_backend_api/janus_live_request.py
View file @
36af48b6
...
@@ -8,6 +8,7 @@ class live_request(BaseRequest):
...
@@ -8,6 +8,7 @@ class live_request(BaseRequest):
self
.
data
=
self
.
api_load
(
path_setting
.
LIVEGIFTS_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
LIVEGIFTS_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
SEARCHSERVICE_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
SEARCHSERVICE_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
ADDLIVESERVICE_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
ADDLIVESERVICE_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
ADDLIVEGIFT_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
POP_SERVICE_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
POP_SERVICE_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
POP_GIFT_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
POP_GIFT_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
GET_GIFT_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
GET_GIFT_CONFIG
)
...
@@ -70,6 +71,15 @@ class live_request(BaseRequest):
...
@@ -70,6 +71,15 @@ class live_request(BaseRequest):
self
.
params
[
"version"
]
=
version
self
.
params
[
"version"
]
=
version
return
self
.
api_send
(
self
.
data
[
"pop_service"
])
return
self
.
api_send
(
self
.
data
[
"pop_service"
])
#主播-推荐袋添加尾款券(主播账号为机构或医生)
def
add_live_gift
(
self
,
channel_id
,
doctor_gift_ids
,
platform_gift_ids
,
stream_id
,
version
,
device_id
=
'97B6764B-2135-4761-9911-701C38CBC272'
):
self
.
params
[
"channel_id"
]
=
channel_id
self
.
params
[
"doctor_gift_ids"
]
=
doctor_gift_ids
self
.
params
[
"platform_gift_ids"
]
=
platform_gift_ids
self
.
params
[
"stream_id"
]
=
stream_id
self
.
params
[
"version"
]
=
version
return
self
.
api_send
(
self
.
data
[
"add_live_gift"
])
#om后台-弹出美券
#om后台-弹出美券
def
pop_gift
(
self
,
stream_id
,
gift_id
,
version
,
device_id
=
'97B6764B-2135-4761-9911-701C38CBC272'
):
def
pop_gift
(
self
,
stream_id
,
gift_id
,
version
,
device_id
=
'97B6764B-2135-4761-9911-701C38CBC272'
):
self
.
params
[
"stream_id"
]
=
stream_id
self
.
params
[
"stream_id"
]
=
stream_id
...
@@ -131,9 +141,11 @@ if __name__ == '__main__':
...
@@ -131,9 +141,11 @@ if __name__ == '__main__':
# print(live_request().search_service("beijing", "745", "", "0", "20", "7.45.0"))
# print(live_request().search_service("beijing", "745", "", "0", "20", "7.45.0"))
# print(live_request().add_live_service("745", "560641", "7.45.0"))
# print(live_request().add_live_service("745", "560641", "7.45.0"))
# print(live_request().delete_live_service("745", "7242", "7.45.0"))
# print(live_request().delete_live_service("745", "7242", "7.45.0"))
#print(live_request().m_get_channel_status("745", "7.46.0"))
#
print(live_request().m_get_channel_status("745", "7.46.0"))
# print(live_request().mark_live_service("4233", "745", "7269", "1", "746.0"))
# print(live_request().mark_live_service("4233", "745", "7269", "1", "746.0"))
# print(live_request().audience_services("4179","739","0","20"))
# print(live_request().audience_services("4179","739","0","20"))
# print(live_request().pop_service("4266", "7324", "1", "746.0"))
# print(live_request().pop_service("4266", "7324", "1", "746.0"))
print
(
live_request
()
.
add_live_gift
(
"739"
,
"59127"
,
""
,
"4283"
,
"7.45.0"
))
print
(
live_request
()
.
delete_live_gift
(
"739"
,
"59127"
,
"1"
,
"4283"
,
"7.45.0"
))
# print(live_request().pop_gift("4271", "59124", "746.0"))
# print(live_request().pop_gift("4271", "59124", "746.0"))
print
(
live_request
()
.
get_gift
(
"59124"
,
"746.0"
))
# print(live_request().get_gift( "59124", "746.0"))
\ No newline at end of file
\ No newline at end of file
all_backend_api/janus_live_request.yaml
View file @
36af48b6
...
@@ -65,6 +65,20 @@ pop_service:
...
@@ -65,6 +65,20 @@ pop_service:
json
:
{}
json
:
{}
isLogin
:
1
isLogin
:
1
#主播-推荐袋添加尾款券(主播账号为机构或医生)
add_live_gift
:
method
:
POST
url
:
/api/janus/live/add_live_gift
params
:
version
:
${version}
data
:
channel_id
:
${channel_id}
doctor_gift_ids
:
${doctor_gift_ids}
platform_gift_ids
:
${platform_gift_ids}
stream_id
:
${stream_id}
json
:
{}
isLogin
:
1
#om后台-弹出美券
#om后台-弹出美券
pop_gift
:
pop_gift
:
method
:
GET
method
:
GET
...
...
all_backend_api/live_request.py
View file @
36af48b6
...
@@ -46,6 +46,18 @@ class living_request(BaseRequest):
...
@@ -46,6 +46,18 @@ class living_request(BaseRequest):
self
.
params
[
"version"
]
=
version
self
.
params
[
"version"
]
=
version
return
self
.
api_send
(
self
.
data
[
"finish"
])
return
self
.
api_send
(
self
.
data
[
"finish"
])
#直播回放-进入直播间
def
replay_info
(
self
,
topic_id
,
version
,
device_id
=
"97B6764B-2135-4761-9911-701C38CBC272"
):
self
.
params
[
"topic_id"
]
=
topic_id
self
.
params
[
"version"
]
=
version
return
self
.
api_send
(
self
.
data
[
"replay_info"
])
#直播回放-查看直播间弹幕
def
replay_msg
(
self
,
topic_id
,
version
,
device_id
=
"97B6764B-2135-4761-9911-701C38CBC272"
):
self
.
params
[
"topic_id"
]
=
topic_id
self
.
params
[
"version"
]
=
version
return
self
.
api_send
(
self
.
data
[
"replay_msg"
])
#主播-分享按钮的点击
#主播-分享按钮的点击
def
get_live_info_audience
(
self
,
channel_id
,
version
,
device_id
=
"97B6764B-2135-4761-9911-701C38CBC272"
):
def
get_live_info_audience
(
self
,
channel_id
,
version
,
device_id
=
"97B6764B-2135-4761-9911-701C38CBC272"
):
self
.
params
[
"channel_id"
]
=
channel_id
self
.
params
[
"channel_id"
]
=
channel_id
...
@@ -56,8 +68,10 @@ class living_request(BaseRequest):
...
@@ -56,8 +68,10 @@ class living_request(BaseRequest):
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
(
living_request
()
.
danmu_v2
(
"739"
,
"1"
))
# (living_request().danmu_v2("739", "1"))
(
living_request
()
.
pushlive_info
(
"小冤家"
,
"2021/04/22/1003/cef471cff5e6"
,
""
,
"1"
,
"1"
,
"1"
))
# (living_request().pushlive_info("小冤家", "2021/04/22/1003/cef471cff5e6", "", "1", "1", "1"))
print
(
living_request
()
.
sendmsg
(
"739"
,
"你好"
))
# print (living_request().sendmsg("739","你好"))
print
(
living_request
()
.
finish
(
"745"
,
"746.0"
))
# print(living_request().finish("745", "746.0"))
print
(
living_request
()
.
get_live_info_audience
(
"745"
,
"7.46.0"
))
# print(living_request().get_live_info_audience("745", "7.46.0"))
\ No newline at end of file
# print(living_request().replay_info("123456978", "746.0"))
print
(
living_request
()
.
replay_msg
(
"123456978"
,
"746.0"
))
\ No newline at end of file
all_backend_api/live_request.yaml
View file @
36af48b6
...
@@ -69,6 +69,28 @@ finish:
...
@@ -69,6 +69,28 @@ finish:
json
:
{}
json
:
{}
isLogin
:
1
isLogin
:
1
#直播回放-进入直播间
replay_info
:
method
:
GET
url
:
/api/live/replay_info
params
:
topic_id
:
${topic_id}
version
:
${version}
data
:
{}
json
:
{}
isLogin
:
1
#直播回放-查看直播间弹幕
replay_msg
:
method
:
GET
url
:
/api/live/replay_msg
params
:
topic_id
:
${topic_id}
version
:
${version}
data
:
{}
json
:
{}
isLogin
:
1
#主播-分享按钮的点击
#主播-分享按钮的点击
get_live_info_audience
:
get_live_info_audience
:
method
:
GET
method
:
GET
...
...
all_doctor_api/web2_request.py
View file @
36af48b6
...
@@ -78,6 +78,10 @@ class web2_request(BaseRequest):
...
@@ -78,6 +78,10 @@ class web2_request(BaseRequest):
self
.
params
[
"category_id"
]
=
category_id
self
.
params
[
"category_id"
]
=
category_id
return
self
.
api_send
(
self
.
SERVICE_URL
[
"artemis_cpc_category_service_ids"
])
return
self
.
api_send
(
self
.
SERVICE_URL
[
"artemis_cpc_category_service_ids"
])
def
cpc_doctor_promote_flows
(
self
,
month
):
"点点通机构-历史每月推广明细"
self
.
params
[
"month"
]
=
month
return
self
.
api_send
(
self
.
SERVICE_URL
[
"cpc_doctor_promote_flows"
])
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
print
(
web2_request
()
.
service_list
(
"1"
,
"10"
,
"-1"
,
"-1"
))
print
(
web2_request
()
.
service_list
(
"1"
,
"10"
,
"-1"
,
"-1"
))
...
@@ -92,4 +96,5 @@ if __name__ == '__main__':
...
@@ -92,4 +96,5 @@ if __name__ == '__main__':
print
(
web2_request
()
.
artemis_cpc_categorypromotemanage_list
(
-
1
,
-
1
))
print
(
web2_request
()
.
artemis_cpc_categorypromotemanage_list
(
-
1
,
-
1
))
print
(
web2_request
()
.
artemis_cpc_category_query
(
"wangyang"
,
0
))
print
(
web2_request
()
.
artemis_cpc_category_query
(
"wangyang"
,
0
))
print
(
web2_request
()
.
artemis_cpc_category_service_ids
(
1
,
10
,
-
1
,
8
))
print
(
web2_request
()
.
artemis_cpc_category_service_ids
(
1
,
10
,
-
1
,
8
))
print
(
web2_request
()
.
cpc_doctor_promote_flows
(
"2021-7"
))
all_doctor_api/web2_request.yaml
View file @
36af48b6
...
@@ -121,4 +121,13 @@ artemis_cpc_category_service_ids:
...
@@ -121,4 +121,13 @@ artemis_cpc_category_service_ids:
category_id
:
${category_id}
category_id
:
${category_id}
data
:
{}
data
:
{}
json
:
{}
json
:
{}
isLogin
:
1
#需要登录
cpc_doctor_promote_flows
:
method
:
get
url
:
/api/web2/cpc_doctor/promote/flows
params
:
month
:
${month}
data
:
{}
json
:
{}
isLogin
:
1
#需要登录
isLogin
:
1
#需要登录
\ No newline at end of file
all_doctor_api/web_request.py
View file @
36af48b6
...
@@ -63,37 +63,53 @@ class web_request(BaseRequest):
...
@@ -63,37 +63,53 @@ class web_request(BaseRequest):
# return self.api_send(self.ACCOUNT_URL["file_upload"])
# return self.api_send(self.ACCOUNT_URL["file_upload"])
def
cpc_homepage
(
self
):
def
cpc_homepage
(
self
):
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_homepage"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_homepage"
])
def
artemis_ad_type_list
(
self
):
def
artemis_ad_type_list
(
self
):
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"artemis_ad_type_list"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"artemis_ad_type_list"
])
def
artemis_order_list
(
self
,
status
,
page
):
def
artemis_order_list
(
self
,
status
,
page
):
self
.
params
[
"status"
]
=
status
self
.
params
[
"status"
]
=
status
self
.
params
[
"page"
]
=
page
self
.
params
[
"page"
]
=
page
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"artemis_order_list"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"artemis_order_list"
])
def
artemis_order_id_detail
(
self
):
def
artemis_order_id_detail
(
self
):
"上线中订单详情页"
"上线中订单详情页"
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"artemis_order_id_detail"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"artemis_order_id_detail"
])
def
cpc_community_homepage
(
self
):
def
cpc_community_homepage
(
self
):
"点点通-内容-概览"
"点点通-内容-概览"
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_homepage"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_homepage"
])
def
cpc_community_diaries
(
self
):
def
cpc_community_diaries
(
self
):
"点点通-内容-数据统计-内容"
"点点通-内容-数据统计-内容"
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_diaries"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_diaries"
])
def
cpc_community_data_info
(
self
,
diary_id
,
start_time
,
end_time
):
def
cpc_community_data_info
(
self
,
diary_id
,
start_time
,
end_time
):
"点点通-内容-数据统计"
"点点通-内容-数据统计"
self
.
params
[
"diary_id"
]
=
diary_id
self
.
params
[
"diary_id"
]
=
diary_id
self
.
params
[
"start_time"
]
=
start_time
self
.
params
[
"start_time"
]
=
start_time
self
.
params
[
"end_time"
]
=
end_time
self
.
params
[
"end_time"
]
=
end_time
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_data_info"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_data_info"
])
def
cpc_community_click_logs
(
self
,
page
):
def
cpc_community_click_logs
(
self
,
page
):
"点点通-内容-推广明细"
"点点通-内容-推广明细"
self
.
params
[
"page"
]
=
page
self
.
params
[
"page"
]
=
page
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_click_logs"
])
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_click_logs"
])
def
cpc_promote_flows
(
self
,
month
):
"点点通商品-历史每月推广明细"
self
.
params
[
"month"
]
=
month
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_promote_flows"
])
def
cpc_promote_flows_excel
(
self
,
month
):
"点点通商品-历史每月推广明细-导出"
self
.
params
[
"month"
]
=
month
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_promote_flows_excel"
])
def
cpc_community_promote_flows
(
self
,
month
):
"点点通内容-历史每月推广明细"
self
.
params
[
"month"
]
=
month
return
self
.
api_send
(
self
.
ACCOUNT_URL
[
"cpc_community_promote_flows"
])
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
...
@@ -118,4 +134,7 @@ if __name__ == '__main__':
...
@@ -118,4 +134,7 @@ if __name__ == '__main__':
print
(
web_request
()
.
cpc_community_homepage
())
print
(
web_request
()
.
cpc_community_homepage
())
print
(
web_request
()
.
cpc_community_diaries
())
print
(
web_request
()
.
cpc_community_diaries
())
print
(
web_request
()
.
cpc_community_data_info
(
"15604767"
,
"2021-07-02"
,
"2021-07-12"
))
print
(
web_request
()
.
cpc_community_data_info
(
"15604767"
,
"2021-07-02"
,
"2021-07-12"
))
print
(
web_request
()
.
cpc_community_click_logs
(
1
))
print
(
web_request
()
.
cpc_community_click_logs
(
1
))
\ No newline at end of file
print
(
web_request
()
.
cpc_promote_flows
(
"2021-7"
))
print
(
web_request
()
.
cpc_promote_flows_excel
(
"2021-7"
))
print
(
web_request
()
.
cpc_community_promote_flows
(
"2021-7"
))
\ No newline at end of file
all_doctor_api/web_request.yaml
View file @
36af48b6
...
@@ -190,3 +190,30 @@ cpc_community_click_logs:
...
@@ -190,3 +190,30 @@ cpc_community_click_logs:
data
:
{}
data
:
{}
json
:
{}
json
:
{}
isLogin
:
1
#需要登录
isLogin
:
1
#需要登录
cpc_promote_flows
:
method
:
get
url
:
/api/web/cpc/promote/flows
params
:
month
:
${month}
data
:
{}
json
:
{}
isLogin
:
1
#需要登录
cpc_promote_flows_excel
:
method
:
get
url
:
/api/web/cpc/promote/flows/excel
params
:
month
:
${month}
data
:
{}
json
:
{}
isLogin
:
1
#需要登录
cpc_community_promote_flows
:
method
:
get
url
:
/api/web/cpc_community/promote/flows
params
:
month
:
${month}
data
:
{}
json
:
{}
isLogin
:
1
#需要登录
all_om_api/achelous_request.py
View file @
36af48b6
...
@@ -4,7 +4,7 @@ from in_common.base_request import BaseRequest
...
@@ -4,7 +4,7 @@ from in_common.base_request import BaseRequest
class
achelous_request
(
BaseRequest
):
class
achelous_request
(
BaseRequest
):
def
__init__
(
self
):
def
__init__
(
self
):
self
.
data
=
self
.
api_load
(
path_setting
.
ACHELOUS_REQUEST_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
ACHELOUS_REQUEST_CONFIG
)
#直播间批量添加商品
def
batch_add_service
(
self
,
stream_id
,
service_item_ids
):
def
batch_add_service
(
self
,
stream_id
,
service_item_ids
):
self
.
params
[
"stream_id"
]
=
stream_id
self
.
params
[
"stream_id"
]
=
stream_id
self
.
params
[
"service_item_ids"
]
=
service_item_ids
self
.
params
[
"service_item_ids"
]
=
service_item_ids
...
...
all_om_api/achelous_request.yaml
View file @
36af48b6
#批量添加直播间商品
batch_add_service
:
batch_add_service
:
method
:
post
method
:
post
url
:
/achelous/live/batch_add_service
url
:
/achelous/live/batch_add_service
...
...
path_setting.py
View file @
36af48b6
...
@@ -305,6 +305,8 @@ DETAIL_MESSAGEID = os.path.join(BASE_DIR, "backend_auto/test_backend_data/conver
...
@@ -305,6 +305,8 @@ DETAIL_MESSAGEID = os.path.join(BASE_DIR, "backend_auto/test_backend_data/conver
#消息
#消息
MESSAGE_READ_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"conversation_request.yaml"
)
MESSAGE_READ_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"conversation_request.yaml"
)
MESSAGE_READ
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/conversation_data"
,
"message_read.yaml"
)
MESSAGE_READ
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/conversation_data"
,
"message_read.yaml"
)
#直播私信主播
DETAIL_LIVE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/conversation_data"
,
"detail_live.yaml"
)
#消息页未读数
#消息页未读数
UNREAD_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"notification_request.yaml"
)
UNREAD_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"notification_request.yaml"
)
...
@@ -485,6 +487,14 @@ CPCCATEGORYPROMOTEMANAGELIST=os.path.join(BASE_DIR, "backend_auto/test_doctor_da
...
@@ -485,6 +487,14 @@ CPCCATEGORYPROMOTEMANAGELIST=os.path.join(BASE_DIR, "backend_auto/test_doctor_da
CPCCATEGORYQUERY
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"artemis_cpc_category_query.yaml"
)
CPCCATEGORYQUERY
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"artemis_cpc_category_query.yaml"
)
#医生后台-点点通商品-品类推广管理-新增推广品类-关联美购
#医生后台-点点通商品-品类推广管理-新增推广品类-关联美购
CPCCATEGORYSERVICEIDS
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"artemis_cpc_category_service_ids.yaml"
)
CPCCATEGORYSERVICEIDS
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"artemis_cpc_category_service_ids.yaml"
)
#医生后台-点点通商品-历史每月推广数据
CPCPROMOTEFLOWS
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web_data"
,
"cpc_promote_flows.yaml"
)
#医生后台-点点通商品-历史每月推广数据-导出
CPCPROMOTEFLOWSEXCEL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web_data"
,
"cpc_promote_flows_excel.yaml"
)
#医生后台-点点通内容-历史每月推广数据
CPCCOMMUNITYPROMOTEFLOWS
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web_data"
,
"cpc_community_promote_flows.yaml"
)
#医生后台-点点通机构-历史每月推广数据
CPCDOCTORPROMOTEFLOWS
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"cpc_doctor_promote_flows.yaml"
)
...
@@ -615,6 +625,10 @@ SEARCHGIFTS = os.path.join(BASE_DIR, "backend_auto/test_backend_data/janus_live_
...
@@ -615,6 +625,10 @@ SEARCHGIFTS = os.path.join(BASE_DIR, "backend_auto/test_backend_data/janus_live_
ADDLIVESERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_live_request.yaml"
)
ADDLIVESERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_live_request.yaml"
)
ADDLIVESERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_live_data"
,
"add_live_service.yaml"
)
ADDLIVESERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_live_data"
,
"add_live_service.yaml"
)
#主播-推荐袋添加尾款券(主播账号为机构或医生)
ADDLIVEGIFT_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_live_request.yaml"
)
ADDLIVEGIFT
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_live_data"
,
"add_live_gift.yaml"
)
#主播-添加商品后,购物车上方弹出商品卡片
#主播-添加商品后,购物车上方弹出商品卡片
POP_SERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_live_request.yaml"
)
POP_SERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_live_request.yaml"
)
POP_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_live_data"
,
"pop_service.yaml"
)
POP_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_live_data"
,
"pop_service.yaml"
)
...
@@ -651,6 +665,14 @@ LEAVE = os.path.join(BASE_DIR, "backend_auto/test_backend_data/live_data", "leav
...
@@ -651,6 +665,14 @@ LEAVE = os.path.join(BASE_DIR, "backend_auto/test_backend_data/live_data", "leav
FINISH_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"live_request.yaml"
)
FINISH_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"live_request.yaml"
)
FINISH
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/live_data"
,
"finish.yaml"
)
FINISH
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/live_data"
,
"finish.yaml"
)
#直播结束-主播下播
REPLAY_INFO_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"live_request.yaml"
)
REPLAY_INFO
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/live_data"
,
"replay_info.yaml"
)
#直播回放-查看直播间弹幕
REPLAY_MSG_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"live_request.yaml"
)
REPLAY_MSG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/live_data"
,
"replay_msg.yaml"
)
#主播标记讲解商品+取消标记
#主播标记讲解商品+取消标记
MARK_LIVE_SERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_live_request.yaml"
)
MARK_LIVE_SERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_live_request.yaml"
)
MARK_LIVE_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_live_data"
,
"mark_live_service.yaml"
)
MARK_LIVE_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_live_data"
,
"mark_live_service.yaml"
)
...
...
test_backend_case/conversation_case/test_detail_live.py
0 → 100644
View file @
36af48b6
import
pytest
import
path_setting
from
ids_list
import
get_ids
from
in_common.base_request
import
BaseRequest
from
all_backend_api.conversation_request
import
conversation_request
class
TestDetailLive
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
DETAIL_LIVE
)
detail_live_case
,
detail_live_data
=
get_ids
(
data
,
"detail_live"
)
@pytest.mark.parametrize
(
"param"
,
detail_live_data
,
ids
=
detail_live_case
)
def
test_detail_live
(
self
,
param
):
r
=
conversation_request
()
.
detail_live
(
param
[
"referrer_id"
])
if
r
[
"error"
]
==
0
:
assert
r
[
"error"
]
==
param
[
"assert"
]
\ No newline at end of file
test_backend_case/janus_live_case/test_add_live_gift.py
0 → 100644
View file @
36af48b6
import
pytest
import
path_setting
from
all_backend_api.janus_live_request
import
live_request
from
ids_list
import
get_ids
from
in_common.base_request
import
BaseRequest
class
TestAddLiveGift
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
ADDLIVEGIFT
)
addlivegift_case
,
addlivegift_data
=
get_ids
(
data
,
"add_live_gift"
)
@pytest.mark.parametrize
(
"param"
,
addlivegift_data
,
ids
=
addlivegift_case
)
def
test_add_live_gift
(
self
,
param
):
print
(
111111111111111111111
)
r
=
live_request
()
.
add_live_gift
(
param
[
"channel_id"
],
param
[
"doctor_gift_ids"
],
param
[
"platform_gift_ids"
],
param
[
"stream_id"
],
param
[
"version"
])
if
r
[
"error"
]
==
0
:
assert
r
[
"data"
][
"toast"
]
==
param
[
"assert"
]
live_request
()
.
delete_live_gift
(
"739"
,
"59127"
,
"1"
,
"4283"
,
"7.45.0"
)
\ No newline at end of file
test_backend_case/live_case/test_replay_info.py
0 → 100644
View file @
36af48b6
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_backend_api.live_request
import
living_request
class
TestReplayInfo
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
REPLAY_INFO
)
replay_info_case
,
replay_info_data
=
get_ids
(
data
,
"replay_info"
)
@pytest.mark.parametrize
(
"param"
,
replay_info_data
,
ids
=
replay_info_case
)
def
test_replay_info
(
self
,
param
):
r
=
living_request
()
.
replay_info
(
param
[
"topic_id"
],
param
[
"version"
])
if
r
[
"error"
]
==
0
:
assert
r
[
"data"
][
"topic_id"
]
==
param
[
"assert"
]
print
(
"看看直播回放咯"
)
\ No newline at end of file
test_backend_case/live_case/test_replay_msg.py
0 → 100644
View file @
36af48b6
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_backend_api.live_request
import
living_request
class
TestReplayMsg
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
REPLAY_MSG
)
replay_msg_case
,
replay_msg_data
=
get_ids
(
data
,
"replay_msg"
)
@pytest.mark.parametrize
(
"param"
,
replay_msg_data
,
ids
=
replay_msg_case
)
def
test_replay_msg
(
self
,
param
):
r
=
living_request
()
.
replay_msg
(
param
[
"topic_id"
],
param
[
"version"
])
if
r
[
"error"
]
==
0
:
assert
r
[
"data"
][
"245"
][
0
][
"type"
]
==
param
[
"assert"
]
print
(
"看看直播回放的弹幕~"
)
\ No newline at end of file
test_backend_data/conversation_data/detail_live.yaml
0 → 100644
View file @
36af48b6
detail_live
:
-
case
:
"
直播私信主播"
referrer_id
:
737
assert
:
0
\ No newline at end of file
test_backend_data/janus_live_data/add_live_gift.yaml
0 → 100644
View file @
36af48b6
add_live_gift
:
#主播-推荐袋添加尾款券(主播账号为机构或医生)
-
case
:
"
主播-推荐袋添加尾款券(主播账号为机构或医生),尾款券添加成功"
channel_id
:
"
739"
doctor_gift_ids
:
"
59127"
platform_gift_ids
:
"
"
stream_id
:
"
4283"
version
:
"
7.45.0"
assert
:
成功添加1个美券
\ No newline at end of file
test_backend_data/live_data/replay_info.yaml
0 → 100644
View file @
36af48b6
replay_info
:
#看看直播回放咯
-
case
:
"
看看直播回放咯"
topic_id
:
"
123456978"
version
:
"
7.45.0"
assert
:
123456978
\ No newline at end of file
test_backend_data/live_data/replay_msg.yaml
0 → 100644
View file @
36af48b6
replay_msg
:
#看看直播回放的弹幕~
-
case
:
"
看看直播回放的弹幕~"
topic_id
:
"
123456978"
version
:
"
7.45.0"
assert
:
2
\ No newline at end of file
test_backend_data/topic_data/topic_reply_create.yaml
View file @
36af48b6
...
@@ -3,7 +3,7 @@ reply_create:
...
@@ -3,7 +3,7 @@ reply_create:
beuzhu
:
'
#
备注:
这个文件有冲突的话,那个版本都行不会影响,回退/接受当前版本都行,因为每次运行content都会改变'
beuzhu
:
'
#
备注:
这个文件有冲突的话,那个版本都行不会影响,回退/接受当前版本都行,因为每次运行content都会改变'
case
:
日记贴一级评论创建--正常校验&创建二级评论--正常校验
case
:
日记贴一级评论创建--正常校验&创建二级评论--正常校验
channel
:
benzhan
channel
:
benzhan
content
:
ces测试+2021-0
7-30 15:36:42
content
:
ces测试+2021-0
8-03 15:01:46
message
:
请勿回复重复内容
message
:
请勿回复重复内容
message1
:
回复成功
message1
:
回复成功
message2
:
你的回复有点频繁,稍后再来
message2
:
你的回复有点频繁,稍后再来
...
...
test_doctor_case/web2_case/test_cpc_doctor_promote_flows.py
0 → 100644
View file @
36af48b6
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_doctor_api.web2_request
import
web2_request
class
TestCpcDoctorPromoteFlows
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
CPCDOCTORPROMOTEFLOWS
)
cpcdoctorpromoteflows_case
,
cpcdoctorpromoteflows_data
=
get_ids
(
data
,
"cpc_doctor_promote_flows"
)
@pytest.mark.parametrize
(
"param"
,
cpcdoctorpromoteflows_data
,
ids
=
cpcdoctorpromoteflows_case
)
def
test_cpc_doctor_promote_flows
(
self
,
param
):
'''点点通商品-历史每月推广明细-导出'''
r
=
web2_request
()
.
cpc_doctor_promote_flows
(
param
[
"month"
])
if
r
[
"error"
]
==
0
:
flows_list
=
r
.
get
(
"data"
)
.
get
(
"flows_list"
,
[])
assert
len
(
flows_list
)
>=
param
[
"assert"
]
test_doctor_case/web_case/test_cpc_community_promote_flows.py
0 → 100644
View file @
36af48b6
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_doctor_api.web_request
import
web_request
class
TestCpcCommunityPromoteFlows
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
CPCCOMMUNITYPROMOTEFLOWS
)
cpccommunitypromoteflows_case
,
cpccommunitypromoteflows_data
=
get_ids
(
data
,
"cpc_community_promote_flows"
)
@pytest.mark.parametrize
(
"param"
,
cpccommunitypromoteflows_data
,
ids
=
cpccommunitypromoteflows_case
)
def
test_cpc_community_promote_flows
(
self
,
param
):
'''点点通商品-历史每月推广明细-导出'''
r
=
web_request
()
.
cpc_community_promote_flows
(
param
[
"month"
])
if
r
[
"error"
]
==
0
:
flows_list
=
r
.
get
(
"data"
)
.
get
(
"flows_list"
,
[])
assert
len
(
flows_list
)
>=
param
[
"assert"
]
test_doctor_case/web_case/test_cpc_promote_flows.py
0 → 100644
View file @
36af48b6
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_doctor_api.web_request
import
web_request
class
TestCpcPromoteFlows
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
CPCPROMOTEFLOWS
)
cpcpromoteflows_case
,
cpcpromoteflows_data
=
get_ids
(
data
,
"cpc_promote_flows"
)
@pytest.mark.parametrize
(
"param"
,
cpcpromoteflows_data
,
ids
=
cpcpromoteflows_case
)
def
test_cpc_promote_flows
(
self
,
param
):
'''点点通商品-历史每月推广明细'''
r
=
web_request
()
.
cpc_promote_flows
(
param
[
"month"
])
if
r
[
"error"
]
==
0
:
flows_list
=
r
.
get
(
"data"
)
.
get
(
"flows_list"
,
[])
assert
len
(
flows_list
)
>=
param
[
"assert"
]
test_doctor_case/web_case/test_cpc_promote_flows_excel.py
0 → 100644
View file @
36af48b6
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_doctor_api.web_request
import
web_request
class
TestCpcPromoteFlows
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
CPCPROMOTEFLOWSEXCEL
)
cpcpromoteflowsexcel_case
,
cpcpromoteflowsexcel_data
=
get_ids
(
data
,
"cpc_promote_flows_excel"
)
@pytest.mark.parametrize
(
"param"
,
cpcpromoteflowsexcel_data
,
ids
=
cpcpromoteflowsexcel_case
)
def
test_cpc_promote_flows_excel
(
self
,
param
):
'''点点通商品-历史每月推广明细-导出'''
r
=
web_request
()
.
cpc_promote_flows_excel
(
param
[
"month"
])
assert
r
[
"error"
]
==
0
test_doctor_data/web2_data/cpc_doctor_promote_flows.yaml
0 → 100644
View file @
36af48b6
cpc_doctor_promote_flows
:
#点点通机构-历史每月推广数据
-
case
:
"
点点通机构-历史每月推广数据-21年7月"
month
:
"
2021-7"
assert
:
0
-
case
:
"
点点通机构-历史每月推广数据-20年7月"
month
:
"
2020-7"
assert
:
0
-
case
:
"
点点通机构-历史每月推广数据-25年7月"
month
:
"
2025-7"
assert
:
0
\ No newline at end of file
test_doctor_data/web_data/cpc_community_promote_flows.yaml
0 → 100644
View file @
36af48b6
cpc_community_promote_flows
:
#点点通内容-历史每月推广数据
-
case
:
"
点点通内容-历史每月推广数据-21年7月"
month
:
"
2021-7"
assert
:
0
-
case
:
"
点点通内容-历史每月推广数据-20年7月"
month
:
"
2020-7"
assert
:
0
-
case
:
"
点点通内容-历史每月推广数据-25年7月"
month
:
"
2025-7"
assert
:
0
\ No newline at end of file
test_doctor_data/web_data/cpc_promote_flows.yaml
0 → 100644
View file @
36af48b6
cpc_promote_flows
:
#点点通商品-历史每月推广数据
-
case
:
"
点点通商品-历史每月推广数据-21年7月"
month
:
"
2021-7"
assert
:
0
-
case
:
"
点点通商品-历史每月推广数据-20年7月"
month
:
"
2020-7"
assert
:
0
-
case
:
"
点点通商品-历史每月推广数据-25年7月"
month
:
"
2025-7"
assert
:
0
\ No newline at end of file
test_doctor_data/web_data/cpc_promote_flows_excel.yaml
0 → 100644
View file @
36af48b6
cpc_promote_flows_excel
:
#点点通商品-历史每月推广数据-导出
-
case
:
"
点点通商品-历史每月推广数据-导出-21年7月"
month
:
"
2021-7"
assert
:
0
-
case
:
"
点点通商品-历史每月推广数据-导出-20年7月"
month
:
"
2020-7"
assert
:
0
-
case
:
"
点点通商品-历史每月推广数据-导出-25年7月"
month
:
"
2025-7"
assert
:
0
\ No newline at end of file
test_om_data/beautycard_data/check_sku_ids.yaml
View file @
36af48b6
...
@@ -3,7 +3,7 @@ check_sku_ids:
...
@@ -3,7 +3,7 @@ check_sku_ids:
#按SKU导入-导入单条数据,导入成功
#按SKU导入-导入单条数据,导入成功
-
-
case
:
"
按SKU导入-导入单条数据,导入成功"
case
:
"
按SKU导入-导入单条数据,导入成功"
sku_ids
:
'
[{"import_id":"10
066
","rank":0,"row":1}]'
sku_ids
:
'
[{"import_id":"10
252
","rank":0,"row":1}]'
assert
:
'
'
assert
:
'
'
#按SKU导入-导入单条数据,ID不存在
#按SKU导入-导入单条数据,ID不存在
...
...
test_om_data/beautycard_data/get_related_bc.yaml
View file @
36af48b6
...
@@ -48,7 +48,7 @@ get_related_bc:
...
@@ -48,7 +48,7 @@ get_related_bc:
bc_spu_id
:
"
"
bc_spu_id
:
"
"
page
:
"
0"
page
:
"
0"
page_size
:
"
10"
page_size
:
"
10"
assert
:
0
assert
:
None
#按SKU导入-根据专题和次卡spu_id、sku_id获取已添加页面次卡spu和sku列表
#按SKU导入-根据专题和次卡spu_id、sku_id获取已添加页面次卡spu和sku列表
-
-
...
@@ -58,7 +58,7 @@ get_related_bc:
...
@@ -58,7 +58,7 @@ get_related_bc:
bc_spu_id
:
"
100023"
bc_spu_id
:
"
100023"
page
:
"
0"
page
:
"
0"
page_size
:
"
10"
page_size
:
"
10"
assert
:
0
assert
:
None
#按SPU导入-录入错误的spu_id,点击查询
#按SPU导入-录入错误的spu_id,点击查询
-
-
...
...
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