curl --location --request POST '/api/order/del' \ --header 'token;' \ --data-urlencode 'id='
{ "code": 1, "show": 1, "msg": "操作成功", "data": [] }