feat: implement PolyWeather web map API backend with data processing, caching, and entitlement, and add related documentation.
This commit is contained in:
+8
-8
@@ -23,19 +23,19 @@
|
||||
mindmap
|
||||
root((PolyWeather API))
|
||||
城市列表
|
||||
"GET /api/cities"
|
||||
[GET /api/cities]
|
||||
城市主数据
|
||||
"GET /api/city/{name}"
|
||||
"GET /api/city/{name}/summary"
|
||||
"GET /api/city/{name}/detail"
|
||||
[GET /api/city/:name]
|
||||
[GET /api/city/:name/summary]
|
||||
[GET /api/city/:name/detail]
|
||||
历史数据
|
||||
"GET /api/history/{name}"
|
||||
[GET /api/history/:name]
|
||||
关键对象
|
||||
current
|
||||
forecast
|
||||
"probabilities(mu + distribution)"
|
||||
multi_model / multi_model_daily
|
||||
"market_scan(P0 只读)"
|
||||
[probabilities (mu + distribution)]
|
||||
[multi_model / multi_model_daily]
|
||||
[market_scan (P0 只读)]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -25,12 +25,12 @@ mindmap
|
||||
Web Dashboard
|
||||
VIP Bundle
|
||||
Pricing
|
||||
Entry 1 USD
|
||||
Dashboard 5 USD
|
||||
Bundle 5.5 USD
|
||||
[Entry 1 USD]
|
||||
[Dashboard 5 USD]
|
||||
[Bundle 5.5 USD]
|
||||
Access Control
|
||||
"Manual activation(P1)"
|
||||
"Wallet/USDC detection(P2)"
|
||||
[Manual activation (P1)]
|
||||
[Wallet/USDC detection (P2)]
|
||||
Entitlement middleware
|
||||
Growth
|
||||
Accuracy reports
|
||||
|
||||
Reference in New Issue
Block a user