罗俊辉 9 месяцев назад
Родитель
Сommit
114ae88788
9 измененных файлов с 3770 добавлено и 39 удалено
  1. 2 1
      applications/__init__.py
  2. 289 0
      applications/aidit_api.py
  3. 34 0
      applications/data_works.py
  4. 23 0
      applications/functions.py
  5. 10 1
      config/__init__.py
  6. 3280 0
      dev/ghid.json
  7. 4 17
      dev/test.py
  8. 27 20
      tasks/task2.py
  9. 101 0
      tasks/task3.py

+ 2 - 1
applications/__init__.py

@@ -4,4 +4,5 @@
 from .aidit_api import AIDTApi
 from .denet_mysql import DeNetMysql
 from .pq_mysql import PQMySQL
-from .functions import Functions
+from .functions import Functions
+from .data_works import ODPSApi

Разница между файлами не показана из-за своего большого размера
+ 289 - 0
applications/aidit_api.py


+ 34 - 0
applications/data_works.py

@@ -0,0 +1,34 @@
+"""
+@author: luojunhui
+"""
+from odps import ODPS
+
+
+class ODPSApi(object):
+    """
+    PyODPS class, get data from odps server
+    """
+
+    def __init__(self):
+        self.endpoint = "http://service.cn.maxcompute.aliyun.com/api"
+        self.access_id = "LTAIWYUujJAm7CbH"
+        self.access_key = "RfSjdiWwED1sGFlsjXv0DlfTnZTG1P"
+        self.project = "loghubods"
+
+        self.od = ODPS(
+            access_id=self.access_id,
+            secret_access_key=self.access_key,
+            endpoint=self.endpoint,
+            project=self.project,
+        )
+
+    def select(self, sql):
+        """
+        :param sql: 查询语句
+        :return: odps_obj{}
+        """
+        result = []
+        with self.od.execute_sql(sql).open_reader() as reader:
+            for record in reader:
+                result.append(record)
+        return result

+ 23 - 0
applications/functions.py

@@ -2,12 +2,14 @@
 @author: luojunhui
 """
 import requests
+import pymysql
 
 
 class Functions(object):
     """
     functions class
     """
+
     @classmethod
     def getTitleScore(cls, title_list, account_name):
         """
@@ -28,3 +30,24 @@ class Functions(object):
         }
         response = requests.post(url=url, headers={}, json=body).json()
         return response
+
+    @classmethod
+    def matchLinkById(cls, channel_content_id):
+        """
+        Use channelContentId to match articleUrl
+        :param channel_content_id:
+        :return:
+        """
+        connection = pymysql.connect(
+            host='rm-bp12k5fuh5zyx31d28o.mysql.rds.aliyuncs.com',
+            port=3306,
+            user='wx2023_ad',
+            password='wx2023_adP@assword1234',
+            db='adplatform',
+            charset='utf8mb4'
+        )
+        sql = f"""select link from changwen_article where id = '{channel_content_id}';"""
+        cursor = connection.cursor()
+        cursor.execute(sql)
+        article_link = cursor.fetchone()
+        return article_link[0]

+ 10 - 1
config/__init__.py

