{
"ids": "10001,10002"
}curl --location 'https://openapi.shishiniu.com/api/openapi/purchaseOrder/batchPause' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"ids": "10001,10002"
}'{
"code": 0,
"data": "string",
"msg": "成功"
}