From 5b9f8eeb7f5dc3e1b9de3d15dadac356153ec01a Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 11 Jul 2024 13:45:48 +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 6a92b8a..4d0f040 100644 --- a/src/stores/Products/Index.js +++ b/src/stores/Products/Index.js @@ -39,6 +39,7 @@ export const getAgencyProductsAction = async (param) => { * */ export const addProductExtraAction = async (body) => { + return true; // test: 先不更新到HT const { errcode, result } = await postJSON(`${HT_HOST}/Service_BaseInfoWeb/products_extras_add`, body); return errcode === 0 ? true : false; };