@@ -23,7 +23,7 @@ planConfigDict = {
     "20240721065541597979774": "房产楼市",
     "20240721065548525430079": "科学科普",
     "20240721065636638920221": "互联网",
-    "20240721065642988552526": "数码3C",
+    # "20240721065642988552526": "数码3C",
     "20240721065757870627696": "新闻媒体",
     "20240721065858360363927": "行业资讯",
     "20240721065936394197711": "区域生活",
@@ -330,3 +330,12 @@ cateMap = {
     "娱乐八卦": 0.1,
     "其他": 0.2
 }
+
+poolTagMap = {
+    "Level4": "autoArticlePoolLevel4",
+    "Level3": "autoArticlePoolLevel3",
+    "Level2": "autoArticlePoolLevel2",
+    "Level1": "autoArticlePoolLevel1"
+}
+
+coldPoolArticlesNum = 300

+ 3280 - 0
dev/ghid.json

@@ -0,0 +1,3280 @@
+{
+    "code": 0,
+    "msg": "success",
+    "data": {
+        "totalCount": 155,
+        "data": [
+            {
+                "id": "20240724104407730948897",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "笑口常开一家人",
+                "ghId": "gh_abd3aef4debe",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBT7kiaAibOpvamJWyuEo5TkmchTEHYyCUiaOWHxHVic40oFfHjJqJns1fbgCATGDxQKqe3LmfNrkTqGsU/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721817846153,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724123926658871320",
+                        "name": "【自动化群发-服务号】 笑口常开一家人-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 95,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 95,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724032820014446272",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "奇闻纪实",
+                "ghId": "gh_036ab9bb685a",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBTicMGbNI2TRw56y50C68hhYjL2ZmV9kbty7G4j2K86GN3vFCQln3kIjR0J5O8zGoJ8gbuTjskG9yC/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791697942,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724130017850362763",
+                        "name": "【自动化群发-服务号】奇闻纪实-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724032730850424359",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "持家妙招集",
+                "ghId": "gh_0dea45f2342a",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TP1hkBS1jy7qOFowThgIGx4J25PbttUasaTZGS11GGKSRDKAzNNPwuJdltXOf0vROtmhCiaJutwOW/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791648709,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125932324348205",
+                        "name": "【自动化群发-服务号】持家妙招集-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724032642479712183",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "谈趣史",
+                "ghId": "gh_fb8031aca805",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBT65LEnJFEFJG3avVj9zEzgJrtypo1jjCdOoEshvsFbThCPN0QrWo8BjT6efpcwCrib0FqqyR1PJQq/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791600612,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125837818216472",
+                        "name": "【自动化群发-服务号】谈趣史-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724032409456774207",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "趣农村生活",
+                "ghId": "gh_7adb9417f845",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEs2z2jZkkfkpZqaVuXWlKThlpWyHf1JWalNRz2fib1JbhicXs6C4SwWhPRgMB0y8v2TEnR9icVU6Dtt2a8JGbvtwak/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791447592,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125801512230152",
+                        "name": "【自动化群发-服务号】趣农村生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724032255401733191",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "乡野风光",
+                "ghId": "gh_d367454ca4d7",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBT9cmXSOsCYHDlKdrwh1zJQI16hIHMZ5HkTItEeFaeTSicYGS8Eegn1lBb0c98KrT2nNWryh208niaK/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791373966,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125725874592440",
+                        "name": "【自动化群发-服务号】乡野风光-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724032152683582714",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "妙农村生活",
+                "ghId": "gh_b7f7144a96c5",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/0wHhRrSicLWINhJ5rZBdtfRhSicd9AVSC7B1ePaXsnicJvgl0d6nNica2rUaCfYtzJVq1ovQc2icTzHo8bGAib7HkX6QQYxO5Gm0RZ/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791310737,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125646961438848",
+                        "name": "【自动化群发-服务号】妙农村生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724032037357132714",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "老来妙趣生活",
+                "ghId": "gh_a172a6bf7dc5",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEs2z2jZkkfkpQ7iatf46ZZsfkXoKFrPHAfawuDTgWnIGGibmBj5DvgX6Ribb6GRAoqhSyYXicA0frS5fK1zicQ8AEaVx/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791235968,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125617271402826",
+                        "name": "【自动化群发-服务号】老来妙趣生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724031912124432770",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "大嘴美食家",
+                "ghId": "gh_9904c57b243e",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TI9ukS3IjvZNBekXTkypJ60uX5yYzHy8ZQUDIFBMEXzVK37HvKKdAu8oPEQnx5tYZGbV6b3Ey5Ik/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791150160,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125543894178953",
+                        "name": "【自动化群发-服务号】大嘴美食家-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724031800953761417",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "无忧生活有点子",
+                "ghId": "gh_b24476d5090c",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/Q3auHgzwzM6onqjkvQUQPuDgiaDW6QVNMuDHxZgu9ByRff1seicvKe9K9f4U8N02qvzDPbg2FI6hGux0rTs2JO5Do1MbxpWAFRsPYXqTcfk3c/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791078976,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125430158214845",
+                        "name": "【自动化群发-服务号】无忧生活有点子-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724031703234573425",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "奇趣妙招点子",
+                "ghId": "gh_c484cea5ce0b",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEs2z2jZkkfkpYv0vUAzJclQEVNf1q8eh9TLJYl1HUibVnjNOGZB36YXdjDYOCKvKvEVcZgugyK3O0cOicOj10iblrg/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721791021290,
+                "quotePublishPlans": [],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 0,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724031559936891735",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "退休知音老友",
+                "ghId": "gh_c7c9929bdfc4",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TMXQPAtECLulGKogpYDGCvQiczBMzvfcrFKULoOcS7JWCJT3yiaiaZo6DiaeBsLlaFMqwgXiawmdfas1m/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790958014,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125402978328128",
+                        "name": "【自动化群发-服务号】退休知音老友-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724031508264467126",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "百家之康阁",
+                "ghId": "gh_a1b5a2142e11",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEs2z2jZkkfkpSIeecIqJtYr8zY8Gudpm5KZxv2P2TsxJZksOzRlWibu9JxBl2qI2NdzsQuGMmBSXBvlY3e9TXhC3/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790906927,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125329276758491",
+                        "name": "【自动化群发-服务号】百家之康阁-复用-票圈正能量 ",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724031338521616920",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "妙晚年生活",
+                "ghId": "gh_1c7e15e6ac9e",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEs2z2jZkkfkpWAJcqzxOn4AEMgibm2AQohS16m5yByer0ia0HUpLcpdX8E4n6NTLjLlX83e9CKdTDRGDxZ2wT79Gj/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790816314,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125234306474567",
+                        "name": "【自动化群发-服务号】妙晚年生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724031239032984499",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "乡间牛人",
+                "ghId": "gh_98a84818284c",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TJfICBXTJk8wGZoXgiadlBScVIUVKxFmS0b6RMJ6Ssx4YSMg8Z0rI4IBuPsM3yu6tMrCjLnOnib0eU/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790756872,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125145253298360",
+                        "name": "【自动化群发-服务号】乡间牛人-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724030904776155754",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "理想老来生活",
+                "ghId": "gh_d9de0e9b70e9",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBT3piaibjukyA3UmIE6sIlNaM6Qico4qFscic5ocWKhh35IicoETd1SOjfQIynYHmSoAbLmXAUAmyUgzrg/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790542728,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125112930904482",
+                        "name": "【自动化群发-服务号】理想老来生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724030613557484945",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "长年妙生活",
+                "ghId": "gh_5d68fee2093f",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBT44VVf3LhdERxjdz0k46TEicjaGjw5IkLIAx4WfFLqWoicYVWwib2WPib08o6yOKXZVf31poVLmLObNh/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790371565,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125039858102716",
+                        "name": "【自动化群发-服务号】长年妙生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724030443076254138",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "史家霸唱",
+                "ghId": "gh_6ff82851890a",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TI73Hxtrd9Ukl9fF1KkFlHm178613u7icgy2MJaHiaWqfibmz5L0E06SplDvK4LianwO5oKGUytDNpB6/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790281622,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724125015599355326",
+                        "name": "【自动化群发-服务号】史家霸唱-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 0,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 0,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724030311653269194",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "闲时聊生活",
+                "ghId": "gh_a5e71438865e",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBTic064QZrQsZ2m7XtibnylfZs2ESJQW4Zngq0TrrdrIPqOmXoUtxoPrdtzuGv0jdgia5XouMoJGawgF/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790190397,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124952305491463",
+                        "name": "【自动化群发-服务号】闲时聊生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 44,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 44,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724030143955171191",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "青莲简史",
+                "ghId": "gh_89d00dca4896",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1THgv9bibQpKvMU1QmkgdPSZtjAr3p7Trgh583yCJwwqmW5j1D7icKHxWibc3guujjn2xBZwGarSicPWR/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790101816,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124921408458037",
+                        "name": "【自动化群发-服务号】青莲简史-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 80,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 80,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724030033798277362",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "理想晚年生活",
+                "ghId": "gh_50c78060c5f2",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TJbAiabpHZuOucyknqRmia7ZtmWmSZz3vTXAic9tXicy9XcXDZ6sJuH0C0iaAuib9GMMW3KGghcFZWMibFB/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721790031580,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124840366945617",
+                        "name": "【自动化群发-服务号】理想晚年生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 80,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": null,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 80,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724025928728550139",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "趣生活小妙招",
+                "ghId": "gh_949bf0195759",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBTibxLK4evwEXtBGiasxeYx9v9b0PxEJQ6xYOp82OIzkd9cZz6MzfZJ4hicDMA2pOqgT0aPwE0Wv3W3f/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721789966654,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124803284947349",
+                        "name": "【自动化群发-服务号】趣生活小妙招-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 80,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": 19252,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 80,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724025717366973813",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "幸福生活有窍门",
+                "ghId": "gh_de2c9fefe715",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/tUa5JwyB5rFqEfZ0rr1sgBMqPhUGH242Nmia4IRyH6t4xILiaYBiaJ8MJLMFKEClyKc36AsaNO4PXmdgqZyHqzR37T6VFgylFVx/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721789836073,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124712593419431",
+                        "name": "【自动化群发-服务号】幸福生活有窍门-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 95,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": 3390,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 95,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724025615467523842",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "幸福心灵指南",
+                "ghId": "gh_0bedf49a6a7e",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwz46BVlicZJBT9jSEGuc7SaXIE23k7yc8bSibGROLfpclgtUXqyOqSgiaToWLPScibDFep4VIftDQmnI0mia8TuoWa0w/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721789774184,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124620114509992",
+                        "name": "【自动化群发-服务号】幸福心灵指南-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 95,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": 1939,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 95,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724025339570300659",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "情感时光屋",
+                "ghId": "gh_6da12d2660ba",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TBZexn0eaepzR3pfOV9GZEtXXEcouoME12wol0kgcjmuNS8dmGuMHatKqtQSIzKqNfiaylZyjnzgG/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721789618328,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124453126387280",
+                        "name": "【自动化群发-服务号】情感时光屋-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 95,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": 8902,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 95,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240724024944316454261",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "无忧生活情感",
+                "ghId": "gh_0b29b081f237",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/Q3auHgzwzM6onqjkvQUQPuDgiaDW6QVNMKzTxF2gnr31cTYOtaX5ibC79gUA1RaHibJRh3pV1iaNj8iaX7zmtJUyXvLQWIIVkyTkFTkibkYtuVxFU/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721789382814,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240724124318585527193",
+                        "name": "【自动化群发-服务号】无忧生活情感-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 95,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 0,
+                "followerCount": 16634,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 95,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240723085100804543980",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "悠读生活",
+                "ghId": "gh_9782c8a85bce",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJMG59Wib37Wnica4c73BqZdj994BnwhdKlg0pvwLAHStymbr4dKibbVIibMN0cH0riadFf7otuJ6p3VYBgwicGmXzhkJ5LYNmnRBpWHtulW7uD2vS98PucdIibMqB/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721724659312,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240723144109257631222",
+                        "name": "【自动化群发-服务号】悠读生活-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 94,
+                        "z": 1
+                    }
+                ],
+                "publishCount": 1,
+                "followerCount": 185907,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 1,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 94,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240723083606232471570",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "好招妙",
+                "ghId": "gh_58d75d978f31",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEsQH5oIxOkA0nBianH8e4sl9we0torgkrE59jN7Wt4OKqgslT6hJNI7bUJFRkUgoH3jCpC3SSLGwXQYzicStGouoTSfKjXKo3SrFiar0jiaomXhVC8BYZf9VZnN/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721723764796,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240723144517631619819",
+                        "name": "【自动化群发-服务号】好招妙-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 8,
+                        "y": 93,
+                        "z": 2
+                    }
+                ],
+                "publishCount": 2,
+                "followerCount": 72564,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 0,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 2,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 8,
+                "todayPendingPublishNum": 93,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240719120256865881087",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "生活之大全",
+                "ghId": "gh_970460d9ccec",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJibjlQDXSicYkAhYDmibeNWic0EEQFAkkaQeCvMuc5kenSZeejUVkicVyFN0Act1Siapjykva0QUxuOxibrbYPeRL9micAx3SibsYYU4ZicwnT2Rgk9pISUewSTI9q4v/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721390574778,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240719130402556395553",
+                        "name": "【自动化群发】生活之大全-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 158,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 20,
+                "followerCount": 278023,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 12228,
+                "avgViewCount": 611,
+                "likeCount": 47,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 158,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240719113233123520801",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "生活小优招",
+                "ghId": "gh_95ed5ecf9363",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEvL6Og2Y4NNRXZGRbGXTcicSGgIc9N5k8TDZH02XW2vEE5p9zORbK6tRQwma5HiaOXHicVhALuOeqpdjpElFCCHg2HX15M3YibuOiaevCEuOlepoAh5nyVcplzcC/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721388751028,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240719130319707501831",
+                        "name": "【自动化群发】生活小优招-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 159,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 20,
+                "followerCount": 156656,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 5443,
+                "avgViewCount": 272,
+                "likeCount": 19,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 159,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240719113213193390397",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "持家有妙招",
+                "ghId": "gh_0e4fd9e88386",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwxIHGpggV6a7vXpkgdqiaFG2JvBRe7glvkEeXNexks1fqcuY8VBMXnpia9sqNkJ6c2xF1nMjGcibaR0P3p1BibAHOFKD9FQuj1aNibD6eo6DCRSZ0eicrbr4owutX/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721388731295,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240719130239734158279",
+                        "name": "【自动化群发】持家有妙招-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 158,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 20,
+                "followerCount": 171969,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 1995,
+                "avgViewCount": 100,
+                "likeCount": 7,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 158,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240719113150067299097",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "快乐生活妙技巧",
+                "ghId": "gh_03d32e83122f",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJtY7bqOoBEianIVic6icPpanDc0HtICibFk4Nosia9zKYnmaAJxvFvpABZfhicFzriaFicKDJmhtLHUoibSUY3gnMpr6B6hnMHB1T4slkt3kns87OK8iblt7ndBzeibzO/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721388707908,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240719130154752510220",
+                        "name": "【自动化群发】快乐生活妙技巧-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 159,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 20,
+                "followerCount": 201316,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 4361,
+                "avgViewCount": 218,
+                "likeCount": 16,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 159,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240717055215675146149",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "巧生活手册",
+                "ghId": "gh_a51201bcff28",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/tUa5JwyB5rE1bFxnBgMjvkFIpKVL2q3hMhFI1FEX89YHo6BcPP25ma5cWVAZGViaibmiac7RY6v6H9ud6yYssvRLb5pmFn6wRMJeibgGX4FJQscvibd1BxWUAITdDhRib3tGmD/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721195533448,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240717061824210513123",
+                        "name": "【自动化群发】巧生活手册-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 148,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 32,
+                "followerCount": 4,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 129,
+                "avgViewCount": 4,
+                "likeCount": 1,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 148,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240716064154794340224",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "晚年家人",
+                "ghId": "gh_7c66e0dbd2cf",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEIxtMplaHyjVfR7zPIu7L5SiaZlgWIwghHSP5S9t7X1mzzkOBDQ8DdoagLibXT7e2sfCY6Rly1jVG7lbHGwtD6e2tXqgrhy0z1xZoplibPKkaTJR8Iicib8LicuiaN/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1721112112777,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240717062306224107757",
+                        "name": "【手动群发-投流自动回复-36小程序】 诗意音符",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 30,
+                        "y": 5,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 76,
+                "followerCount": 1,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 1,
+                "avgViewCount": 0,
+                "likeCount": 0,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 30,
+                "todayPendingPublishNum": 5,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240712141732916553953",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "日常小妙招秘籍",
+                "ghId": "gh_51e4ad40466d",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwzPYrTTsAaLkzKbkfAsZcusHMec1vuIa2b42ibhqxicUaTdyTVSz28HrzSxz3fpM0Z7mnIK3QJALAugOw8dlzJu3uB2AuSlNekCtJwzygOzic9iaczf8IQT8Ed9/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720793850930,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240712141947144880840",
+                        "name": "【自动化群发】日常小妙招秘籍-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 296,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 40,
+                "followerCount": 153699,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 18335,
+                "avgViewCount": 458,
+                "likeCount": 79,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 296,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240712141640281765960",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "日常巧思集",
+                "ghId": "gh_30816d8adb52",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwzibFtzyDeH9NjQt3PTEkTIGXvlib0OdcmbJ1icp38rnlFTXs4pF0qgicicTepjHCzqemhZtUgpFdNZPyqiczmIOEao5EcB3RUa5bsD3aaN6sQfcpGH0gicq3GENRC/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720793798354,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240712142034053277497",
+                        "name": "【自动化群发】日常巧思集-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 295,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 40,
+                "followerCount": 255622,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 43524,
+                "avgViewCount": 1088,
+                "likeCount": 140,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 295,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240711082431126629856",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "趣谈史记",
+                "ghId": "gh_3e91f0624545",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzFcoFCYaEVXQj9J08r7FRQnibTTRwYc9e4qgV0gibtDItRp7tNjDk4XVG4pLIylJAvGUh87qrlXpZxLzLsjTYRkMLM6Z3GNibhAWnZAwG8xBB9UlJfe6AEe7RD/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720686269179,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240712142147376570511",
+                        "name": "【自动化群发】趣谈史记-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 296,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 40,
+                "followerCount": 123801,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 25130,
+                "avgViewCount": 628,
+                "likeCount": 98,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 296,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240711082416274546395",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "日常生活小技巧集",
+                "ghId": "gh_008ef23062ee",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwxibF3QXuE9AZwZyrZz3RtPibtc0QySxOZyTFRdMOSUKiaOMJt7JWc8tb3jDT5UgJ4kCn6x7Jah4n43yATtvFia0V0RkoD0mzjArm3YTf0jfxqPvJbalhKqPwlib/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720686254521,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240711130134561499964",
+                        "name": "【自动化群发】日常生活小技巧集-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 284,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 52,
+                "followerCount": 218328,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 33691,
+                "avgViewCount": 648,
+                "likeCount": 144,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 284,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240711082402633710352",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "那些历史",
+                "ghId": "gh_57573f01b2ee",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJzIEwyEDNBd7PNT4HYsAD8ibkGVjr7bXajs3X1usdOJZ7LB4hEsWmYx48vwy2XGdzDzEkf7SwEpLkTicgQ52O7wLIcycRGCTicFJMnIGicy3f8lXTIz2hOBicXS/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720686240780,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240711130311422319032",
+                        "name": "【自动化群发】那些历史-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 285,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 52,
+                "followerCount": 148373,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 31450,
+                "avgViewCount": 605,
+                "likeCount": 126,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 285,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240711082348802314084",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "心海情澜起",
+                "ghId": "gh_969f5ea5fee1",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/RIjWcoSsvwyibk98aQ9eehIKpALqcMNuxnibfoJpEkyns5udiaQvA2l55VV8L7wP9DxtBqb6bHfibqpltIksuMu4OCk49owsqdvlwHq8ibcZgZ3rhUiaKSoHG9SBW974hLrQHC/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720686226893,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240711130346517256364",
+                        "name": "【自动化群发】心海情澜起-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 286,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 52,
+                "followerCount": 166843,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 18804,
+                "avgViewCount": 362,
+                "likeCount": 43,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 286,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240711082037352511960",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "麒阁史记",
+                "ghId": "gh_ac43eb24376d",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/ajNVdqHZLLByqiaibkZmrRDzz7oHGhzAEx5Har6QkmCHY7VFRZLUBS3ZJBG2BEhK7Aomd7ias9icjfdeZVrbLB9OSwvyjicRq6WK0EegPTMpwCibATcoKdwrUibM3ffYkMAsLh9/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720686035445,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240711130420617558918",
+                        "name": "【自动化群发】麒阁史记-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 286,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 52,
+                "followerCount": 108954,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 34916,
+                "avgViewCount": 671,
+                "likeCount": 109,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 286,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240708082126256410152",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "暖心一隅",
+                "ghId": "gh_77f36c109fb1",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzEIav1VRf3ibcPMZg6mmJsqjs7mibicdbxqgD4IyH0zGAFLC7meeF75HWkH2cnbLjpiclJCh9QnHy26uMbUGb4D0EcFoaEibeP8RPv82DVeF80PoYo8T7nzHzquA/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": "{\"顶部插入\":\"名片\"}",
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720426884883,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240708082532605827277",
+                        "name": "【手动群发-投流自动回复-36小程序】 暖心一隅",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 30,
+                        "y": 1,
+                        "z": 0
+                    },
+                    {
+                        "id": "20240722115448490982061",
+                        "name": "【自动化群发-投流推文-36小程序】暖心一隅-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 170,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 88,
+                "followerCount": 4212,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 429,
+                "avgViewCount": 5,
+                "likeCount": 2,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 34,
+                "todayPendingPublishNum": 171,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704070621261419409",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "史记有言",
+                "ghId": "gh_789a40fe7935",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJMuneJehv9WTJr9quVSOGzoYV9YD8svTsbz0SEkFmcGib76WYk2iaIhniaia14yspfmZQWTAKOTR2k9pSF3Dbic7ycuYnb6l4tbmXGqdcvsTelzkCzic31icVuE50/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720076779580,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240712142115926677611",
+                        "name": "【自动化群发】史记有言-复制指尖奇文",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 296,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 40,
+                "followerCount": 135766,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 19760,
+                "avgViewCount": 494,
+                "likeCount": 64,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 4,
+                "todayPendingPublishNum": 296,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704070525146975949",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "史趣探秘",
+                "ghId": "gh_68e7fdc09fe4",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEsA1rg3XyTDeJmcUZJHcF7ibrqw7bjxibnib3PufF1eHewNaMA1ReuIC9e2KzDEc2X70hd4nzUw3Rotv2rpKF5rmibN08EBHlQyCEGPIK4fAzjlpUlgg89wQPuw/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720076723128,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240705082941228969846",
+                        "name": "【手动推送-投流自动回复-36】史趣探秘-历史内容",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 16,
+                        "y": 5,
+                        "z": 0
+                    },
+                    {
+                        "id": "20240708082616717174754",
+                        "name": "【手动群发-投流自动回复-36小程序】 史趣探秘",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 30,
+                        "y": 1,
+                        "z": 0
+                    },
+                    {
+                        "id": "20240722115359094139385",
+                        "name": "【自动化群发-投流推文-36小程序】史趣探秘-复用-票圈正能量",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 170,
+                        "z": 4
+                    }
+                ],
+                "publishCount": 112,
+                "followerCount": 1596,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 188,
+                "avgViewCount": 2,
+                "likeCount": 2,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 4,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 50,
+                "todayPendingPublishNum": 176,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704063608058515296",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "忆首老歌",
+                "ghId": "gh_be505c7d28ac",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/0wHhRrSicLWINhJ5rZBdtfQvbwq8ArT3oRicDP4gM1icghaROvYhVNQ6IwPCYzdfTHHZ1hOt0iaMxkgDv6prUNpJmQttZicQXhUMN/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 3,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720074966318,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240704150231216393300",
+                        "name": "【自动化群发】忆首老歌-复用缘来养心厅 ",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 123,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 24,
+                "followerCount": 95169,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 1145,
+                "avgViewCount": 48,
+                "likeCount": 1,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 0,
+                "todayPendingPublishNum": 123,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704063420401715982",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "心动金曲",
+                "ghId": "gh_91abdbc32d5f",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/kqodNCVWpEs2z2jZkkfkpSiam8ETIchJI4vhYRcdOO0knacq5S5a8w71XHoFpbtymJ1uLBq4RhW7DkrbKq1iaQUmVMic6oYjyrd/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 3,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720074858169,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240704150044262317068",
+                        "name": "【自动化群发】心动金曲-复用缘来养心厅",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 121,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 24,
+                "followerCount": 99963,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 2835,
+                "avgViewCount": 118,
+                "likeCount": 4,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 0,
+                "todayPendingPublishNum": 121,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704063157776743047",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "广场舞每天学",
+                "ghId": "gh_24aa1e4bf177",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/tUa5JwyB5rFqEfZ0rr1sgJHhOsosicg9SJ4Eedd4WzZTBMdnhYCzibg7dpMgP9hYo6De4vGiaoajazhHvBFza0rPO4cKJzia3sa5/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 1,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720074715229,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240704145802618125851",
+                        "name": "【自动化群发】广场舞每天学-复用缘来养心厅",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 123,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 24,
+                "followerCount": 86237,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 864,
+                "avgViewCount": 36,
+                "likeCount": 1,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 0,
+                "todayPendingPublishNum": 123,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704062906215785175",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "心常伴广场舞",
+                "ghId": "gh_c794770120dc",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/0wHhRrSicLWINhJ5rZBdtffZ4JRxNu5ibu6k1C5BhaqRbmZ6kdO05gpITvnwhqumZNQ4JdYuT7Kpt8ZASjzrGF9Io90QgCg6ts/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 3,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720074544535,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240704145716612849489",
+                        "name": "【自动化群发】心常伴广场舞-复用缘来养心厅",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 122,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 24,
+                "followerCount": 59664,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 562,
+                "avgViewCount": 23,
+                "likeCount": 1,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 0,
+                "todayPendingPublishNum": 122,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704062527867919438",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "创意送祝福",
+                "ghId": "gh_9ee24345c6ce",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/cicU9VZdDtzGw1CH994r1TF5laJSPrtOvC5pc05GLd6icTZSBpfQ21GpFAz7gHUicRtjTzhssGMQldkzFAibZDicQwLvab5qCQT2k/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 3,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720074326106,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240704145643626420622",
+                        "name": "【自动化群发】创意送祝福-复用缘来养心厅",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 118,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 24,
+                "followerCount": 101891,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 2526,
+                "avgViewCount": 105,
+                "likeCount": 3,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 0,
+                "todayPendingPublishNum": 118,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            },
+            {
+                "id": "20240704062327164175460",
+                "platformAccountId": null,
+                "accountLink": null,
+                "channel": 5,
+                "name": "怀旧老歌随身听",
+                "ghId": "gh_ba6e1e4f2de0",
+                "avatarUrl": "http://wx.qlogo.cn/mmopen/0wHhRrSicLWINhJ5rZBdtfStSJpmn8qZpnl17T5bzch1yEdmDAQhCemF9CTt5b6eBGWHzO9824RFlKLO4TKQz3f0gEicXFTzyO/0",
+                "rolePrompt": null,
+                "remark": null,
+                "insertConfig": null,
+                "status": 3,
+                "messageStatus": null,
+                "createAccount": null,
+                "createTimestamp": 1720074205300,
+                "quotePublishPlans": [
+                    {
+                        "id": "20240704145611368183165",
+                        "name": "【自动化群发】怀旧老歌随身听-复用缘来养心厅",
+                        "channel": 5,
+                        "planType": null,
+                        "activeManualReview": null,
+                        "modal": 3,
+                        "x": 4,
+                        "y": 123,
+                        "z": 0
+                    }
+                ],
+                "publishCount": 24,
+                "followerCount": 128897,
+                "followerCountHomepage": null,
+                "followerCountSearchAccount": null,
+                "followerCountSearchNote": null,
+                "followerCountOther": null,
+                "followerGrowthCountHomepage": null,
+                "followerGrowthCountSearchAccount": null,
+                "followerGrowthCountSearchNote": null,
+                "followerGrowthCountOther": null,
+                "viewCount": 1604,
+                "avgViewCount": 67,
+                "likeCount": 5,
+                "commentCount": 0,
+                "shareCount": 0,
+                "collectCount": 0,
+                "interactRate": "0",
+                "fansIncreaseCount": 0,
+                "pageLookCount": 0,
+                "todayPublishCount": 0,
+                "coinCount": null,
+                "danmakuCount": null,
+                "dailyMaxPublishNum": null,
+                "todayPlannedPublishNum": 0,
+                "todayPendingPublishNum": 123,
+                "publishContentSource": null,
+                "messageRecipients": null,
+                "messageReceivingRanges": null,
+                "notifyStatus": 0,
+                "credentialUpdateTimestamp": null,
+                "referTelNum": null,
+                "referDevice": null,
+                "referLoginBindInfos": null,
+                "introduction": null,
+                "backgroundImg": null,
+                "type": null
+            }
+        ]
+    }
+}

