Generating commit message...

This commit is contained in:
2025-08-30 14:33:49 +08:00
parent 4d469e95f0
commit 7f9bfbb381
99 changed files with 69225 additions and 35 deletions

22
scripts/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "jiebanke-api-tests",
"version": "1.0.0",
"description": "结伴客系统API测试脚本",
"main": "test-api.js",
"scripts": {
"test": "node test-api.js",
"test:health": "node -e \"require('./test-api.js').api.get('/health').then(r => console.log('健康检查:', r.data)).catch(console.error)\""
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {},
"keywords": [
"api-testing",
"jiebanke",
"travel",
"animal-adoption"
],
"author": "结伴客开发团队",
"license": "MIT"
}