√819切换tabs时加载数据 websocket测试 GET /api/product/discount/appoint/getDiscountInfo 接口描述 切换tabs时加载数据 说明 / 示例 >请求参数 ```json { "current": 0,//这里相当于四种对应的处理方式,按0 1 2 3分别代表小时卡、周卡、月卡、年卡 "storeId": 8 } ``` >响应参数 ```json { "code": 0, "data": { discountInfos: [{ discountId: 1, discountTitle: "24小时体验卡", discountDesc: "这里放的是上面这玩意儿的简单描述。", discountPriceNow: 100, discountPriceOrigin: 200, }] } } ```
>请求参数 ```json { "current": 0,//这里相当于四种对应的处理方式,按0 1 2 3分别代表小时卡、周卡、月卡、年卡 "storeId": 8 } ``` >响应参数 ```json { "code": 0, "data": { discountInfos: [{ discountId: 1, discountTitle: "24小时体验卡", discountDesc: "这里放的是上面这玩意儿的简单描述。", discountPriceNow: 100, discountPriceOrigin: 200, }] } } ```