POST api/localtravel/delShoppingCart?shoppingcartIds={shoppingcartIds}
移除購物車
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shoppingcartIds |
購物車ID(多個“,”分隔) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
移除購物車
ReturnResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
data | boolean |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": true, "code": 2, "message": "sample string 3" }