This commit is contained in:
@@ -5,8 +5,8 @@ import utils from "../utils/index.js";
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
// 进入详情的接口
|
||||
// http://192.168.31.101:9940/v1/api/hot/list&page=1
|
||||
// 获取 底部导航的 热门
|
||||
// http://192.168.31.101:9940/v1/api/hot/list?page=1
|
||||
router.get('/list', async (req, res) => {
|
||||
let { page } = req.query
|
||||
page = page || 1
|
||||
|
||||
Reference in New Issue
Block a user