update
Showing
.env
deleted
100644 → 0
.gitignore
0 → 100644
.npmrc
0 → 100644
README.md
0 → 100644
config/dev.json
0 → 100644
config/index.js
0 → 100644
config/local.json
0 → 100644
config/production.json
0 → 100644
db/index.js
0 → 100644
db/models/question.js
0 → 100644
db/models/systemUser.js
0 → 100644
db/redis.js
0 → 100644
ecosystem.config.js
0 → 100644
index.js
deleted
100644 → 0
index2.js
deleted
100644 → 0
index3.js
deleted
100644 → 0
index4.js
deleted
100644 → 0
middleware/parameter.js
0 → 100644
middleware/request.js
0 → 100644
middleware/response.js
0 → 100644
module/requestLogModule.js
0 → 100644
module/userModule.js
0 → 100644
| { | { | ||
| "name": "wechat_ds", | "name": "letian", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "main": "index.js", | "main": "index.js", | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "production": "cross-env NODE_ENV=production node server.js", | ||
| "dev": "cross-env NODE_ENV=dev nodemon server.js", | |||
| "local": "cross-env NODE_ENV=local nodemon server.js" | |||
| }, | }, | ||
| "keywords": [], | |||
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^1.7.9", | "axios": "1.7.4", | ||
| "body-parser": "^1.20.3", | "compression": "1.7.4", | ||
| "crypto": "^1.0.1", | "cors": "2.8.5", | ||
| "dotenv": "^16.4.7", | "crypto": "1.0.1", | ||
| "express": "^4.21.2", | "crypto-js": "^4.2.0", | ||
| "xml2js": "^0.6.2" | "eslint": "9.4.0", | ||
| "exceljs": "4.4.0", | |||
| "express": "4.19.2", | |||
| "form-data": "4.0.0", | |||
| "ioredis": "5.4.1", | |||
| "joi": "17.13.1", | |||
| "lodash": "4.17.21", | |||
| "moment": "2.30.1", | |||
| "mongoose": "8.5.3", | |||
| "morgan": "1.10.0", | |||
| "multer": "1.4.5-lts.1", | |||
| "node-cron": "3.0.3" | |||
| } | } | ||
| } | } |
router/index.js
0 → 100644
router/questionRouter.js
0 → 100644
router/wechatRouter.js
0 → 100644
server.js
0 → 100644
utils/errorMessage.js
0 → 100644
utils/httpRequest.js
0 → 100644
utils/index.js
0 → 100644
Please register or sign in to comment