test240527 / api /services /enterprise /enterprise_service.py
Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
185 Bytes
from services.enterprise.base import EnterpriseRequest
class EnterpriseService:
@classmethod
def get_info(cls):
return EnterpriseRequest.send_request('GET', '/info')