+ 4 - 17
dev/test.py

@@ -1,21 +1,8 @@
-"""
-@author: luojunhui
-"""
 import json
 
-with open("config.txt", encoding="utf-8") as f:
-    data = f.readlines()
-
-L = {}
-for line in data:
-    ll = line.strip().split(",")
-    plan_id = ll[0]
-    cate = ll[1].split("-")[1]
-    print(plan_id, cate)
-    L[plan_id] = cate
-
-with open("crawler_plan_config.json", "w", encoding="utf-8") as f:
-    f.write(json.dumps(L, ensure_ascii=False, indent=4))
-
+with open("ghid.json", encoding="utf-8") as f:
+    data = json.loads(f.read())
 
 
+for key in data['data']['data']:
+    print(key['ghId'])

+ 27 - 20
tasks/task2.py

@@ -1,12 +1,9 @@
 """
 @author: luojunhui
 """
-from concurrent.futures.thread import ThreadPoolExecutor
-
-from tqdm import tqdm
 
 from applications import AIDTApi, DeNetMysql, PQMySQL, Functions
-from config import poolLevelConfig
+from config import poolLevelConfig, cateMap, poolTagMap, coldPoolArticlesNum
 
 
 class ColdStartTask(object):
@@ -26,11 +23,11 @@ class ColdStartTask(object):
         :return:
         """
         sql = f"""
