mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
Feat/enterprise sso (#3602)
This commit is contained in:
8
api/services/enterprise/enterprise_service.py
Normal file
8
api/services/enterprise/enterprise_service.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from services.enterprise.base import EnterpriseRequest
|
||||
|
||||
|
||||
class EnterpriseService:
|
||||
|
||||
@classmethod
|
||||
def get_info(cls):
|
||||
return EnterpriseRequest.send_request('GET', '/info')
|
||||
Reference in New Issue
Block a user