From 8ee5f3d527a56a0dacc89337c240415713ccfb2f Mon Sep 17 00:00:00 2001 From: wbc <2597324127@qq.com> Date: 星期四, 11 十二月 2025 23:22:10 +0800 Subject: [PATCH] 蓝宝自动调拨相关更新 --- WebApi/CLAUDE.md | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/WebApi/CLAUDE.md b/WebApi/CLAUDE.md index ecac9ef..4518bd7 100644 --- a/WebApi/CLAUDE.md +++ b/WebApi/CLAUDE.md @@ -23,6 +23,7 @@ - **Gs.QiTaCk** / **Gs.QiTaRk**: Miscellaneous in/out operations (鍏跺畠鍑哄簱/鍏跺畠鍏ュ簱) - **Gs.Ww**: Outsourcing management (濮斿) - **Gs.JJGZ**: Piece-rate wage management (璁′欢宸ヨ祫) + - **Gs.OpenApi**: External API integration and open interfaces ## Development Commands @@ -39,9 +40,15 @@ ``` ### Development Server -- API runs on `http://localhost:5263` (Project profile) or `http://localhost:37005` (IIS Express) -- Swagger UI: `http://localhost:5263/swagger` -- CORS configured to allow all origins in development +- API runs on `http://localhost:5263` (default Project profile) or `http://localhost:37005` (IIS Express) +- Ports configured in `Gs.HostIIS/Properties/launchSettings.json` +- Swagger UI: `http://localhost:5263/swagger` (always enabled, not just in Development) +- CORS configured to allow all origins via "AllowAll" policy + +### Testing +- No automated tests currently exist in the solution +- Manual testing via Swagger UI at `/swagger` endpoint +- Test ERP integration endpoints configured in appsettings.json (`TestErpUrl`, `TestErpUrl2`) ## Architecture Details -- Gitblit v1.9.3