浏览代码

将投流产品由 33替换为 4(票圈视频)

罗俊辉 8 月之前
父节点
当前提交
239769f474
共有 2 个文件被更改,包括 15 次插入9 次删除
  1. 4 4
      applications/deal/minigram.py
  2. 11 5
      applications/deal/response.py

+ 4 - 4
applications/deal/minigram.py

@@ -36,10 +36,10 @@ minigram_map = {
             "index": 36
         },
         33: {
-            "avatar": "https://rescdn.yishihui.com/0temp/ssnnfqd.jpeg",
-            "id": "wx5e67713277549b6f",
-            "name": "年年岁岁福气多",
-            "index": 33,
+            "avatar": "https://rescdn.yishihui.com/0temp/pqsp.png",
+            "id": "wxbdd2a2e93d9a6e25",
+            "name": "票圈视频",
+            "index": 33
             }
     },
     3: {

+ 11 - 5
applications/deal/response.py

@@ -68,12 +68,18 @@ class Response(object):
                 "name": "幸运美好福气多多",
                 "index": 27,
             },
+            # 33: {
+            #     "avatar": "https://rescdn.yishihui.com/0temp/ssnnfqd.jpeg",
+            #     "id": "wx5e67713277549b6f",
+            #     "name": "年年岁岁福气多",
+            #     "index": 33,
+            # },
             33: {
-                "avatar": "https://rescdn.yishihui.com/0temp/ssnnfqd.jpeg",
-                "id": "wx5e67713277549b6f",
-                "name": "年年岁岁福气多",
-                "index": 33,
-            },
+                "avatar": "https://rescdn.yishihui.com/0temp/pqsp.png",
+                "id": "wxbdd2a2e93d9a6e25",
+                "name": "票圈视频",
+                "index": 33
+            }
         }
 
     async def get_result(self):