更新代码

This commit is contained in:
guaishoudemao
2021-02-06 16:42:26 +08:00
parent e623a7fac4
commit f408b4ff41
80 changed files with 3056 additions and 2156 deletions

View File

@@ -231,7 +231,7 @@ export function productExportApi(params) {
}
/**
* 商品复制
* 商品复制 99Api
* @param pram
*/
export function importProductApi(params) {
@@ -242,6 +242,19 @@ export function importProductApi(params) {
})
}
/**
* 商品复制 一号通
* @param pram
*/
export function copyProductApi(data) {
return request({
url: `/admin/store/product/copy/product`,
method: 'post',
data
})
}
/**
* 恢复
* @param pram