Преглед изворни кода

用户提交代理商申请

linhaohong пре 1 година
родитељ
комит
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'),