delete_time
注意:products 表无 delete_time 字段,remove 会降级为物理删除。
products
remove
login
Authorization: ********************
{ "ids": [ 1, 2, 3 ] }
curl --location --request DELETE 'https://dev-api.inis.cn/api/dynamic/products/remove' \ --header 'X-Forwarded-For: ' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "ids": [ 1, 2, 3 ] }'
{ "code": 200, "msg": "删除成功!", "data": { "ids": [ 1, 2, 3 ] } }
扫码加入【 inis 】开发群
在这里,获得【 inis 】使用上的任何帮助,快速上手让你的研测效率得到大幅提升