kk 2 years ago
parent
commit
bc02dab6db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/conf_task.py

+ 1 - 1
server/conf_task.py

@@ -179,7 +179,7 @@ def get_user_info(source):
 
 @app.route("/v1/crawler/author/create", methods=["POST"])
 def createUser():
-    get_media_url = 'http://videotest-internal.yishihui.com/longvideoapi/user/virtual/crawler/registerVirtualUser'
+    get_media_url = 'http://longvideoapi-internal.piaoquantv.com/longvideoapi/user/virtual/crawler/registerVirtualUser'
     spider_link = request.json.get('spider_link')
     source = request.json.get('source')
     task_type = request.json.get('task_type')