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