update pay function

This commit is contained in:
2025-11-23 21:42:48 +08:00
parent 134897c3aa
commit 1f1aa896d1
3 changed files with 387 additions and 1 deletions

3
app.py
View File

@@ -13639,6 +13639,9 @@ def get_prediction_topics():
})
except Exception as e:
import traceback
print(f"[ERROR] 获取话题列表失败: {str(e)}")
print(traceback.format_exc())
return jsonify({'success': False, 'error': str(e)}), 500