From 7a411ebfa9cac49e857c45397edff5af620ecda3 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 11 Jul 2024 13:55:49 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E7=BB=91=E5=AE=9A=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/Products/Index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/Products/Index.js b/src/stores/Products/Index.js index 4d0f040..a06850e 100644 --- a/src/stores/Products/Index.js +++ b/src/stores/Products/Index.js @@ -48,6 +48,7 @@ export const addProductExtraAction = async (body) => { * */ export const delProductExtrasAction = async (body) => { + return true; // test: 先不更新到HT const { errcode, result } = await postJSON(`${HT_HOST}/Service_BaseInfoWeb/products_extras_del`, body); return errcode === 0 ? true : false; };