fix: 可用性API路由声明POST method
This commit is contained in:
@@ -930,7 +930,7 @@ def api_research_backtest():
|
||||
return jsonify({'error': str(e)}), 500
|
||||
|
||||
|
||||
@app.route("/api/research/availability")
|
||||
@app.route("/api/research/availability", methods=["GET", "POST"])
|
||||
def api_research_availability():
|
||||
"""策略手动可用性状态(2026-08-16 老莫把关)
|
||||
GET /api/research/availability → 全部状态
|
||||
|
||||
Reference in New Issue
Block a user