明树Git Lab

Commit 67f82500 authored by zengfanpei's avatar zengfanpei

update

parent c513d055
......@@ -36,6 +36,12 @@
--近期更新
1. 简单的流程结构flowDef,不暴露给前端,等用户给定流程审批信息,接口创建流程模板
2. 从入库逻辑开始 入库单增删改查、入库单开启流程......
```
{
"tokenEx": 86400,
"cron": {
"dbURI": "mongodb://root:letian2024.@127.0.0.1:27017/letian?authSource=admin",
"file": {
"storagePath": "/uploadfiles"
},
"device": {
"secretKey": "EB29BBD58E06997E",
"getDeviceList": "http://open.sennor.net:8088/device/getDeviceList",
"getDeviceInfo": "http://open.sennor.net:8088/device/getDeviceInfo",
"upDeviceInfo": "http://open.sennor.net:8088/device/upDeviceInfo",
"fileBaseUrl": "http://insect.sennor.net:1881/openFile/",
"token": "24a2232a85bd4ce7a846c460ff3b34c2",
"userName": "cqwangfeng1",
"password": "b5be656a7060dd3525027d6763c33ca0",
"getAllDevice": "http://open.sennor.net:1881/getAllDevice",
"getInsectNewCollectionResult": "http://open.sennor.net:1881/getInsectNewCollectionResult",
"uploadCameraPhoto": "http://open.sennor.net:1881/uploadCameraPhoto",
"getPreventionToInsectName": "http://open.sennor.net:1881/getPreventionToInsectName",
"typeName": {
"1": "采集点",
"2": "气象站",
"3": "全景相机",
"4": "细节相机"
},
"typeCount": {
"1": 100,
"2": 100,
"3": 100,
"4": 100
}
},
"cron": {
"getDeviceList": false,
"getAllDevice": false,
"collectDeviceInfo": false
}
}
\ No newline at end of file
......@@ -15,4 +15,11 @@ const flowDefController = require('../controller/flowDefController');
*/
router.post('/flowDef/update', flowDefController.updateFlowDef);
/**
* 流程
*/
// router.post('/flow/start', flowController.startFlow);
module.exports = router;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment