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