- 36 files: module structure following module-development-spec - 7 table definitions: users_cache, pricing_cache, llmage_cache, uapi_cache, sync_state, customer_balance, accounting_records - Auth: dapi_auth + uapi_sign - Sync: base_sync + entity-specific sync modules (users/pricing/uapi/llmage) - Cache: LRU cache manager with TTL - API: balance, accounting, users, pricing, health handlers - Config: YAML config loader with env overrides - Utils: HTTP client, crypto helpers
8 lines
161 B
JSON
8 lines
161 B
JSON
{
|
|
"admin_user": {
|
|
"username": "admin",
|
|
"role": "sageapi_admin",
|
|
"description": "SageAPI 管理后台默认用户,由系统初始化创建"
|
|
}
|
|
}
|