-        select content_id, content_link, title 
-        from cold_start_article_pool
-        where category = '{category}'
-        order by view_count DESC, publish_time_stamp DESC
-        limit {limit_count};
+            select content_id, content_link, title 
+            from cold_start_article_pool
+            where category = '{category}'
+            order by view_count DESC, publish_time_stamp DESC
+            limit {limit_count};
         """
         result = cls.PqMysql.select(sql)
         return result
@@ -41,11 +38,11 @@ class ColdStartTask(object):
         和每个账号计算相关性分数
         :return:
         """
-        # category_list = ["军事政法", "健康养生", "搞笑幽默"]
-        category_list = ["军事政法", "健康养生"]
+        category_list = ["军事政法", "健康养生", "宗教历史"]
         L = []
         for category in category_list:
-            article_tuple = cls.getTopArticles(category)
+            limit_count = coldPoolArticlesNum * cateMap.get(category, 0.1)
+            article_tuple = cls.getTopArticles(category, int(limit_count))
             title_list = [article[2] for article in article_tuple]
             score_list = cls.Fun.getTitleScore(title_list, "指尖奇文")['指尖奇文']['score_list']
             for index, score in enumerate(score_list):
@@ -57,12 +54,11 @@ class ColdStartTask(object):
                     "score": score
                 }
                 L.append(obj)
