瀏覽代碼

用户提交代理商申请

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