From 83bfa8977c93cff1c17daf9ff99217e44bc50849 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Wed, 5 Jul 2023 17:00:03 +0800 Subject: [PATCH] fix --- server_api/product.api | 1 - 1 file changed, 1 deletion(-) diff --git a/server_api/product.api b/server_api/product.api index a0e454f2..96d6002a 100644 --- a/server_api/product.api +++ b/server_api/product.api @@ -102,7 +102,6 @@ type PriceObj { Num int `json:"num"` Price float64 `json:"price"` } - //获取保存的设计信息 type GetProductDesignReq { Sn string `form:"sn"`