1
This commit is contained in:
@@ -19,7 +19,7 @@ alwaysApply: true
|
||||
| 模型关联 | `./config/model.associations.js` |
|
||||
| 白名单 | `./config/config.js` → `allowUrls` |
|
||||
| `beforeInitApi` 实现体 | `./config/before_init_api.js`(由 `framework.config.js` 挂到 `init` 参数) |
|
||||
| 管理端通用工具(非业务域) | `api/utils/query_helpers.js`(分页/筛选/导出)、`api/utils/biz_audit.js`(审计) |
|
||||
| 管理端通用工具(非业务域) | `api/utils/query_helpers.js`(仅 `build_search_where` / `normalize_for_write`;分页与导出在各 controller 内 `findAndCountAll` / `findAll`)、`api/utils/biz_audit.js`(审计) |
|
||||
| 跨端/复杂业务 | `api/service/*`(如 `biz_auth_verify`、`biz_proxy_service`、`biz_subscription_logic`、`biz_token_logic`) |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user