// 技术栈 · API 接入示例
Node.jsReact小程序高并发实时配送
curl -X POST https://api.jinsong.tech/v1/orders \
  -H "Authorization: Bearer <key>"
0
0
0
0

?

?

?

?

?

?

// 系统架构 · System Architecture
锦送技术架构

┌─────────────────────────────────┐
客户端层  // 小程序 · H5 · APP
├─────────────────────────────────┤
API网关  // Nginx · 负载均衡
├─────────────────────────────────┤
业务服务  // Node.js · Express
├──────┬──────────┬──────────────┤
派单  订单  支付/用户
├──────┴──────────┴──────────────┤
数据层  // MySQL · Redis
└─────────────────────────────────┘

// 峰值 QPS: 2000+
// 平均响应: < 200ms