This commit is contained in:
@@ -5,7 +5,7 @@ import Config from '../config/config.js'
|
||||
const router = express.Router();
|
||||
|
||||
// 进入详情的接口
|
||||
// http://192.168.31.101:3030/v1/api/info/list?id=6808
|
||||
// http://192.168.31.101:9940/v1/api/info/list?id=6808
|
||||
router.get('/list', async (req, res) => {
|
||||
let { id } = req.query
|
||||
let $ = await Util.get(`${Config.baseUrl}/${id}.html`)
|
||||
|
||||
Reference in New Issue
Block a user