|
|
|
@ -6,6 +6,7 @@ from configs import dify_config
|
|
|
|
from services.billing_service import BillingService
|
|
|
|
from services.billing_service import BillingService
|
|
|
|
from services.enterprise.enterprise_service import EnterpriseService
|
|
|
|
from services.enterprise.enterprise_service import EnterpriseService
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class SubscriptionModel(BaseModel):
|
|
|
|
class SubscriptionModel(BaseModel):
|
|
|
|
plan: str = "sandbox"
|
|
|
|
plan: str = "sandbox"
|
|
|
|
interval: str = ""
|
|
|
|
interval: str = ""
|
|
|
|
|