curl --location --request POST '/api/cart/add' \ --header 'token: {{token}}'
{ "code": 1, "msg": "加入成功", "data": [], "show": 0, "time": "0.283327" }