[TOC]
简要描述
请求URL
https://food.taihuyun.vip/api/foodcash.cart/delete
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
applet_id |
是 |
string |
应用程序ID |
shop_id |
是 |
string |
门店ID |
token |
是 |
string |
用户身份验证的令牌 |
返回示例
curl --location --request POST 'https://food.taihuyun.vip/api/foodcash.cart/delete' \
--data-raw '{
"applet_id":1,
"shop_id":1,
"token":"f88664ebbf6d0ce3fcb5268c2d1e23d5",
"goods_id":199,
"goods_sku_id":117
}'
返回参数说明
{
"code": 1,
"msg": "success",
"data": []
}
参数名 |
类型 |
说明 |
goods_id |
string |
购物车下的菜品ID |
goods_sku_id |
string |
购物车下的菜品规格ID |
备注