更新获取节点接口

master
pan 4 years ago
parent cb3f0e7fc1
commit 4b113c0ed5
  1. 4
      routes/project/prepare.js

@ -23,10 +23,10 @@ router.get('/hdivide', function (req, res, next) {
res.json(data) res.json(data)
}) })
router.get('/hdivide/node', function (req, res, next) { router.get('/hdivide/all', function (req, res, next) {
var data=mock.page(req,'获取HAOZP节点划分成功',{ var data=mock.page(req,'获取HAOZP节点划分成功',{
//节点 //节点
id:666, id:/\d{3}/,
//节点 //节点
node:()=>Mock.Random.word(), node:()=>Mock.Random.word(),
//节点编号 //节点编号

Loading…
Cancel
Save