5 lines
112 B
Plaintext

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