# 客户用量 API import json data = await api_customer_models(request) return json.dumps(data, ensure_ascii=False)