Browse Source

dev-server

luojunhui 3 months ago
parent
commit
416396ce45
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pqai_agent_server/api_server.py

+ 2 - 0
pqai_agent_server/api_server.py

@@ -303,6 +303,8 @@ def quit_human_interventions_status():
     user_id = req_data["user_id"]
     if not user_id or not staff_id:
         return wrap_response(404, msg="user_id and staff_id are required")
+
+    staff_id = '1688854492669990'
     response = quit_human_intervention_status(user_id, staff_id)
 
     return wrap_response(200, data=response)