Backend wraps data in extra layer:
system-health → {code:0, data:{services:[...]}}
realtime-trades → {code:0, data:{items:[...], total:N}}
HttpClient strips outer data but leaves inner object.
Fix: type as {services/items} and access nested arrays.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| admin-app | ||
| admin-web | ||
| genex-mobile | ||
| miniapp/src | ||
| mobile | ||
| portal | ||
| .gitignore | ||
| build.bat | ||
| build.sh | ||