mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-28 05:19:37 +08:00
紧急修复了一些bug
This commit is contained in:
@@ -241,3 +241,15 @@ export function importProductApi(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 恢复
|
||||
* @param pram
|
||||
*/
|
||||
export function restoreApi(params) {
|
||||
return request({
|
||||
url: `/admin/store/product/importProduct`,
|
||||
method: 'post',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user