NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
**批量更新商品状态** ~~~[api] post:api/merchant/batchUpdateGoods *string:token=默认值#登录令牌 *int:id#商品id,多个使用‘‘,’’隔开 cid#分类id int:isRecommend#推荐(0-是;1-否) stock#库存数量 status=2#商品状态.1-在售 2-下架 3-删除 sort#排序权重,1--99,顺序排序 <<< success { "status": 1, "message": "更新成功", "order_data": [], "data":[] } <<< error { "status": 2, "message": "更新失败", "order_data": [], "data":[] } ~~~