fix snmp链路测试

This commit is contained in:
zxr
2026-07-05 21:21:53 +08:00
parent 1ad0323715
commit cc6ea1acc6
11 changed files with 223 additions and 23 deletions

View File

@@ -1,5 +1,9 @@
# Code Mode Rules (Non-Obvious Only)
## Development Constraints
- Code is not deployed yet; do not spend effort preserving backward compatibility with old code.
## API Layer
- Two axios instances exist: [`request.ts`](src/api/request.ts) (custom with workspace header) and [`interceptor.ts`](src/api/interceptor.ts) (global with Bearer token). Choose based on whether you need workspace support.