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
bde756a2
Commit
bde756a2
authored
May 20, 2021
by
张慧
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
d4da7430
a6560a72
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
342 additions
and
30 deletions
+342
-30
diary_data_request.py
all_backend_api/diary_data_request.py
+2
-2
gmai_request.py
all_backend_api/gmai_request.py
+28
-3
gmai_request.yaml
all_backend_api/gmai_request.yaml
+24
-0
janus_request.py
all_backend_api/janus_request.py
+20
-0
janus_request.yaml
all_backend_api/janus_request.yaml
+15
-0
notification_request.py
all_backend_api/notification_request.py
+7
-2
notification_request.yaml
all_backend_api/notification_request.yaml
+14
-0
service_request.py
all_backend_api/service_request.py
+1
-1
user_request.py
all_backend_api/user_request.py
+17
-2
user_request.yaml
all_backend_api/user_request.yaml
+13
-2
host.yaml
host.yaml
+1
-1
base_request.py
in_common/base_request.py
+14
-5
path_setting.py
path_setting.py
+16
-9
test_plastic_analysis_v3.py
test_backend_case/gmai_case/test_plastic_analysis_v3.py
+17
-0
test_simulate_analyze.py
test_backend_case/gmai_case/test_simulate_analyze.py
+18
-0
test_tag_service.py
test_backend_case/janus_case/test_tag_service.py
+20
-0
test_readall.py
test_backend_case/notification_case/test_readall.py
+18
-0
test_home_v5.py
test_backend_case/service_case/test_home_v5.py
+2
-2
test_personal_center.py
test_backend_case/user_case/test_personal_center.py
+20
-0
plastic_analysis_v3.yaml
test_backend_data/gmai_data/plastic_analysis_v3.yaml
+17
-0
simulate_analyze.yaml
test_backend_data/gmai_data/simulate_analyze.yaml
+17
-0
tag_service.yaml
test_backend_data/janus_data/tag_service.yaml
+18
-0
readall.yaml
test_backend_data/notification_data/readall.yaml
+9
-0
home_v5.yaml
test_backend_data/service_data/home_v5.yaml
+1
-1
personal_center.yaml
test_backend_data/user_data/personal_center.yaml
+13
-0
No files found.
all_backend_api/diary_data_request.py
View file @
bde756a2
from
backend_auto
import
path_setting
import
path_setting
from
backend_auto.
in_common.base_request
import
BaseRequest
from
in_common.base_request
import
BaseRequest
class
diary_data_reqest
(
BaseRequest
):
class
diary_data_reqest
(
BaseRequest
):
...
...
all_backend_api/gmai_request.py
View file @
bde756a2
...
@@ -21,8 +21,33 @@ class gmai_request(BaseRequest):
...
@@ -21,8 +21,33 @@ class gmai_request(BaseRequest):
return
self
.
api_send
(
self
.
data
[
"eyelids_plastic"
])
return
self
.
api_send
(
self
.
data
[
"eyelids_plastic"
])
# 模拟发型
def
simulate_analyze
(
self
,
device_id
,
image_url
,
style_id
,
type_id
):
self
.
params
[
"device_id"
]
=
device_id
self
.
params
[
"image_url"
]
=
image_url
self
.
params
[
"style_id"
]
=
style_id
self
.
params
[
"type_id"
]
=
type_id
return
self
.
api_send
(
self
.
data
[
"simulate_analyze"
])
# AI测颜值
def
plastic_analysis_v3
(
self
,
device_id
,
image_url
,
landmark
,
cheek_style_classify_id
):
self
.
params
[
"device_id"
]
=
device_id
self
.
params
[
"image_url"
]
=
image_url
self
.
params
[
"landmark"
]
=
landmark
self
.
params
[
"cheek_style_classify_id"
]
=
cheek_style_classify_id
return
self
.
api_send
(
self
.
data
[
"analysis_v3"
])
if
__name__
==
'__main__'
:
print
(
gmai_request
()
.
simulate_analyze
(
"869412032478155"
,
"2021/06/02/1456/68c702f50309"
,
"3"
,
"7"
))
# landmark = '[{"x":248.60858,"y":454.0434},{"x":247.92863,"y":476.7021},{"x":248.8779,"y":499.36874},{"x":251.12755,"y":521.8638},{"x":254.58401,"y":544.24164},{"x":259.10333,"y":566.1669},{"x":264.02515,"y":588.0588},{"x":270.59506,"y":609.44214},{"x":279.6361,"y":629.6998},{"x":291.60773,"y":648.29407},{"x":305.6806,"y":665.26465},{"x":321.33615,"y":680.4736},{"x":338.2943,"y":694.64526},{"x":356.13144,"y":707.5386},{"x":375.71283,"y":717.8617},{"x":397.27545,"y":724.19965},{"x":419.9613,"y":726.1914},{"x":441.62817,"y":725.2733},{"x":462.6242,"y":719.917},{"x":481.41635,"y":710.3818},{"x":498.45187,"y":697.98035},{"x":514.59436,"y":684.40234},{"x":529.7782,"y":669.4685},{"x":543.08704,"y":653.1195},{"x":554.60706,"y":635.73456},{"x":563.3266,"y":617.3142},{"x":570.0075,"y":596.0911},{"x":575.7123,"y":574.78046},{"x":581.05774,"y":554.0385},{"x":585.48157,"y":533.1105},{"x":588.66907,"y":512.06683},{"x":590.4706,"y":490.68823},{"x":591.2653,"y":469.50403},{"x":279.37485,"y":410.2143},{"x":299.98352,"y":383.6742},{"x":331.64465,"y":375.0197},{"x":364.35858,"y":381.4741},{"x":395.4406,"y":394.20447},{"x":466.45248,"y":397.95},{"x":496.4015,"y":389.2094},{"x":527.33295,"y":386.7473},{"x":555.7313,"y":398.20285},{"x":571.48254,"y":425.62354},{"x":427.4568,"y":456.95285},{"x":426.77496,"y":483.84033},{"x":426.04883,"y":510.83325},{"x":425.32236,"y":537.75256},{"x":385.83856,"y":572.9858},{"x":403.71045,"y":573.0551},{"x":423.23145,"y":574.53534},{"x":442.28857,"y":574.4508},{"x":459.13876,"y":574.9396},{"x":307.80756,"y":458.6329},{"x":323.8154,"y":450.41855},{"x":359.07312,"y":453.8022},{"x":371.75238,"y":466.2728},{"x":355.36838,"y":470.9956},{"x":321.71375,"y":468.2021},{"x":479.14362,"y":470.68353},{"x":492.57837,"y":459.77023},{"x":526.78955,"y":459.34094},{"x":540.76917,"y":469.22626},{"x":526.91675,"y":477.2774},{"x":494.3828,"y":476.6469},{"x":307.39963,"y":402.42038},{"x":336.54358,"y":400.2494},{"x":365.31128,"y":405.05597},{"x":393.4093,"y":412.95276},{"x":466.55408,"y":416.23398},{"x":493.2259,"y":412.04782},{"x":520.28235,"y":410.81372},{"x":546.7446,"y":415.7663},{"x":341.78073,"y":449.21838},{"x":338.20166,"y":471.98853},{"x":342.39044,"y":460.15692},{"x":509.66327,"y":456.7909},{"x":510.57373,"y":479.22314},{"x":508.77704,"y":467.26038},{"x":399.44565,"y":461.61548},{"x":453.4572,"y":463.86423},{"x":384.4139,"y":527.5456},{"x":463.68613,"y":530.3157},{"x":369.6485,"y":554.5674},{"x":475.98178,"y":558.04224},{"x":358.72372,"y":632.25916},{"x":379.92645,"y":612.99927},{"x":406.5278,"y":600.8932},{"x":422.78525,"y":604.4064},{"x":439.0467,"y":601.5054},{"x":463.0918,"y":613.59924},{"x":480.34888,"y":633.28406},{"x":463.28207,"y":645.23676},{"x":442.62195,"y":651.3627},{"x":420.9704,"y":652.71295},{"x":398.036,"y":651.2082},{"x":376.4565,"y":644.82745},{"x":363.59555,"y":631.5963},{"x":392.39032,"y":626.09314},{"x":422.20786,"y":626.16754},{"x":449.31833,"y":626.3133},{"x":475.72333,"y":632.3503},{"x":448.87988,"y":625.9888},{"x":421.7511,"y":626.1827},{"x":392.28534,"y":625.9193},{"x":342.4176,"y":460.03064},{"x":508.8405,"y":467.07236}]'
# 测颜值和 上次结果
# print(gmai_request().plastic_analysis_v3("869412032478155", "2021/06/01/1524/8a28dd0a3b8e",landmark,1))
# print(gmai_request().plastic_analysis_v3("869412032478155", "", "", 1))
# if __name__ == '__main__':
# print(gmai_request().skin_newReport("7.43.0","https://pic.igengmei.com/2021/05/11/1440/25e4bf45673f-s"))
# # print(gmai_request().skin_newReport("7.43.0","https://pic.igengmei.com/2021/05/11/1440/25e4bf45673f-s"))
# print(gmai_request().eyelids_plastic("7.43.0", "2021/05/12/1457/cdbe8652117d","3"))
# # print(gmai_request().eyelids_plastic("7.43.0", "2021/05/12/1457/cdbe8652117d","3"))
all_backend_api/gmai_request.yaml
View file @
bde756a2
...
@@ -15,3 +15,26 @@ eyelids_plastic:
...
@@ -15,3 +15,26 @@ eyelids_plastic:
data
:
data
:
image_url
:
${image_url}
image_url
:
${image_url}
style_id
:
${style_id}
style_id
:
${style_id}
analysis_v3
:
method
:
post
url
:
/gm_ai/plastic/analysis_v3
params
:
device_id
:
${device_id}
data
:
image_url
:
${image_url}
landmark
:
${landmark}
cheek_style_classify_id
:
${cheek_style_classify_id}
simulate_analyze
:
method
:
post
url
:
/gm_ai/simulate/analyze
params
:
device_id
:
${device_id}
data
:
image_url
:
${image_url}
style_id
:
${style_id}
type_id
:
${type_id}
\ No newline at end of file
all_backend_api/janus_request.py
View file @
bde756a2
...
@@ -7,6 +7,10 @@ class janus_request(BaseRequest):
...
@@ -7,6 +7,10 @@ class janus_request(BaseRequest):
self
.
data
=
self
.
api_load
(
path_setting
.
CONTENTV7_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
CONTENTV7_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
HOSPITALSEARCH_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
HOSPITALSEARCH_CONFIG
)
#品类聚合页面商品列表
self
.
data
=
self
.
api_load
(
path_setting
.
TAG_SERVICE_CONFIG
)
#搜索结果页-综合/百科tab
#搜索结果页-综合/百科tab
def
content_v7
(
self
,
query
,
device_id
,
current_city_id
,
version
,
is_first
,
tab_type
,
offset
):
def
content_v7
(
self
,
query
,
device_id
,
current_city_id
,
version
,
is_first
,
tab_type
,
offset
):
#搜索词
#搜索词
...
@@ -60,6 +64,18 @@ class janus_request(BaseRequest):
...
@@ -60,6 +64,18 @@ class janus_request(BaseRequest):
self
.
params
[
"service_item_id"
]
=
service_item_id
self
.
params
[
"service_item_id"
]
=
service_item_id
return
self
.
api_send
(
self
.
data
[
"sku_info"
])
return
self
.
api_send
(
self
.
data
[
"sku_info"
])
# 品类聚合页面商品列表
def
tag_service
(
self
,
size
,
tag_ids
,
offset
,
tag_id
,
version
,
device_id
):
print
(
"fgx"
)
self
.
params
[
'size'
]
=
size
self
.
params
[
'tag_ids'
]
=
tag_ids
self
.
params
[
'offset'
]
=
offset
self
.
params
[
'tag_id'
]
=
tag_id
self
.
params
[
'version'
]
=
version
self
.
params
[
'device_id'
]
=
device_id
return
self
.
api_send
(
self
.
data
[
"tag_service"
])
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
#打印购物车-猜你喜欢列表接口返回
#打印购物车-猜你喜欢列表接口返回
...
@@ -69,4 +85,8 @@ if __name__ == '__main__':
...
@@ -69,4 +85,8 @@ if __name__ == '__main__':
#打印商祥页-sku信息接口返回
#打印商祥页-sku信息接口返回
print
(
janus_request
()
.
sku_info
(
"5857263"
,
"618788"
))
print
(
janus_request
()
.
sku_info
(
"5857263"
,
"618788"
))
#品类聚合页面商品列表接口返回
print
(
janus_request
()
.
tag_service
())
print
(
"fgx"
)
all_backend_api/janus_request.yaml
View file @
bde756a2
...
@@ -57,6 +57,21 @@ sku_info:
...
@@ -57,6 +57,21 @@ sku_info:
data
:
{}
data
:
{}
json
:
{}
json
:
{}
#品类聚合页面商品列表的
tag_service
:
method
:
GET
url
:
/api/janus/product/tag_service
params
:
size
:
${size}
tag_ids
:
${tag_ids}
offset
:
${offset}
tag_id
:
${tag_id}
version
:
${version}
device_id
:
${device_id}
data
:
{
}
json
:
{
}
...
...
all_backend_api/notification_request.py
View file @
bde756a2
...
@@ -10,7 +10,12 @@ class notification_request(BaseRequest):
...
@@ -10,7 +10,12 @@ class notification_request(BaseRequest):
self
.
params
[
"uqid"
]
=
uqid
self
.
params
[
"uqid"
]
=
uqid
self
.
params
[
"trace_id"
]
=
trace_id
self
.
params
[
"trace_id"
]
=
trace_id
return
self
.
api_send
(
self
.
data
[
"unread"
])
return
self
.
api_send
(
self
.
data
[
"unread"
])
def
readall
(
self
,
uqid
,
trace_id
,
ua
):
self
.
params
[
"uqid"
]
=
uqid
self
.
params
[
"trace_id"
]
=
trace_id
self
.
params
[
"ua"
]
=
ua
return
self
.
api_send
(
self
.
data
[
"readall"
])
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
print
(
notification_request
()
.
unread
(
"1B519701-A4F5-453E-9D99-140B5AF697A0"
,
"2021/04/22/1722/46cf97b999b0"
))
#print(notification_request().unread("1B519701-A4F5-453E-9D99-140B5AF697A0", "2021/04/22/1722/46cf97b999b0"))
print
(
notification_request
()
.
readall
(
"1B519701-A4F5-453E-9D99-140B5AF697A0"
,
"2021/05/19/1526/19fcd4c4be47"
,
"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148"
))
all_backend_api/notification_request.yaml
View file @
bde756a2
#未读消息数
unread
:
unread
:
method
:
get
method
:
get
url
:
/api/notification/unread
url
:
/api/notification/unread
...
@@ -9,3 +10,15 @@ unread:
...
@@ -9,3 +10,15 @@ unread:
json
:
{}
json
:
{}
isLogin
:
1
#需要登录的接口
isLogin
:
1
#需要登录的接口
#标记为已读
readall
:
method
:
post
url
:
/api/notification/readall
params
:
uqid
:
${uqid}
trace_id
:
${trace_id}
ua
:
${ua}
data
:
{}
json
:
{}
isLogin
:
1
#需要登录的接口
\ No newline at end of file
all_backend_api/service_request.py
View file @
bde756a2
...
@@ -5,7 +5,7 @@ from in_common.base_request import BaseRequest
...
@@ -5,7 +5,7 @@ from in_common.base_request import BaseRequest
class
service_request
(
BaseRequest
):
class
service_request
(
BaseRequest
):
def
__init__
(
self
):
def
__init__
(
self
):
self
.
data
=
self
.
api_load
(
path_setting
.
HOME_V5_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
HOME_V5_CONFIG
)
#/all_backend_api/service_request.yaml
def
home_v5
(
self
):
def
home_v5
(
self
):
...
...
all_backend_api/user_request.py
View file @
bde756a2
...
@@ -4,6 +4,16 @@ from in_common.base_request import BaseRequest
...
@@ -4,6 +4,16 @@ from in_common.base_request import BaseRequest
class
user_request
(
BaseRequest
):
class
user_request
(
BaseRequest
):
def
__init__
(
self
):
self
.
data
=
self
.
api_load
(
path_setting
.
PERSONAL_CENTER_CONFIG
)
def
personal_center
(
self
):
print
(
"fgx"
)
return
self
.
api_send
(
self
.
data
[
"personal_center"
])
def
__init__
(
self
):
def
__init__
(
self
):
self
.
data
=
self
.
api_load
(
path_setting
.
USER_ANSWER_CONFIG
)
self
.
data
=
self
.
api_load
(
path_setting
.
USER_ANSWER_CONFIG
)
...
@@ -14,5 +24,11 @@ class user_request(BaseRequest):
...
@@ -14,5 +24,11 @@ class user_request(BaseRequest):
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
#个人中心
print
(
user_request
()
.
personal_center
())
print
(
"fgx"
)
#打印医生/医院主页问答列表接口返回
#打印医生/医院主页问答列表接口返回
print
(
user_request
()
.
answer
(
"21476198"
))
print
(
user_request
()
.
answer
(
"21476198"
))
\ No newline at end of file
all_backend_api/user_request.yaml
View file @
bde756a2
personal_center
:
method
:
GET
url
:
/api/user/personal_center
params
:
choose_id
:
0
community_id
:
0
version
:
7.42.0
data
:
{}
json
:
{}
isLogin
:
1
#医院主页-问答接口
#医院主页-问答接口
answer
:
answer
:
method
:
get
method
:
get
...
@@ -7,4 +18,5 @@ answer:
...
@@ -7,4 +18,5 @@ answer:
count
:
10
count
:
10
page
:
1
page
:
1
data
:
{}
data
:
{}
json
:
{}
json
:
{}
\ No newline at end of file
host.yaml
View file @
bde756a2
develop_host
:
develop_host
:
backend
:
http://backend.paas-develop.env
backend
:
http://backend.paas-develop.env
#
doctor: http://doctor.paas-develop.env
doctor
:
http://doctor.paas-develop.env
in_common/base_request.py
View file @
bde756a2
...
@@ -63,11 +63,20 @@ class BaseRequest:
...
@@ -63,11 +63,20 @@ class BaseRequest:
def
api_send
(
self
,
req
:
dict
):
def
api_send
(
self
,
req
:
dict
):
host
=
self
.
api_load
(
path_setting
.
HOSTYAML_CONFIG
)
host
=
self
.
api_load
(
path_setting
.
HOSTYAML_CONFIG
)
url_host
=
""
url_host
=
""
# 获取调用该方法的路径
if
host
[
"develop_host"
]
.
get
(
"doctor"
)
is
not
None
:
import
inspect
url_host
=
host
[
'develop_host'
][
'doctor'
]
ins_file
=
inspect
.
stack
()[
1
]
.
filename
elif
host
[
"develop_host"
]
.
get
(
"backend"
)
is
not
None
:
ins_dir
=
ins_file
.
split
(
'/'
)[
-
2
]
url_host
=
host
[
'develop_host'
][
'backend'
]
host_service
=
ins_dir
.
split
(
'_'
)[
1
]
# default: backend
if
host_service
not
in
host
[
'develop_host'
]:
host_service
=
'backend'
url_host
=
host
[
'develop_host'
][
host_service
]
# if host["develop_host"].get("doctor") is not None:
# url_host = host['develop_host']['doctor']
# elif host["develop_host"].get("backend") is not None:
# url_host = host['develop_host']['backend']
raw
=
yaml
.
dump
(
req
)
# 将一个python对象生成为yaml文档
raw
=
yaml
.
dump
(
req
)
# 将一个python对象生成为yaml文档
for
key
,
value
in
self
.
params
.
items
():
for
key
,
value
in
self
.
params
.
items
():
...
...
path_setting.py
View file @
bde756a2
...
@@ -32,14 +32,6 @@ SERVICE_URL=os.path.join(BASE_DIR, "backend_auto/all_doctor_api", "web2_request.
...
@@ -32,14 +32,6 @@ SERVICE_URL=os.path.join(BASE_DIR, "backend_auto/all_doctor_api", "web2_request.
#搜索首页-热门搜索
KEYWORDS_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"search_request.yaml"
)
KEYWORDS
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/search_data"
,
"keywords.yaml"
)
SERVICE_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_doctor_data/web2_data"
,
"service_list.yaml"
)
SERVICE_URL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_doctor_api"
,
"web2_request.yaml"
)
# 首页灰度v9,精选tab
# 首页灰度v9,精选tab
FEED_INDEXV9_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"feed_request.yaml"
)
FEED_INDEXV9_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"feed_request.yaml"
)
FEED_INDEXV9_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/feed_data"
,
"index_v9.yaml"
)
FEED_INDEXV9_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/feed_data"
,
"index_v9.yaml"
)
...
@@ -50,11 +42,17 @@ ONEIMAGE_SHARE_V4_DATA = os.path.join(BASE_DIR, "backend_auto/test_backend_data/
...
@@ -50,11 +42,17 @@ ONEIMAGE_SHARE_V4_DATA = os.path.join(BASE_DIR, "backend_auto/test_backend_data/
# 测颜值根据五官推荐美购
# 测颜值根据五官推荐美购
ONEIMAGE_RECOMEND_SERVICES_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/oneimage_data"
,
"recomend_services.yaml"
)
ONEIMAGE_RECOMEND_SERVICES_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/oneimage_data"
,
"recomend_services.yaml"
)
# 测肤结果页
# 测肤结果页
/ AI变脸结果页
GMAI_SKIN_NEWREPORT_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"gmai_request.yaml"
)
GMAI_SKIN_NEWREPORT_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"gmai_request.yaml"
)
GMAI_SKIN_NEWREPORT_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/gmai_data"
,
"skin_newReport.yaml"
)
GMAI_SKIN_NEWREPORT_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/gmai_data"
,
"skin_newReport.yaml"
)
# 模拟双眼皮
# 模拟双眼皮
GMAI_EYELIDS_PLASTIC_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/gmai_data"
,
"eyelids_plastic.yaml"
)
GMAI_EYELIDS_PLASTIC_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/gmai_data"
,
"eyelids_plastic.yaml"
)
# 模拟发型
GMAI_SIMULATE_ANALYZE_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/gmai_data"
,
"simulate_analyze.yaml"
)
# AI变脸结果
GMAI_PLASTIC_ANALYSIS_V3_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/gmai_data"
,
"plastic_analysis_v3.yaml"
)
LOGIN_PASSWD
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/accounts_data"
,
"login_passwd.yaml"
)
LOGIN_PASSWD
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/accounts_data"
,
"login_passwd.yaml"
)
LOGIN_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"accounts_request.yaml"
)
LOGIN_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"accounts_request.yaml"
)
...
@@ -97,6 +95,8 @@ MY_CONVERSATION = os.path.join(BASE_DIR, "backend_auto/test_backend_data/my_conv
...
@@ -97,6 +95,8 @@ MY_CONVERSATION = os.path.join(BASE_DIR, "backend_auto/test_backend_data/my_conv
HOME_V5_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"service_request.yaml"
)
HOME_V5_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"service_request.yaml"
)
HOME_V5
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/service_data"
,
"home_v5.yaml"
)
HOME_V5
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/service_data"
,
"home_v5.yaml"
)
PERSONAL_CENTER_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"user_request.yaml"
)
PERSONAL_CENTER
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/user_data"
,
"personal_center.yaml"
)
#搜索结果页-综合/百科
#搜索结果页-综合/百科
CONTENTV7_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_request.yaml"
)
CONTENTV7_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_request.yaml"
)
...
@@ -124,6 +124,8 @@ AUTO_MSG = os.path.join(BASE_DIR, "backend_auto/test_backend_data/im_data", "aut
...
@@ -124,6 +124,8 @@ AUTO_MSG = os.path.join(BASE_DIR, "backend_auto/test_backend_data/im_data", "aut
#消息页未读数
#消息页未读数
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"
)
UNREAD
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/notification_data"
,
"unread.yaml"
)
UNREAD
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/notification_data"
,
"unread.yaml"
)
#标记为已读
READALL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/notification_data"
,
"readall.yaml"
)
#商祥页-详情
#商祥页-详情
JANUS_PRODUCT_DETAIL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_data"
,
"product_detail.yaml"
)
JANUS_PRODUCT_DETAIL
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_data"
,
"product_detail.yaml"
)
...
@@ -135,5 +137,10 @@ SERVICE_FAVOR = os.path.join(BASE_DIR, "backend_auto/test_backend_data/service_d
...
@@ -135,5 +137,10 @@ SERVICE_FAVOR = os.path.join(BASE_DIR, "backend_auto/test_backend_data/service_d
SERVICES_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"services_request.yaml"
)
SERVICES_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"services_request.yaml"
)
SERVICES_SHARE_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/services_data"
,
"share_data.yaml"
)
SERVICES_SHARE_DATA
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/services_data"
,
"share_data.yaml"
)
#品类聚合页面商品列表
TAG_SERVICE_CONFIG
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/all_backend_api"
,
"janus_request.yaml"
)
TAG_SERVICE
=
os
.
path
.
join
(
BASE_DIR
,
"backend_auto/test_backend_data/janus_data"
,
"tag_service.yaml"
)
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
print
(
"=========="
,
LIVEYAML_CONFIG
)
print
(
"=========="
,
LIVEYAML_CONFIG
)
test_backend_case/gmai_case/test_plastic_analysis_v3.py
0 → 100644
View file @
bde756a2
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_backend_api.gmai_request
import
gmai_request
# AI测颜值,目前测试环境没有召回日记,先保证请求成功
class
TestPlasticnAnalysisV3
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
GMAI_PLASTIC_ANALYSIS_V3_DATA
)
plasticanalysisv3_case
,
plasticanalysisv3_data
=
get_ids
(
data
,
"analysis_v3"
)
@pytest.mark.parametrize
(
"param"
,
plasticanalysisv3_data
,
ids
=
plasticanalysisv3_case
)
def
test_plastic_analysis_v3
(
self
,
param
):
r
=
gmai_request
()
.
plastic_analysis_v3
(
param
[
"device_id"
],
param
[
"image_url"
],
param
[
"landmark"
]
,
param
[
"cheek_style_classify_id"
])
assert
r
[
"error"
]
==
0
\ No newline at end of file
test_backend_case/gmai_case/test_simulate_analyze.py
0 → 100644
View file @
bde756a2
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_backend_api.gmai_request
import
gmai_request
# 模拟发型
class
TestSimulateAnalyze
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
GMAI_SIMULATE_ANALYZE_DATA
)
simulateanalyze_case
,
simulateanalyze_data
=
get_ids
(
data
,
"simulate_analyze"
)
@pytest.mark.parametrize
(
"param"
,
simulateanalyze_data
,
ids
=
simulateanalyze_case
)
def
test_plastic_analysis_v3
(
self
,
param
):
r
=
gmai_request
()
.
simulate_analyze
(
param
[
"device_id"
],
param
[
"image_url"
],
param
[
"style_id"
]
,
param
[
"type_id"
])
assert
r
[
"error"
]
==
0
print
(
"效果图: "
,
r
[
"data"
][
"plastic_image_url"
])
\ No newline at end of file
test_backend_case/janus_case/test_tag_service.py
0 → 100644
View file @
bde756a2
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_backend_api.janus_request
import
janus_request
class
TestTagService
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
TAG_SERVICE
)
tagservice_case
,
tagservice_data
=
get_ids
(
data
,
"tag_service"
)
@pytest.mark.parametrize
(
"param"
,
tagservice_data
,
ids
=
tagservice_case
)
def
test_tag_service
(
self
,
param
):
r
=
janus_request
()
.
tag_service
(
param
[
"size"
],
param
[
"tag_ids"
],
param
[
"offset"
],
param
[
"tag_id"
],
param
[
"version"
],
param
[
"device_id"
])
#print('feng=', r)
if
r
[
"error"
]
==
0
:
assert
r
[
"error"
]
==
param
[
"assert"
]
assert
r
[
"data"
][
"offset"
]
==
param
[
"offset"
]
test_backend_case/notification_case/test_readall.py
0 → 100644
View file @
bde756a2
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_backend_api.notification_request
import
notification_request
class
TestReadall
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
READALL
)
readall_case
,
readall_data
=
get_ids
(
data
,
"readall"
)
@pytest.mark.parametrize
(
"param"
,
readall_data
,
ids
=
readall_case
)
def
test_readall
(
self
,
param
):
r
=
notification_request
()
.
readall
(
param
[
"uqid"
],
param
[
"trace_id"
],
param
[
"ua"
])
print
(
r
)
assert
r
[
"error"
]
==
0
\ No newline at end of file
test_backend_case/service_case/test_home_v5.py
View file @
bde756a2
...
@@ -9,13 +9,13 @@ from all_backend_api.service_request import service_request
...
@@ -9,13 +9,13 @@ from all_backend_api.service_request import service_request
class
TestHomeV5
:
class
TestHomeV5
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
HOME_V5
)
data
=
BaseRequest
()
.
api_load
(
path_setting
.
HOME_V5
)
homev5_case
,
homev5_data
=
get_ids
(
data
,
"home_v5"
)
homev5_case
,
homev5_data
=
get_ids
(
data
,
"home_v5"
)
print
(
data
)
@pytest.mark.parametrize
(
"param"
,
homev5_data
,
ids
=
homev5_case
)
@pytest.mark.parametrize
(
"param"
,
homev5_data
,
ids
=
homev5_case
)
def
test_home_v5
(
self
,
param
):
def
test_home_v5
(
self
,
param
):
#print(param["home_v5"])
r
=
service_request
()
.
home_v5
()
r
=
service_request
()
.
home_v5
()
print
(
r
)
print
(
r
)
print
(
"home_v6"
)
#if r["error"] == 0:
#if r["error"] == 0:
assert
r
[
"error"
]
==
param
[
"assert"
]
assert
r
[
"error"
]
==
param
[
"assert"
]
...
...
test_backend_case/user_case/test_personal_center.py
0 → 100644
View file @
bde756a2
import
pytest
from
ids_list
import
get_ids
import
path_setting
from
in_common.base_request
import
BaseRequest
from
all_backend_api.user_request
import
user_request
class
TestPersonalCenter
:
data
=
BaseRequest
()
.
api_load
(
path_setting
.
PERSONAL_CENTER
)
personalcenter_case
,
personalcenter_data
=
get_ids
(
data
,
"personal_center"
)
@pytest.mark.parametrize
(
"param"
,
personalcenter_data
,
ids
=
personalcenter_case
)
def
test_personal_center
(
self
,
param
):
r
=
user_request
()
.
personal_center
()
print
(
'feng='
,
r
)
if
r
[
"error"
]
==
0
:
assert
r
[
"error"
]
==
param
[
"assert"
]
assert
r
[
"data"
][
"user"
][
"portrait"
]
!=
param
[
"portrait"
]
test_backend_data/gmai_data/plastic_analysis_v3.yaml
0 → 100644
View file @
bde756a2
analysis_v3
:
#AI测颜值
-
case
:
"
AI测颜值结果页"
device_id
:
"
869412032478155"
image_url
:
"
2021/06/01/1524/8a28dd0a3b8e"
landmark
:
'
[{"x":248.60858,"y":454.0434},{"x":247.92863,"y":476.7021},{"x":248.8779,"y":499.36874},{"x":251.12755,"y":521.8638},{"x":254.58401,"y":544.24164},{"x":259.10333,"y":566.1669},{"x":264.02515,"y":588.0588},{"x":270.59506,"y":609.44214},{"x":279.6361,"y":629.6998},{"x":291.60773,"y":648.29407},{"x":305.6806,"y":665.26465},{"x":321.33615,"y":680.4736},{"x":338.2943,"y":694.64526},{"x":356.13144,"y":707.5386},{"x":375.71283,"y":717.8617},{"x":397.27545,"y":724.19965},{"x":419.9613,"y":726.1914},{"x":441.62817,"y":725.2733},{"x":462.6242,"y":719.917},{"x":481.41635,"y":710.3818},{"x":498.45187,"y":697.98035},{"x":514.59436,"y":684.40234},{"x":529.7782,"y":669.4685},{"x":543.08704,"y":653.1195},{"x":554.60706,"y":635.73456},{"x":563.3266,"y":617.3142},{"x":570.0075,"y":596.0911},{"x":575.7123,"y":574.78046},{"x":581.05774,"y":554.0385},{"x":585.48157,"y":533.1105},{"x":588.66907,"y":512.06683},{"x":590.4706,"y":490.68823},{"x":591.2653,"y":469.50403},{"x":279.37485,"y":410.2143},{"x":299.98352,"y":383.6742},{"x":331.64465,"y":375.0197},{"x":364.35858,"y":381.4741},{"x":395.4406,"y":394.20447},{"x":466.45248,"y":397.95},{"x":496.4015,"y":389.2094},{"x":527.33295,"y":386.7473},{"x":555.7313,"y":398.20285},{"x":571.48254,"y":425.62354},{"x":427.4568,"y":456.95285},{"x":426.77496,"y":483.84033},{"x":426.04883,"y":510.83325},{"x":425.32236,"y":537.75256},{"x":385.83856,"y":572.9858},{"x":403.71045,"y":573.0551},{"x":423.23145,"y":574.53534},{"x":442.28857,"y":574.4508},{"x":459.13876,"y":574.9396},{"x":307.80756,"y":458.6329},{"x":323.8154,"y":450.41855},{"x":359.07312,"y":453.8022},{"x":371.75238,"y":466.2728},{"x":355.36838,"y":470.9956},{"x":321.71375,"y":468.2021},{"x":479.14362,"y":470.68353},{"x":492.57837,"y":459.77023},{"x":526.78955,"y":459.34094},{"x":540.76917,"y":469.22626},{"x":526.91675,"y":477.2774},{"x":494.3828,"y":476.6469},{"x":307.39963,"y":402.42038},{"x":336.54358,"y":400.2494},{"x":365.31128,"y":405.05597},{"x":393.4093,"y":412.95276},{"x":466.55408,"y":416.23398},{"x":493.2259,"y":412.04782},{"x":520.28235,"y":410.81372},{"x":546.7446,"y":415.7663},{"x":341.78073,"y":449.21838},{"x":338.20166,"y":471.98853},{"x":342.39044,"y":460.15692},{"x":509.66327,"y":456.7909},{"x":510.57373,"y":479.22314},{"x":508.77704,"y":467.26038},{"x":399.44565,"y":461.61548},{"x":453.4572,"y":463.86423},{"x":384.4139,"y":527.5456},{"x":463.68613,"y":530.3157},{"x":369.6485,"y":554.5674},{"x":475.98178,"y":558.04224},{"x":358.72372,"y":632.25916},{"x":379.92645,"y":612.99927},{"x":406.5278,"y":600.8932},{"x":422.78525,"y":604.4064},{"x":439.0467,"y":601.5054},{"x":463.0918,"y":613.59924},{"x":480.34888,"y":633.28406},{"x":463.28207,"y":645.23676},{"x":442.62195,"y":651.3627},{"x":420.9704,"y":652.71295},{"x":398.036,"y":651.2082},{"x":376.4565,"y":644.82745},{"x":363.59555,"y":631.5963},{"x":392.39032,"y":626.09314},{"x":422.20786,"y":626.16754},{"x":449.31833,"y":626.3133},{"x":475.72333,"y":632.3503},{"x":448.87988,"y":625.9888},{"x":421.7511,"y":626.1827},{"x":392.28534,"y":625.9193},{"x":342.4176,"y":460.03064},{"x":508.8405,"y":467.07236}]'
cheek_style_classify_id
:
"
1"
-
case
:
"
AI测颜值-上次报告页"
device_id
:
"
869412032478155"
image_url
:
"
"
landmark
:
"
"
cheek_style_classify_id
:
"
1"
\ No newline at end of file
test_backend_data/gmai_data/simulate_analyze.yaml
0 → 100644
View file @
bde756a2
simulate_analyze
:
#AI模拟发型
-
case
:
"
青春丸子头效果"
device_id
:
"
869412032478155"
image_url
:
"
2021/06/02/1456/68c702f50309"
style_id
:
3
type_id
:
7
-
case
:
"
盐系少年头效果"
device_id
:
"
869412032478155"
image_url
:
"
2021/06/02/1456/68c702f50309"
style_id
:
6
type_id
:
7
\ No newline at end of file
test_backend_data/janus_data/tag_service.yaml
0 → 100644
View file @
bde756a2
tag_service
:
#品类聚合页面商品
-
case
:
"
品类聚合页面商品列表"
assert
:
0
size
:
10
tag_ids
:
[]
offset
:
0
tag_id
:
version
:
7.43.0
device_id
:
869378034450718
test_backend_data/notification_data/readall.yaml
0 → 100644
View file @
bde756a2
readall
:
#验证成功case
-
case
:
"
标记为已读成功"
uqid
:
"
1B519701-A4F5-453E-9D99-140B5AF697A0"
trace_id
:
"
2021/05/19/1526/19fcd4c4be47"
ua
:
"
Mozilla/5.0
(iPhone;
CPU
iPhone
OS
12_2
like
Mac
OS
X)
AppleWebKit/605.1.15
(KHTML,
like
Gecko)
Mobile/15E148"
assert
:
0
\ No newline at end of file
test_backend_data/service_data/home_v5.yaml
View file @
bde756a2
home_v5
:
home_v5
:
#获取商城首页
#获取商城首页
-
-
case
:
"
获取商城首页--case首页"
case
:
"
获取商城首页
index
--case首页"
assert
:
0
assert
:
0
...
...
test_backend_data/user_data/personal_center.yaml
0 → 100644
View file @
bde756a2
personal_center
:
#个人中心
-
case
:
"
获取个人中心--case首页"
assert
:
0
portrait
:
null
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