feat: 迭代

This commit is contained in:
2026-05-15 11:28:02 +08:00
parent 6a7ec5fca7
commit 8c908ea557
120 changed files with 1139 additions and 238 deletions
+16 -1
View File
@@ -36,7 +36,22 @@
"Read(//e/project/wb/**)",
"Bash(pnpm dev:server)",
"Bash(pnpm --filter @rent/server run build)",
"Bash(pnpm --filter @rent/server run dev)"
"Bash(pnpm --filter @rent/server run dev)",
"Bash(curl -s http://localhost:3000/api/app/merchants)",
"Bash(awk '{print $5}')",
"Bash(xargs -I {} taskkill //PID {} //F)",
"Bash(curl -X GET \"http://localhost:3000/api/app/activity/list\" -H \"Content-Type: application/json\")",
"Bash(curl -X GET \"http://localhost:3000/api/app/activity/invite/config\" -H \"Content-Type: application/json\")",
"Bash(curl -X GET \"http://localhost:3000/api/app/finance/wallet\" -H \"Content-Type: application/json\" -H \"Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsInR5cGUiOiJ1c2VyIiwiaWF0IjoxNzQ3MjMzNTMxLCJleHAiOjE3NDk4MjU1MzF9.Y7Ky8VGE5gqFN_SEZx-VvdVJhkန_example_token\")",
"Bash(curl -s -X GET \"http://localhost:3000/api/app/activity/invite/records?page=1&pageSize=20\" -H \"Content-Type: application/json\" -H \"Authorization: Bearer test\")",
"Bash(curl -X GET \"http://localhost:3000/api/admin/merchants/3\" -H \"Content-Type: application/json\")",
"Bash(curl -X GET \"http://localhost:3000/api/admin/finance/reports/overview\" -H \"Content-Type: application/json\")",
"Bash(curl -X GET \"http://localhost:3000/api/admin/reviews?page=1&pageSize=10\" -H \"Content-Type: application/json\")",
"Bash(curl -X GET \"http://localhost:3000/api/merchant/finance/wallet\" -H \"Content-Type: application/json\")",
"Bash(curl -X GET \"http://localhost:3000/api/admin/finance/reports/weekly\" -H \"Content-Type: application/json\")",
"Bash(xargs grep -l \"room\" -i)",
"Bash(mysql -h localhost -u root -p123456 -D rent -e \"DESCRIBE user_coupons;\")",
"Bash(docker exec *)"
]
}
}