Browse Source

测试000

master
wenlele 1 year ago
parent
commit
7ffca2026f
  1. 2
      api/app/lib/routes/organization/index.js

2
api/app/lib/routes/organization/index.js

@ -6,7 +6,7 @@ module.exports = function (app, router, opts) {
try {
app.fs.api.logAttr['GET/pump/station'] = { content: '获取所有站点信息', visible: true };
app.fs.api.logAttr['GET/pump1/station1'] = { content: '获取所有站点信息', visible: true };
router.get('/pump1/station1', data.getPumpStation);

Loading…
Cancel
Save