商家设置坐席id代码补充

This commit is contained in:
Chopper
2021-12-09 20:21:46 +08:00
parent 41bfd17cd0
commit 0b82ae7569
2 changed files with 66 additions and 19 deletions

View File

@@ -89,6 +89,11 @@ export const getRefundGoodsAddress = () => {
export const saveRefundGoodsAddress = (params) => {
return putRequest(`/settings/storeAfterSaleAddress`, params)
}
//修改im商户id
export const updatEmerchantId = (params) => {
return putRequest(`/settings/merchantEuid`, params)
}
//修改保存库存预警数
export const updateStockWarning = (params) => {
@@ -113,4 +118,3 @@ export const editShipTemplate = (id, params, headers) => {
}