-
-        result = [i for i in L if i['score'] >= 0.4]
+        result = [i for i in L if i['score'] >= 0.35]
         return result
 
     @classmethod
-    def sendToColdPool(cls):
+    def sendToColdPool(cls, plan_id, plan_name, plan_tag):
         """
         把文章send至第四层
         :return:
@@ -70,10 +66,21 @@ class ColdStartTask(object):
         result = cls.computeScore()
         army = [i for i in result if i['cate'] == '军事政法']
         healthy = [i for i in result if i['cate'] == '健康养生']
-        print(len(army))
-        print(len(healthy))
+        history = [i for i in result if i['cate'] == '宗教历史']
+        url_list = [i['url'] for i in result]
+        # 再加一次配比,每个品类的数量占比
+        cls.AidApi.updateArticleIntoCrawlerPlan(
+            plan_id=plan_id,
+            plan_name=plan_name,
+            plan_tag=plan_tag,
+            url_list=[i['url'] for i in army]
+        )
 
 
-cst = ColdStartTask()
-res = cst.getTopArticles(category="军事政法", limit_count=20)
-print(res)
+if __name__ == '__main__':
+    CST = ColdStartTask()
+    CST.sendToColdPool(
+        plan_id=None,
+        plan_name="冷启池子--军事政法",
+        plan_tag="autoArticlePoolLevel4",
+    )

+ 101 - 0
tasks/task3.py

@@ -0,0 +1,101 @@
+"""
+@author: luojunhui
+"""
+import datetime
+
+from tqdm import tqdm
+
+from applications import AIDTApi, DeNetMysql, PQMySQL, Functions, ODPSApi
+from config import poolTagMap
+
+
+class SendToMultiLevels(object):
+    """
+    冷启分配任务
+    """
+    AidApi = AIDTApi()
+    DeMysql = DeNetMysql()
+    PqMysql = PQMySQL()
+    Fun = Functions()
+    OA = ODPSApi()
+
+    @classmethod
+    def getYesterdayData(cls):
+        """
+        获取前一天数据表现
+        :return:
+        """
+        odps_sql = "select * from loghubods.changwen_article_datastat where dt = '20240724';"
+        result = cls.OA.select(sql=odps_sql)
+        response_list = [
+            {
+                "article_id": record["article_id"],
+                "increase_read_count": record["increase_read_count"],
+                "read_count": record["read_count"],
+                "increase_income": record["increase_income"],
+                "income": record["income"],
+                "increase_share_count": record["increase_share_count"],
+                "share_count": record["share_count"],
+                "update_timestamp": record["update_timestamp"]
+            } for record in result
+        ]
+        return response_list
+
+    @classmethod
+    def splitToDifferentPools(cls, yesterday_data):
+        """
+        分类至Pools
+        :return:
+        """
+        pool_level_1 = [cls.Fun.matchLinkById(i['article_id']) for i in tqdm(yesterday_data) if
+                        i['increase_read_count'] >= 9000]
+        pool_level_2 = [cls.Fun.matchLinkById(i['article_id']) for i in tqdm(yesterday_data) if
+                        3500 <= i['increase_read_count'] < 9000]
+        pool_level_3 = [cls.Fun.matchLinkById(i['article_id']) for i in tqdm(yesterday_data) if
+                        1000 <= i['increase_read_count'] < 3500]
+        L = {
+            "Level1": pool_level_1,
+            "Level2": pool_level_2,
+            "Level3": pool_level_3
+        }
+        return L
+
+    @classmethod
+    def sendToEachCrawlerPlan(cls, key, url_list):
+        """
+
+        :param key:
+        :param url_list:
+        :return:
+        """
+        # daily自动创建新抓取计划
+        cls.AidApi.updateArticleIntoCrawlerPlan(
+            plan_id=None,
+            plan_name="{}--{}".format(datetime.datetime.today().__str__().split(" ")[0], key),
+            plan_tag=poolTagMap[key],
+            url_list=url_list
+        )
+
+    @classmethod
+    def sendToDifferentPools(cls, pool_info):
+        """
+        获取文章url
+        :return:
+        """
+        for key in pool_info:
+            cls.sendToEachCrawlerPlan(key, pool_info[key])
+
+    @classmethod
+    def deal(cls):
+        """
+        Dealing function
+        :return:
+        """
+        yesterday_data = cls.getYesterdayData()
+        level_url_list_map = cls.splitToDifferentPools(yesterday_data)
+        cls.sendToDifferentPools(pool_info=level_url_list_map)
+
+
+if __name__ == '__main__':
+    STML = SendToMultiLevels()
+    STML.deal()

Некоторые файлы не были показаны из-за большого количества измененных файлов