Commit f72aee20 authored by 张伟男's avatar 张伟男

模拟整形

parent 02468115
This diff is collapsed.
......@@ -5,7 +5,7 @@ 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")
......
......@@ -13,4 +13,34 @@ simulate_analyze:
device_id: "869412032478155"
image_url: "2021/06/02/1456/68c702f50309"
style_id: 6
type_id: 7
\ No newline at end of file
type_id: 7
#模拟眉毛
-
case: "新月眉效果"
device_id: "869412032478155"
image_url: "2021/06/07/1447/56b2766d3ef3"
style_id: 1
type_id: 9
-
case: "野生眉效果"
device_id: "869412032478155"
image_url: "2021/06/07/1447/56b2766d3ef3"
style_id: 2
type_id: 9
#模拟美瞳
-
case: "天空蓝美瞳效果"
device_id: "869412032478155"
image_url: "2021/06/07/1451/86b01d9a9d66"
style_id: 1
type_id: 8
-
case: "清新绿"
device_id: "869412032478155"
image_url: "2021/06/07/1451/86b01d9a9d66"
style_id: 2
type_id: 8
\ 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