linhaohong 1 год назад
Родитель
Сommit
ce5d6adc0a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      AdminController/CloudServiceManage/AgentCustomerController.py

+ 2 - 0
AdminController/CloudServiceManage/AgentCustomerController.py

@@ -56,6 +56,8 @@ class AgentCustomerView(View):
         response = ResponseObject(language, 'pc')
         if operation == 'getUnicomAndIcloud':
             return self.get_unicom_and_icloud(response)
+        elif operation == 'applyAgent':
+            return self.apply_agent(request_dict, response)
         else:
             tko = TokenObject(
                 request.META.get('HTTP_AUTHORIZATION'),