因子路线列表
GET
/research/factor-routes在线调试GET https://api.shengkezhi.com/open/v1/research/factor-routes等效 curl
curl "https://api.shengkezhi.com/open/v1/research/factor-routes" \ -H "Authorization: Bearer sk_xxx"
GET /research/factor-routes — 因子路线列表。
需在请求头携带 Authorization: Bearer sk_xxx。
响应
响应 data — FactorRouteList
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
items | FactorRouteView[] | ✔ | 路线视图列表。 |
total | integer | ✔ | 路线总数。 |