打分列表增加信号方向快捷筛选

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-05-03 17:01:51 +08:00
parent 7d49aff6c7
commit df28200eb0
5 changed files with 41 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ func (d *Deps) ListScores(w http.ResponseWriter, r *http.Request) {
TsCode: q.Get("ts_code"),
Start: q.Get("start"),
End: q.Get("end"),
Signal: q.Get("signal"),
Limit: limit,
})
if err != nil {