|
@@ -529,9 +529,6 @@ class AgentCustomerView(View):
|
|
|
page = int(request_dict.get('page', 1)) # 默认为第一页
|
|
|
page_size = int(request_dict.get('page_size', 10)) # 默认每页10条记录
|
|
|
|
|
|
- if status is None:
|
|
|
- return response.json(444)
|
|
|
-
|
|
|
try:
|
|
|
agent_customer_info = AgentCustomerInfo.objects.filter(user_id=userID).first()
|
|
|
if agent_customer_info is None:
|