删除多个商品(不行)
DELETE
http://localhost:2400/api/goods/batchRemove
接口描述
删除多个商品
请求参数
参数名
类型
描述
必填
动态路由
string
商品id
必填
batchId
id
多个id
必填
响应参数
参数名
类型
描述
必填
msg
string
提示信息
必填
data
Array
返回数据
必填
status
number
前后端状态码
必填