Browse Source

Merge branch '2024-11-04-master-server-use-vlog' of Server/title_with_video into master

luojunhui 5 months ago
parent
commit
a2433b6634
1 changed files with 24 additions and 25 deletions
  1. 24 25
      applications/deal/minigram.py

+ 24 - 25
applications/deal/minigram.py

@@ -6,37 +6,37 @@ from applications.functions.forward import forward_requests
 minigram_map = {
     1: {
         25: {
-                "avatar": "https://rescdn.yishihui.com/0temp/pqsp.png",
-                "id": "wxbdd2a2e93d9a6e25",
-                "name": "票圈视频",
-                "index": 25
-            },
+            "avatar": "https://rescdn.yishihui.com/0temp/logo.png",
+            "id": "wx89e7eb06478361d7",
+            "name": "票圈 l 3亿人喜欢的视频平台",
+            "index": 25
+        },
         29: {
-                "avatar": "https://rescdn.yishihui.com/0temp/pqsp.png",
-                "id": "wxbdd2a2e93d9a6e25",
-                "name": "票圈视频",
-                "index": 29
-            },
+            "avatar": "https://rescdn.yishihui.com/0temp/logo.png",
+            "id": "wx89e7eb06478361d7",
+            "name": "票圈 l 3亿人喜欢的视频平台",
+            "index": 29
+        },
         31: {
-                "avatar": "https://rescdn.yishihui.com/0temp/pqsp.png",
-                "id": "wxbdd2a2e93d9a6e25",
-                "name": "票圈视频",
-                "index": 31
-            }
+            "avatar": "https://rescdn.yishihui.com/0temp/logo.png",
+            "id": "wx89e7eb06478361d7",
+            "name": "票圈 l 3亿人喜欢的视频平台",
+            "index": 31
+        }
     },
     2: {
         36: {
-                "avatar": "https://rescdn.yishihui.com/0temp/pqsp.png",
-                "id": "wxbdd2a2e93d9a6e25",
-                "name": "票圈视频",
-                "index": 36
-            },
+            "avatar": "https://rescdn.yishihui.com/0temp/logo.png",
+            "id": "wx89e7eb06478361d7",
+            "name": "票圈 l 3亿人喜欢的视频平台",
+            "index": 36
+        },
         33: {
-            "avatar": "https://rescdn.yishihui.com/0temp/pqsp.png",
-            "id": "wxbdd2a2e93d9a6e25",
-            "name": "票圈视频",
+            "avatar": "https://rescdn.yishihui.com/0temp/logo.png",
+            "id": "wx89e7eb06478361d7",
+            "name": "票圈 l 3亿人喜欢的视频平台",
             "index": 33
-            }
+        }
     },
     3: {
         27: {
@@ -120,4 +120,3 @@ class Minigram(object):
                 return response
             else:
                 return self.choose_minigram()
-