{
"goodsIds": "20001,20002,20003"
}curl --location 'https://openapi.shishiniu.com/api/openapi/saleGoodsDelist' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"goodsIds": "20001,20002,20003"
}'{
"code": 0,
"data": {},
"msg": "成功"
}