소스 검색

用户提交代理商申请

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'),