123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "id": "b4b2a6a6aec3d176f740d61d166fb2be",
- "name": "rchy-gjfw",
- "title": "人车轨迹服务",
- "prefix": "rcgjfw",
- "version": "1.1.1",
- "icon": "rcgjfw.png",
- "description": "基站数据解码,人车标签信号检测,生成告警信息",
- "homepage": "",
- "license": "",
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": {
- "name": "elviss",
- "mobile": "",
- "email": "elvisszhang@icloud.com",
- "company": ""
- },
- "dependencies": {
-
- },
- "devDependencies": {
- "thinkphp": "3.1.3"
- },
- "environment":[
- {
- "name":"DB_DSN",
- "title":"MySQL数据库配置",
- "description":"",
- "type":"text"
- },
- {
- "name":"REDIS_DSN",
- "title":"redis配置",
- "description":"",
- "type":"text"
- },
- {
- "name":"人车标签_允许的最大时间差",
- "title":"",
- "description":"单位:秒",
- "type":"text"
- },
- {
- "name":"被盗告警_间隔时间",
- "title":"",
- "description":"单位:秒",
- "type":"text"
- },
- {
- "name":"车辆标签_rssi阀值",
- "title":"",
- "description":"数值越小,信号越强",
- "type":"text"
- },
- {
- "name":"车主标签_rssi阀值",
- "title":"",
- "description":"数值越小,信号越强",
- "type":"text"
- }
- ],
- "crontab":[
- ],
- "daemon":[
- {
- "name":"rchy-gjfw",
- "title":"人车轨迹服务",
- "description":"监听20160端口,检测到车辆、车主信号时,推送告警信息",
- "startcmd":"{php} {plugin.dir}/index.php start -d rcgjfw_index/index ",
- "stopcmd":"{php} {plugin.dir}/index.php stop"
- }
- ],
- "pointcuts":[
- ],
- "advices":[
- ],
- "pcmenu":[
- ],
- "rights":[
- ]
- }
|