|
|
@@ -4,17 +4,17 @@ import settings
|
|
|
settings.is_test_plugins = True
|
|
|
|
|
|
|
|
|
-from custom_plugins.plugins.detail_template.zhudi.detail_zhudi1 import (
|
|
|
+from custom_plugins.plugins.detail_template.xinnuo.detail_xinnuo1 import (
|
|
|
DetailPicGet,
|
|
|
)
|
|
|
|
|
|
|
|
|
-data = json.load(open("detail_template_test.json", mode="r", encoding="utf-8"))
|
|
|
+data = json.load(open("detail_template_test_xinnuo.json", mode="r", encoding="utf-8"))
|
|
|
for goods_no, value in data.items():
|
|
|
d = DetailPicGet(
|
|
|
goods_no=goods_no,
|
|
|
goods_no_value=value,
|
|
|
- out_put_dir=r"C:\Development\project\python\CameraMachine\python\output\zhudi-1",
|
|
|
+ out_put_dir=r"C:\Development\project\python\CameraMachine\python\output\xinnuo-1",
|
|
|
test=True,
|
|
|
)
|
|
|
print("生成成功")
|