{ "price": 1 }
curl --location --request POST 'https://dev-api-open.wanzhuangkj.com//open/invoice/issueInvoice' \ --header 'Content-Type: application/json' \ --data-raw '{ "price": 1 }'
{ "code": -1, "message": "error msg: 您没有需要开票的费用", "data": null, "timestamp": 1753068290 }