第一步先调通ds官方API
Showing
.env
0 → 100644
index.js
0 → 100644
index2.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "wechat_ds", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "axios": "^1.7.9", | ||
| "body-parser": "^1.20.3", | ||
| "crypto": "^1.0.1", | ||
| "dotenv": "^16.4.7", | ||
| "express": "^4.21.2", | ||
| "xml2js": "^0.6.2" | ||
| } | ||
| } |
Please register or sign in to comment