curl --location --request POST '/api/cart/del' \ --header 'token: {{token}}'
{ "code": 1, "msg": "删除成功", "data": [], "show": 0, "time": "0.289119" }