GET BShoppingCart/APP_GetShoppingList?ResidentID={ResidentID}&pageCnt={pageCnt}&pageIndex={pageIndex}
获取购物车列表 返回APPResult 对象 List(_APP_Return_ShoppingCart)。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ResidentID | 用户/买家ID |
Define this parameter in the request URI. |
| pageCnt | 页大小 |
Define this parameter in the request URI. |
| pageIndex | 页索引 |
Define this parameter in the request URI. |