External Transmission
Medium
- Category
- Data Exfiltration
- Content
### 1. 选股 API ```bash curl -X POST "${API_BASE}/finskillshub/api/claw/stock-screen" \ -H "Content-Type: application/json" \ -H "apikey: ${API_KEY}" \ -d '{"keyword": "用户查询", "pageNo": 1, "pageSize": 20}'- Confidence
- 83% confidence
- Finding
- curl -X POST "${API_BASE}/finskillshub/api/claw/stock-screen" \ -H "Content-Type: application/json" \ -H "apikey: ${API_KEY}" \ -d '{"keyword": "用户查询", "pageNo": 1, "pageSize": 20}' ``` 适用场景: -
