From 0d99c7ecd6e1a509f68777b63007048a65ba7906 Mon Sep 17 00:00:00 2001 From: cnf <3283105747@qq.com> Date: 星期四, 06 十一月 2025 17:18:51 +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