|
|
@ -48,6 +48,7 @@ export const addProductExtraAction = async (body) => {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
export const delProductExtrasAction = async (body) => {
|
|
|
|
export const delProductExtrasAction = async (body) => {
|
|
|
|
|
|
|
|
return true; // test: 先不更新到HT
|
|
|
|
const { errcode, result } = await postJSON(`${HT_HOST}/Service_BaseInfoWeb/products_extras_del`, body);
|
|
|
|
const { errcode, result } = await postJSON(`${HT_HOST}/Service_BaseInfoWeb/products_extras_del`, body);
|
|
|
|
return errcode === 0 ? true : false;
|
|
|
|
return errcode === 0 ? true : false;
|
|
|
|
};
|
|
|
|
};
|
|
|
|