Forráskód Böngészése

更改了测试api

lang 5 éve
szülő
commit
87957aea8c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Controller/TestApi.py

+ 1 - 1
Controller/TestApi.py

@@ -142,7 +142,7 @@ class testView(View):
         # m3u8 = '{uid}/vod{channel}/{time}/{time}.m3u8'. \
         # m3u8 = '{uid}/vod{channel}/{time}/{time}.m3u8'. \
         #     format(uid=uid, channel=channel, time=vod['time'])
         #     format(uid=uid, channel=channel, time=vod['time'])
         thumb_url = response_url
         thumb_url = response_url
-        vod_url = 'http://127.0.0.1:8000/testApi/signplaym3u8?' \
+        vod_url = 'http://13.56.215.252:8077/testApi/signplaym3u8?' \
                   'uid={uid}&channel={channel}&time={time}&sign=tktktktk'. \
                   'uid={uid}&channel={channel}&time={time}&sign=tktktktk'. \
             format(uid=uid, channel=channel, time=1590485548)
             format(uid=uid, channel=channel, time=1590485548)
         vod_play_list.append({
         vod_play_list.append({