curl --location --request DELETE '/admin-api/system/error-code/delete?id' \ --header 'Authorization: {{token}}' \ --header 'Accept-Language: zh-CN' \ --header 'Content-Type: application/json'
{ "code": 0, "data": true, "msg": "string" }