新增:批量导入商品功能
This commit is contained in:
@@ -79,7 +79,9 @@ export async function removeThinkGoodsCategory(id?: number) {
|
||||
/**
|
||||
* 批量删除
|
||||
*/
|
||||
export async function removeBatchThinkGoodsCategory(data: (number | undefined)[]) {
|
||||
export async function removeBatchThinkGoodsCategory(
|
||||
data: (number | undefined)[]
|
||||
) {
|
||||
const res = await request.delete<ApiResult<unknown>>(
|
||||
THINK_API_URL + '/think/think-goods-category/batch',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user