# 统计卡片 JSON API import json data = await api_stats(request) return json.dumps(data, ensure_ascii=False)