This commit is contained in:
编码猿
2024-11-22 23:09:21 +08:00
parent 4bc03fc814
commit 12eca48220
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ router.get('/hot', async (req, res) => {
})
// 获取首页 默认的随机数据
// 获取首页 默认的随机写真
// http://192.168.31.101:3030/v1/api/home/list
router.get('/list', async (req, res) => {
let $ = await Util.get(`${Config.baseUrl}/?orderby=rand`)