Browse Source

用户提交代理商申请

linhaohong 1 year ago
parent
commit
ce5d6adc0a
1 changed files with 2 additions and 0 deletions
  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'),