CINXE.COM
<!DOCTYPE html> <html lang="en"> <head data-n-head-ssr> <title data-n-head="true">微信红包封面定制个人学习总结 | 微信开放社区</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="baidu-site-verification" content="YohnrGnVqQ" /> <meta name="google-site-verification" content="u_9F5q9UrNxwO0uNw5V949s1JTovxX8x_O5f2ZIOlds"> <meta name="google-site-verification" content="X22_H_gVbgaA2kLabxpe9Tp3BgBPKoPgxj12zbGPdWM" /> <meta name="google-site-verification" content="W7QrG9vZcOB_1SLK2aSS7QpN5-QyRrDOBgv5PV5sFWY" /> <meta name="renderer" content="webkit"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta itemprop="image" content="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-8630de9303.png"> <meta property="og:image" content="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-8630de9303.png"> <!--<link href="https://res.wx.qq.com/wxopenforumres/htmledition/images/favicon318d1d.ico" rel="Shortcut Icon"> <link rel="apple-touch-icon" sizes="120x120" href="https://res.wx.qq.com/wxopenforumres/htmledition/images/favicon318d1d.ico">--> <!--<link rel="shortcut icon" type="image/x-icon" href="https://res.wx.qq.com/a/wx_fed/assets/res/NTI4MWU5.ico" /> <link rel="mask-icon" href="https://res.wx.qq.com/a/wx_fed/assets/res/MjliNWVm.svg" color="#4C4C4C" /> <link rel="apple-touch-icon-precomposed" href="https://res.wx.qq.com/a/wx_fed/assets/res/OTE0YTAw.png" />--> <link rel="shortcut icon" type="image/x-icon" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-db8b687441.ico" /> <link rel="mask-icon" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-b73356d472.svg" color="#4C4C4C" /> <link rel="apple-touch-icon-precomposed" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-8630de9303.png" /> <link rel="apple-touch-icon" sizes="120x120" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-db8b687441.ico"> <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui, viewport-fit=cover, maximum-scale=1.0, user-scalable=0"> <script> (function () { 'use strict'; const SCRIPT_URLs = [ 'https://dldir1.qq.com/WechatWebDev/devPlatform/px.min.js', 'https://dev.weixin.qq.com/platform-console/proxy/assets/tel/px.min.js', ]; const param = { maskMode: 'all-mask', // 隐私策略, all-mask 或 no-mask, 详见:https://dev.weixin.qq.com/docs/analysis/sdk/docs.html recordCanvas: false, // 若要采集canvas, 设为true projectId: 'wxef34f91ddab0c534-0HLdQNKAk-dzsFsA', // 项目 ID,需替换为体验分析项目 ID iframe: false, // 是否采集 iframe 页面 console: true, // 是否采集 console 输出的错误日志 network: true, // 是否采集网络错误 }; function loadScript(url) { return new Promise((resolve, reject) => { const scriptEle = document.createElement('script'); scriptEle.type = 'text/javascript'; scriptEle.async = true; scriptEle.src = url; scriptEle.onload = () => { resolve(url); }; scriptEle.onerror = () => { reject(new Error('Script load error')); }; document.head.appendChild(scriptEle); }); } async function main() { try { sessionStorage.setItem('wxobs_start_timestamp', String(Date.now())); const fastestUrl = await Promise.race(SCRIPT_URLs.map(url => loadScript(url))); window.__startPX && window.__startPX(param); } catch (error) { console.error('Error loading scripts:', error); } } main(); })(); </script> <script type="text/javascript"> // 获取 cookies function getCookie(name) { var value = '; ' + document.cookie; var parts = value.split('; ' + name + '='); if (parts.length == 2) return parts.pop().split(';').shift(); else return ''; } function clearAllCookie() { var date=new Date(); date.setTime(date.getTime()-10000); var keys=document.cookie.match(/[^ =;]+(?=\=)/g); if (keys) { for (var i = keys.length; i--;) document.cookie=keys[i]+"=0; expire="+date.toGMTString()+"; path=/"; } } // 检查微信环境 var ua = navigator.userAgent.toLowerCase(); var isWeixin = ua.indexOf('micromessenger') !== -1 && ua.indexOf('wxwork') === -1; var isNewLogin = getCookie('s_rand_info') ? true : false // 清除旧的登录态 if(parseInt(getCookie('forum_login_type'), 10) === 1 && !isNewLogin) { clearAllCookie() } if (isWeixin && parseInt(getCookie('forum_login_type'), 10) !== 1 && parseInt(getCookie('forum_wx_login_err'), 10) !== 1) { var origin = location.origin || (location.protocol + '//' + location.hostname + (location.port ? ':' + location.port : '')); var redirectUri = origin + '/community/ngi/wxlogin?redirect_url=' + encodeURIComponent((location.pathname + location.search) || redirectUrl); location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx807d86fb6b3d4fd2&redirect_uri=' + encodeURIComponent(redirectUri) + '&response_type=code&scope=snsapi_base&state=#wechat_redirect'; } // 测速用 var completed = function() { window.__ON_LOAD_TIMESTAMP__ = Date.now(); if (window.sendReportCache && window.sendReportCache.length) window.sendReportCache.forEach(function(func) { func && func(); }); // 如果需要提交上报,则在此时提交 window.sendReportCache = null; }; if (window.addEventListener) window.addEventListener('load', completed, false); else window.attachEvent('onload', completed); // 需要隐藏导航栏的情况 var needHideHeader = location.search.indexOf('hideheader=1') >= 0; var needCancelHideHeader = location.search.indexOf('hideheader=0') >= 0; if (!needHideHeader) { var hideHeaderUa = localStorage.getItem('HIDE_HEADER'); if (hideHeaderUa === ua) needHideHeader = true; if (needCancelHideHeader) { localStorage.removeItem('HIDE_HEADER'); needHideHeader = false; } } else { localStorage.setItem('HIDE_HEADER', ua); } if (needHideHeader) { document.documentElement.classList.add('hide-header'); } </script> <style>body{opacity:0}</style> <meta data-n-head="true" name="description" content="在微信红包封面对个人用户开放定制,并且大幅降价后,出于兴趣,对封面定制进行了研究尝试,现整理一篇个人学习总结以备忘。"/><meta data-n-head="true" name="keywords" content="小程序开发者社区,小程序开发者论坛,小程序开发,微信红包封面定制个人学习总结"/> <link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/manifest.2e614345f6dc48ee1b59.js" as="script"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.d3066521957e3f387497.css" as="style"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.ced71dd18bff17043692.js" as="script"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendor.23ee57865aaaa34cc4c6.js" as="script"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.d3066521957e3f387497.css" as="style"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.81ba301c274a09b116f9.js" as="script"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleDetail.5315b477e85f4c96ae74.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList.fd17d98e76b2f575758a.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList~MixFlowBlogList~businessQuestionBlogList~questionBlogList.140cb9c1385ff0a66407.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList~MixFlowBlogList~businessQuestionBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail.61eeb49038311a74a53e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~CommonIssueReply~OperateEditPage~PrivatemsgSession.937208ad4c89770bcdf9.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~CommonIssueReply~OperateEditPage~PrivatemsgSession.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~InnerManageCourse.c00f30621a5614f2f4b6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~InnerManageCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionIndex.95e73383846a15f2acbc.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionIndex.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BackendadminTag.c1eb23111dd7fe3483ae.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BackendadminTag.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome.f09a34baeae347caa6f3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome~businessHome.6e8eba08cb116d4647d7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome~businessHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CategorySearch.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CategorySearch.d818d6f67b2aa191650f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CommonIssueReply.7f0524619bc518abcc4a.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CommonIssueReply.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseDetail.92381a097b8edc496bc7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseSearch.65da616324b9abca783f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseSearch.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DevtoolsLicenses.19cfc0a2d65469b5218e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DevtoolsLicenses.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DocFrame.c121623ebf29528174b2.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DocFrame.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DraftList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DraftList.f81e70f8d7afab811e81.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfilePage.36bcc43e11865bebc7e8.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfilePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfileWeappListPage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfileWeappListPage.df59c6291e1bdc6895da.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileChooseSubject.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileChooseSubject.e8910add0139d7410d87.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileStatus.d1883bffd72963845e33.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileStatus.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ErrorPage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ErrorPage.eecd3088b8190910d9e6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HomePage.c4c90132380c7db60818.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HomePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Homepage.5175a506a266e0749cf5.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Homepage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HrefMiddlePage.96081f4048a5b713bc6f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HrefMiddlePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerManageCourse.6b10b4a0df38eb046021.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerManageCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerSettingCourse.3cb0932d334f0cc5b124.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerSettingCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/IssueList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/IssueList.f669c1ca467d9f92a034.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Liver.babbcf4ddf67f897f549.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Liver.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthDevtoolsTpl.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthDevtoolsTpl.eeb0ce4d9fef7b8dea51.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthEduMiniapp.98433b496f8312fac27c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthEduMiniapp.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome.780147347a9e13b49af5.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate.e99e7e0cd65f2433adac.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate~MiniHomeEdit.22372881942acbd26a53.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate~MiniHomeEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeEdit.21228d8cb7d697989ade.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome.dda2b088a682a10d9bb3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome~operateHome.74d9f0e1830d47c88c5e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome~operateHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList.af4d28fe9ef70c248099.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~businessQuestionBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~businessQuestionBlogList~questionBlogList.e1fd89fe31d49348d131.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~questionBlogList.ba8a6931026681abba9f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComment.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComment.ec84718473b040591f70.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComplain.2d149b49ec9c2f296658.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComplain.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformHomePageList.b256580b737671898ca0.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformHomePageList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformPosted.3c2249c3a1b9b34161c1.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformPosted.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateDetail.ca5e9244ae72a4a5c924.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateEditPage.329cc6560f334d82de7e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateEditPage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/PrivatemsgSession.0ef3143c92b107dd9445.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/PrivatemsgSession.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ProductionList.4bfe4b7e60c0533f1f97.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ProductionList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Propaganda.bef894c47252d29985fb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Propaganda.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/RecentCourse.2292879a13f1a59081f4.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/RecentCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Reminder.7195f52def7c56f89a68.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Reminder.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ServiceIntro.63bf07799703e52c4230.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ServiceIntro.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SwitchLogin.068da76fb45d27453ed6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SwitchLogin.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SystemProfile.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SystemProfile.eb9ba59ae5522b3da81c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/TopicDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/TopicDetail.d489cf922d682237f6b8.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WXCodeMirror.b2be1465026ff12c1f1f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WdcIndex.3dcc04fa10be4e24d7a3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WdcIndex.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase.433cdc8b7cef535f1738.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase~industryDetail~otherList.43653227a2c72553a4fb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase~industryDetail~otherList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/authority.849e8812f265237ba66f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/authority.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessCaseList.35b2437ec7fb2aae0daa.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessCaseList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessHome.a96fa139666e0c9d7eb6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList.23bdf49ffed4ba340e97.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList~questionBlogList.1ac95b0f3dafccaea294.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/developHome.8648795da54aa58669af.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/developHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docCreate.c3e6528cb1a8eb0903fb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docCreate.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docDetail.2f85361b488f37636a18.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docEdit.5e1a920778782fb2e1ba.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/editor_dependencies.f2fd613b6305f53e9e3b.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/eduDevtoolsURL.9885b2e463a4e77b54ea.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/eduDevtoolsURL.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseCreate.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseCreate.f74fcb12d47c2e1e79a7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseModifyAdmin.cb1a4644397e7daa4028.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseModifyAdmin.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/growUpCenter.382092a7ec2ef847acd7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/growUpCenter.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/iframePage.ad7cec9bf68351bf13b3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/iframePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryCreawte.785d15d02d4610df506f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryCreawte.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryDetail.20f2d7c0588b49e3312c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryList.3966b4513c65ebb87341.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/login.de99ea194c4fcff261db.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/minicode.45cb5da9cfc03543df34.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/minicode.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify.17cb513be7cf753d9fab.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify~personFollow.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify~personFollow.eb946fc93621356f6dcd.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/operateHome.1362cfe6390564cd0cbf.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/operateHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/otherList.3decfd726d99bf33af9b.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/otherList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personAnswer.b77eb80f23242f25e976.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personAnswer.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personArticle.6db4cb68bf97b125b55c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personArticle.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personEdit.933e3e70835e308cfb31.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFav.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFav.d76feaca7e888a307bd9.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFollow.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFollow.f01a89210b8440105038.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personQuestion.bcb873c83c2c5ddd7ecb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personQuestion.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/questionBlogList.c88c8a617ea94e67fd31.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/search.74aa5cd722d75a7bee21.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/search.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~ArticleDetail~AskQuestionDetail~CommonIssueReply~IssueList~OperateEditPage~PrivatemsgSession~0b81ee0b.99ac6f0627499ba3896b.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~ArticleDetail~InnerManageCourse~IssueList~TopicDetail~docCreate~docDetail~docEdit~enterprise~24d1f334.cc6f62fef452f516fe55.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~ArticleDetail~IssueList~TopicDetail~docCreate~docDetail~docEdit~enterpriseCreate~personEdit~search.e801cadc11d5318baa3a.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~CommonIssueReply~Reminder~search.7ec3c3331c6b255c8a02.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~CourseDetail.ace25277af7b8cef175d.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~PrivatemsgSession.330867eb115ebefdb5dd.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~SystemProfile.3e3b7db0f3e8c95b4acd.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~notify.3f14e53db9e4017e9ace.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~notify~search.0022b50ec2375cd5e68a.js"><link rel="stylesheet" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.d3066521957e3f387497.css"><link rel="stylesheet" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.d3066521957e3f387497.css"></head> <body> <div id="app" data-server-rendered="true" class="app_container app"><div check-reduce style="display: none"><img src="https://res.wx.qq.com/op_res/dHtIRV4hVzWL3c2ZSXjoG1VcnRC3fENDSGIm_8hOS-9PWFTVVdbPfoGTaJnHJpFm"></div><div id="header" itemscope="itemscope" itemtype="http://www.schema.org/SiteNavigationElement" class="head app_header"><div class="head__nav__container head__nav__container__overflow-visible"><div class="head__nav__inner"><div class="head_box js_head_box"><div class="weui-desktop-head__inner"><div check-reduce class="weui-desktop-head__inner_hd"><div class="weui-desktop-layout"><div class="weui-desktop-layout__side"><h1 class="weui-desktop-logo"><a href="/community/homepage" title="微信开放社区" class="logo_mp"><img src="https://res8.wxqcloud.qq.com.cn/community/dist/community/images/communitySvgLogo_4dc945.svg" style="width: 100%; height: 100%;"></a></h1></div></div><div class="header__navs"><div class="header__navs__inner"><div itemprop="name" class="block_nav"><a itemprop="url" href="/community" class="block_nav_link">交流专区</a></div><div itemprop="name" class="block_nav"><a itemprop="url" href="https://fuwu.weixin.qq.com" target="_blank" class="block_nav_link">服务市场</a></div><div itemprop="name" class="block_nav"><a itemprop="url" href="/community/business" class="block_nav_link">微信学堂</a></div><div itemprop="name" class="block_nav"><a itemprop="url" href="https://developers.weixin.qq.com/miniprogram/dev/framework/" target="__blank" class="block_nav_link">文档</a></div></div></div></div><div class="header_ctrls js_header_ctrls"><div class="header_ctrls_extend"><a href="https://developers.weixin.qq.com/community/search" class="for_mobile icon_mobile_search_global"></a><div class="header_ctrls_meta header_ctrls_meta_navigation"><dl class="header_navigation_box"><a href="https://developers.weixin.qq.com/community/search" class="icon_mobile_search_global for_pc"></a><dt class="header_navigation_box_header wxapp">小程序</dt><dd class="header_navigation_box_body" style="display:none;"><!----><ul class="header_navigation_box_item_box"><li class="header_navigation_box_item header_navigation_box_item_orientation"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">常用主页</dt><dd class="header_navigation_box_item_list_item"><a href="/community" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_wxapp"><span class="header_navigation_box_item_list_item_icon"></span><p class="header_navigation_box_item_list_item_desc">小程序</p></a><a href="/community/minigame" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_minigame"><span class="header_navigation_box_item_list_item_icon"></span><p class="header_navigation_box_item_list_item_desc">小游戏</p></a><a href="/community/enterprisewechat" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_wxenterprise"><span class="header_navigation_box_item_list_item_icon "></span><p class="header_navigation_box_item_list_item_desc">企业微信</p></a><a href="/community/pay" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_wxpay"><span class="header_navigation_box_item_list_item_icon header_navigation_box_item_list_item_pay"></span><p class="header_navigation_box_item_list_item_desc">微信支付</p></a></dd><dd class="header_navigation_box_item_list_item"><span class="header_navigation_box_item_list_item_inner"></span><span class="header_navigation_box_item_list_item_inner"></span><span class="header_navigation_box_item_list_item_inner"></span><span class="header_navigation_box_item_list_item_inner"></span></dd></dl></li><li check-reduce class="header_navigation_box_item header_navigation_box_item__with-list"><a href="https://fuwu.weixin.qq.com" target="_blank" class="header_navigation_box_item_inner"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">服务市场</dt></dl></a><a href="/community/business" target="_blank" class="header_navigation_box_item_inner"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">微信学堂</dt></dl></a><a itemprop="url" target="_blank" href="https://developers.weixin.qq.com/miniprogram/dev/framework/" class="header_navigation_box_item_inner"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">文档</dt></dl></a></li><!----></ul></dd></dl></div><div class="js_search_header_box header_ctrls_meta top_search_box for_pc"><a href="javascript:;" class="js_search_btn search_switch"><i class="icon_search"></i></a><span class="js_input_box search_input_box active"><input type="text" placeholder="搜索你要的内容" value="" class="js_input"><!----></span><!----></div><div check-reduce="" class="dib"><div class="header_ctrls_meta top_notice_box header_adjust_height" style="display: none;"><span class="account_inbox_switch"><i class="icon_inbox opacity"></i></span></div><a class="js_redirect_to_loginpage hd_login_link">登录</a></div></div></div></div></div><!----></div></div><div id="SubNav" class="sub__nav sub__nav____headSub"><div class="block_nav_wrp__empty__hold"></div><!----></div></div><div id="body" class="body page_simple"><div class="container_box"><div itemscope="itemscope" itemtype="https://schema.org/Article" class="markdown_detail hasOtherBox"><div class="group"><div class="post_detail"><div id="articleApp" class="mod_default_box"><div class="behavior_container for_mobile"><!----><!----><!----><div class="behavior_item behavior_comment"><span class="behavior_item_ic"></span><div class="behavior_item_content">评论</div></div></div><div class="post_overview markdown_detail_post_overview"><div id="articleTitle" class="post_overview_main"><h1 class="post_title"><i check-reduce class="icon_post_tag top" style="display: none;">置顶</i><span class="post_title_content"><span itemprop="headline">微信红包封面定制个人学习总结</span><!----><i check-reduce class="icon_post_tag featured" style="display: none;">精选</i><i check-reduce class="icon_post_tag hot" style="display: none;">热门</i></span><!----></h1><div class="post_info"><span itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person" check-reduce="" class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><a href="/community/personal/oCJUswxFgWdhyFIxOIK0DminJivA" data-openid="oCJUswxFgWdhyFIxOIK0DminJivA" data-author="青寒" class="post_owner post_info_meta">青寒</a><meta check-reduce="" itemprop="name" content="青寒"><meta check-reduce="" itemprop="url" content="https://developers.weixin.qq.com/community/personal/oCJUswxFgWdhyFIxOIK0DminJivA"></span></span><!----><em id="create_time" class="post_time post_info_meta">2021-01-18</em><meta check-reduce itemprop="datePublished" content="Mon Jan 18 2021 21:51:02 GMT+0800 (China Standard Time)"><div class="post_discuss_num post_info_meta"><span>39336</span><span class="post_info_meta_inner_text">浏览</span></div><div class="post_discuss_num post_info_meta"><span itemprop="commentCount">31</span><span class="post_info_meta_inner_text">评论</span></div></div></div></div><div class="article_intro_container"><p>在微信红包封面对个人用户开放定制,并且大幅降价后,出于兴趣,对封面定制进行了研究尝试,现整理一篇个人学习总结以备忘。</p></div><div><div class="ask_content"><div id="content-data" itemprop="text" class="post_content" style="display:;"><h1><strong style="font-size: 20px;">一、创建账号</strong></h1><p><strong>目前有两条注册路线,分别是个人和企业。</strong></p><h2><strong style="color: rgb(250, 81, 81);">个人:</strong></h2><p>需先开通微信视频号并<span style="color: rgb(250, 81, 81);">获得有效粉丝数100个</span>,<span style="font-size: 16px;">然后申请封面定制平台账号,用视频号管理员验证完成注册。</span></p><p><span style="font-size: 16px;">*有效粉丝数,个人猜测应该是系统按特定规则计算,会排除刷粉等异常数据,规则不会对外公开。</span></p><p><img src="http://mmbiz.qpic.cn/mmbiz_png/xYH8zVDI8mXCWve9qauHiatq7SdsibwB4OQtyvt8ohLNXXsLKRzZmL2LMFb4UoYKgLBFEFs8Vic5vuGtEg4iaeRoqg/0?wx_fmt=png" /></p><h2><strong style="color: rgb(250, 81, 81);">企业:</strong></h2><p>需注册<strong>公众号</strong>,并进行微信认证,然后申请封面定制平台账号,用公众号管理员验证完成注册。</p><p><img src="http://mmbiz.qpic.cn/mmbiz_png/xYH8zVDI8mWgLyEpFmW4fPwrVYeQ66sLwUjBlaWQBtf46xlnukYazlqoOeQjlGpJKA4uPTgWYfVjNZVIbQiaibMg/0?wx_fmt=png" /></p><p><em>*目前仅面向大陆境内的认证企业公众号,或已完成视频号认证的个人用户开放。</em></p><p><em>*且暂不对宗教、烟草、医疗、特殊医学用途配方食品、医疗器械、农药、兽药、保健食品及药品相关的主体开放。</em></p><h1><strong style="font-size: 20px;">二、封面定制</strong></h1><h2><strong style="font-size: 18px; color: rgb(250, 81, 81);">个人定制:</strong></h2><p>定制页面如下,</p><p><img src="http://mmbiz.qpic.cn/mmbiz_png/xYH8zVDI8mXkCa6pA6ictXY5wXxCUcKP2naXg7MKJQh8BFMGvqHT2mnRicPBJqu84WRfIaa0wymZz0GJJVYnz5bg/0?wx_fmt=png" /></p><p><img src="http://mmbiz.qpic.cn/mmbiz_png/xYH8zVDI8mVYKq62X7MPUibA3VzzuhqFTYkXXqOHbdyibdUtjCjneVqtWTicUDccayXY0ic8TUjoR1ImsoibGM9iakug/0?wx_fmt=png" /></p><h3><strong>1,红包封面简称</strong></h3><p>最多8个字,可以使用视频号名称,或自行命名。注意起名也需要提供相关证明材料。</p><h3><strong>2,个人LOGO</strong></h3><p>支持PNG、JPG,尺寸是200*200像素,文件小于100KB。</p><p>虽然可以直接使用视频号头像,但如果你视频号头像图片是网图,也会管你索要版权证明的。</p><p>建议不使用LOGO,直接文字命名。</p><h3><strong>3,样式(即封面图片)</strong></h3><p>封面图片直接使用一张图片即可,<span style="color: rgb(250, 81, 81);">红包各个阶段的页面,都是从这一张图片中截取</span>。</p><p>支持PNG、JPG,尺寸是957*1278像素,文件小于500KB。</p><p>注意第1张示例图底部的“开”字部分,会遮挡图片下面一部分内容。</p><p>第2张示例图,实际效果是可以下拉的,需要考虑下拉后的顶部显示内容,如果不合适还可以单独调整封面图上传。</p><p>第3张示例图、第4张示例图,可以直接编辑选择显示位置。</p><h3><strong>4,封面故事</strong></h3><p>在红包打开后的红包详情页展示,该页下拉时,直接以图片或视频方式展示封面故事。</p><p>图片和视频,最多可设置5个,左右滑动观看效果。</p><p>图片支持PNG、JPG,尺寸是750*1250像素,文件小于300K。</p><p>视频支持MP4格式,编码是<span style="font-size: 16px;">H.264/AVC,宽度≥720像素,宽高比是3:5-16:9之间,小于15秒时长,码率不高于1600kbit/s,文件小于10M。</span></p><p><span style="color: rgb(250, 81, 81);">同时支持用视频号上传素材。</span></p><p>故事的文字描述不得超过40个汉字。</p><p><strong style="color: rgb(250, 81, 81);">个人号,支持跳转到视频号或表情封面;</strong></p><p><span style="color: rgb(250, 81, 81);">暂时个人号没有跳转公众号或小程序的链接。</span></p><h3><strong>5,证明材料</strong></h3><p>整个设计中,出现的名称、LOGO、图片等美术作品,以及涉及人像、字体等,都需要提供相关权属证明文件,以证明你有资格使用这些内容。</p><h4><span style="color: rgb(250, 81, 81);">*涉及注册商标的,</span></h4><h4>需提供《商标注册证》的扫描件或商标使用授权书(在授权情况下);</h4><p><br /></p><h4><span style="color: rgb(250, 81, 81);">*美术作品涉及著作权的,</span></h4><p>需提供《作品登记证书》或《著作权登记证书》的扫描件;没有证书的,需提供该作品的psd格式文件,或人民法院确认权属的法律文书,或其他能证明作品权利人的发表链接等;</p><h4><span style="color: rgb(250, 81, 81);">*涉及肖像权的,</span></h4><p>需提供图中人物的身份证明,如身份证正反面或护照等扫描件或照片;或提供肖像权授权书。其中授权人为图中涉及肖像的人,被授权人为微信红包封面开放平台注册者;</p><h4><span style="color: rgb(250, 81, 81);">*涉及版权的,</span></h4><p>需提供作品版权证明,如著作权登记证、作品登记证;或版权授权书,其中授权人为版权所有者,被授权人是微信红包封面开放平台注册者;</p><p>以及版权所有者主体证明,企业请提交合法营业执照电子版扫描件或照片,个人请提交身份证正反面或护照等身份证明扫描件或照片;</p><p>没有上述证书,需提供<span style="font-size: 16px;">该作品的psd格式文件,或人民法院确认权属的法律文书,或其他能证明作品权利人的发表链接等;</span></p><p>如果涉及资料文件较多,可打包上传。文件需小于25M(实际定制页面目前写的是小于80M);</p><p>如果证明材料过大,可以写邮件发往wxcover_support@tencent.com(邮件名为【证明材料补充】+封面名称),并在提交审核时在「证明材料」处上传说明文档,列明发至邮箱的证明材料所包括的内容。</p><h3><strong>6,手机预览</strong></h3><p>填完资料的封面,可以点击底部的“手机预览”按钮,手机扫描弹出的二维码,在手机上预览红包封面效果。</p><h2><strong style="font-size: 18px; color: rgb(250, 81, 81);">企业定制:</strong></h2><p><strong>和个人封面定制大体流程一致,只是在封面故事部分增加了小程序或公众号的跳转。</strong></p><p><img src="http://mmbiz.qpic.cn/mmbiz_png/xYH8zVDI8mVYKq62X7MPUibA3VzzuhqFTIicm1XzyicgfR9u8qkhdK0MYBibjIMibx4ySttcR6JRXaIE05ejbuWhfqw/0?wx_fmt=png" /></p><p><span style="color: rgb(250, 81, 81);">*可以关联企业主体下的小程序或公众号,其中小程序可以设置指定界面路径跳转。</span></p><h1><strong style="font-size: 20px;">三、封面审核</strong></h1><h2><strong>1,审核周期</strong></h2><p>原审核周期是1个工作日,后改为从1月2日起,至2021年2月26日,审核周期调整为<span style="color: rgb(250, 81, 81);">3个工作日</span>。</p><p>并且对特定情形的封面定制,会延长审核周期为<span style="color: rgb(250, 81, 81);">1个月</span>。</p><h3><span style="color: rgb(250, 81, 81);">特定情形:</span></h3><p>(1)封面中存在外文、少数民族语言文字内容的,需要提供完整、准确的中文翻译。</p><p>(2)封面中存在任何宗教、民族、政治性质的图腾、人物、神兽、符号、法器等元素的,需要提供该等元素的详细说明。</p><h2><strong>2,审核标准</strong></h2><p><strong style="color: rgb(250, 81, 81);">肯定以官方实际审核为准。</strong></p><p>从官方公开的审核标准中,个人归纳如下:</p><h3><span style="color: rgb(250, 81, 81);">综合标准:</span></h3><p><span style="font-size: 16px;">(</span>1<span style="font-size: 16px;">)</span>不违法;<span style="font-size: 16px;">(</span>2<span style="font-size: 16px;">)</span>符合未成年人保护标准;<span style="font-size: 16px;">(</span>3<span style="font-size: 16px;">)</span>不违背社会善良风俗或各民族感情;<span style="font-size: 16px;">(</span>4<span style="font-size: 16px;">)</span>格调健康,积极向上;<span style="font-size: 16px;">(</span>5<span style="font-size: 16px;">)</span>不得过度营销;<span style="font-size: 16px;">(</span>6<span style="font-size: 16px;">)</span>不能直接使用中国地图(除非相关部门授权);<span style="font-size: 16px;">(</span>7<span style="font-size: 16px;">)</span>除党政和事业机关账号,其他不可使用政治军事以及其他主旋律推广内容;<span style="font-size: 16px;">(</span>8<span style="font-size: 16px;">)</span>不能使用全网封杀人物肖像</p><h3><span style="color: rgb(250, 81, 81);">直接标准:</span></h3><p><span style="font-size: 16px;">(</span>1<span style="font-size: 16px;">)</span>必须确保有权使用;<span style="font-size: 16px;">(</span>2<span style="font-size: 16px;">)</span>在先原则(不可与已发布封面雷同);</p><h2><strong>3,提审数量</strong></h2><p><strong style="color: rgb(250, 81, 81);">最多可同时在审3款红包封面</strong>,待审核完成后可继续提交。</p><h1><strong style="font-size: 20px;">四、封面购买</strong></h1><p>TODO</p><h1><strong style="font-size: 20px;">五、封面发放</strong></h1><p><span style="font-size: 16px;">TODO</span></p><h1><strong style="font-size: 20px;">六、封面违规与侵权处理</strong></h1><p><span style="color: rgb(250, 81, 81);">从官方原始购买后,</span><strong style="color: rgb(250, 81, 81);">定制方不得以任何形式向用户售卖微信红包封面</strong><span style="color: rgb(250, 81, 81);">。</span></p><p><span style="font-size: 16px;">TODO</span></p><h1><strong style="font-size: 20px;">七、相关参考资料</strong></h1><p>*微信红包封面开放平台-帮助中心 <a href="https://cover.weixin.qq.com/cgi-bin/mmcover-bin/readtemplate?t=page/index.html#/doc?page=introduce&index=-1" rel="noopener noreferrer" target="_blank">https://cover.weixin.qq.com/cgi-bin/mmcover-bin/readtemplate?t=page/index.html#/doc?page=introduce&index=-1</a></p><p>*封面审核周期调整公告 <a href="https://cover.weixin.qq.com/cgi-bin/mmcover-bin/readtemplate?t=page/index#/notice_detail?id=1609588007_3773_1102306322" rel="noopener noreferrer" target="_blank">https://cover.weixin.qq.com/cgi-bin/mmcover-bin/readtemplate?t=page/index#/notice_detail?id=1609588007_3773_1102306322</a></p><p>======================================</p><h2><strong style="font-size: 18px; color: rgb(250, 81, 81);">附:常见审核驳回原因整理</strong></h2><p>1,所提交的封面素材和他人已发布的作品存在较高相似度,侵权风险较大。请提供早于他人作品发布时间的作品版权证明。</p><p>2,红包封面的图案应尽量避开头像、昵称、祝福语的区域。若无法避开,需避免图案过于复杂,影响文字识别。</p><p>3,需补充提供【XXXX公司/网站】享有著作权的证明材料。(<em>即使你有其他平台的版权授权书也不行,需要他们著作权证明</em>)</p><p>4,所提供的《XX图片授权书》中被授权方为【张三】,无法体现被授权方与【张三视频号】视频号之间的关系。请提供授权范围包含【张三视频号】视频号之红包封面定制场景的授权书后,再上传系统进行审核。(<em>授权书需要有身份证号或其他证明,能让官方确认是授权给你,只有名字不行</em>)</p><p>5,所提交的封面素材涉及版权,需提供《作品登记证书》或《著作权登记证书》的扫描件、作品源文件等版权证明材料。</p><p>6,PSD文件需要详细分层。</p><p>7,红包封面简称仅可以使用主体名称中的字号、公众号名称或注册商标名称。如使用注册商标请上传《商标注册证》的扫描件。可使用【XXX】等命名。</p><p>8,所提交的封面素材涉及他人的作品,需提供以下材料:1)《作品登记证书》或《著作权登记证书》的扫描件、作品PSD源文件等版权证明材料; 2)版权授权书(企业需盖章);3)版权所有者是个人的,需提供身份证正反面或护照等扫描件。</p><p>9,不可出现除企业字号、商标名称、企业价值观、祝福语以外的文字。</p><p>10,红包封面的背景色不可与微信红包的文字色相接近,影响昵称、祝福语的识别。需更换背景色后再提交。</p><p>11,所提交的企业logo涉及他人的作品,需提供以下材料:1)《作品登记证书》或《著作权登记证书》的扫描件、作品PSD源文件等版权证明材料; 2)版权授权书(企业需盖章);3)版权所有者是个人的,需提供身份证正反面或护照等扫描件。</p><p>12,仅可使用定制主体法人代表的肖像定制封面,需提供企业营业执照、法人代表实名信息(需本人手持身份证拍照),且该等情形的微信红包封面,审核期限将延长至一个月。</p><p>13,封面素材不可展示微信红包的固有元素,如祝福语、“开”按钮、用户昵称头像、弧形阴影等,需删除后再提交。</p><p>14,所提交的作品创作源文件无法充分证明你享有该作品的著作权,请补充其他证明材料,如作品的《作品登记证书》或《著作权登记证书》的扫描件等。</p><p>15,不可出现和他人已发表的作品雷同,或权利归属情况不明的内容(如未获得著作人合法授权的二次创作、同人作品等)。</p><p>16,发红包页、红包消息气泡、拆红包页、红包详情页的素材图需属于原始封面样式图的一部分,保持内容、风格、主题一致。</p><p>17,品牌logo仅可以使用你的注册商标,且需上传《商标注册证》的扫描件。如使用其他主体的注册商标,需提供有效的授权证明材料。若未注册商标或未取得授权,可删除品牌logo后再提交。</p><p>18,证明材料未上传成功,请重新提交。若文件过大无法上传,请将证明材料发邮件至wxcover_support@tencent.com(邮件名为【证明材料补充】+封面名称),可在邮件中留下你的联系方式,我们将与你联系。</p><p>19,不可出现真实的人名和地址信息。</p><p>20,仅可使用定制主体本人的肖像定制封面,请提供本人实名信息(需本人手持身份证拍照),且该等情形的微信红包封面,审核期限将延长至一个月。</p><p>21,建议调整封面中祝福语文案的位置,以免影响在其他机型或者大字体情况下的体验效果。</p><p>22,红包封面简称可使用微信视频号账号名称。如果使用其他名称命名,请提供相应的证明材料。</p><p>23,请提供有效的版权证明材料。应注意,根据《“微信红包封面”定制功能使用条款》第3.3.3条的约定:定制方不得以任何形式向用户售卖微信红包封面。</p><p>24,非党政机关事业单位,不可使用天安门、人民大会堂、华表等国家民族标志物。</p><p>25,所提交的《作品登记书》证明材料,需将登记的作品复印件一起上传。</p><p>26,所提交的封面故事视频音乐作品和他人已发布的作品存在较高相似度,侵权风险较大。请提供早于他人作品发布时间的作品版权证明。</p><p>27,不可包含直接或间接表明产品或服务或其特性的文字。(<em>包括封面故事图片</em>)</p><p>28,所提交的封面素材涉及他人的作品,需提供版权授权书,其中被授权人为微信红包封面开放平台注册者。</p><p>29,不可出现商品图、店铺图、服务内容截图等广告性质的内容。</p><p>30,需提供有拍摄信息的照片源文件。</p><p>(<span style="color: rgb(250, 81, 81);">不断更新中...欢迎提供!欢迎点赞支持!</span>)</p><p><span style="font-size: 16px;">======================================</span></p><p>重要事项更新日志:</p><p><em>*2021.01.20 更新封面故事跳转内容,增加了视频号和表情封面跳转。</em></p><p><em>*2021.03.23 移除了个人主体必须视频号认证要求。</em></p></div></div></div><div class="post_extra_info"><meta check-reduce itemprop="dateModified" content="Tue Mar 23 2021 10:26:45 GMT+0800 (China Standard Time)"><div class="js_updatetime post_tips">最后一次编辑于 <span id="update_time">2021-03-23</span> <span itemprop="publisher" itemscope="itemscope" itemtype="http://schema.org/Organization"><a itemprop="url" href="https://developers.weixin.qq.com"><img itemprop="logo" src="https://developers.weixin.qq.com/community/dist/images/WeChat_0pen_community_logo_3e042b.svg" style="width: 1px; height: 1px;"></a></span></div><div id="footer-opr-site"></div><div id="blog-footer-opr" class="post_opr_area"><div class="post_opr_area_inner_area"><div class="post_opr_area_inner"><div class="post_opr"><div class="post_opr_col"><a href="javascript:;" class="post_opr_meta post_opr_meta_btn post_opr_meta_reward " style="cursor: pointer;"><div class="post_opr_meta_btn_inner"><i class="icon_post_opr like"></i>点赞 <span style="display:;">11</span></div></a><a data-component-identifier="qa-content-comment" href="javascript:;" class="post_opr_meta post_opr_meta_btn post_opr_meta_collect" style="cursor: pointer;"><div class="post_opr_meta_btn_inner"><i class="icon_post_opr collection"></i>收藏</div></a></div><div class="post_opr_col"><a href="javascript:;" check-reduce class="share_footer_target share_footer_target_parent"><span class="icon_post_opr ic_share icon_right share_footer_target share_footer_target_icon"></span>分享 <div class="shareImg share_footer_target" style="display:none;"><span class="shareImg__load share_footer_target"></span><div title="小程序码" class="sharjs_share_target_target share_footer_target" style="background-image:url();"></div><p class="share_img_desc share_footer_target">扫描小程序码分享</p><a href="javascript:;" class="share_footer_target">复制链接</a></div></a><div class="dialog_wrapper" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><!----><!----><div class="dialog_bd"><!----><div class="page_msg large simple default single_line"><div class="inner group"><span class="msg_icon_wrapper"><i class="icon_msg info "></i></span><div class="msg_content "><p>删除文章后,文章内容和评论将一并被删除,且不可恢复。</p></div></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn js_btn btn_warn">删除</a><!----><a href="javascript:;" class="btn btn_default js_btn">取消</a></div></div></div></div><!----><a href="javascript:;" class="post_opr_meta post_opr_meta_comment"><i class="icon_post_opr discuss"></i><span class="post_opr_wording">评论</span></a><span check-reduce="" class="popover__box post_opr_meta post_opr_meta_more_operation for_pc popover__box_hide"><!----><span class="popover_target"><div class="post_opr_meta icon_operation_more"></div></span></span><div class="post_opr_meta icon_operation_more for_mobile"></div></div></div></div></div><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----></div></div></div><div class="anwser__area"><div class="answer_container"><div class="anwser__hd"><p class="anwser__title">31 个评论</p></div><div id="comment-list" class=" anwsers__list"><div class="answer_container"><div class="post_comment_area"><ul class="post_comment_list"><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="0000cc9ac7c4f8be279bbd6d2554" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="5"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=0000cc9ac7c4f8be279bbd6d2554"><meta check-reduce itemprop="dateCreated" content="Mon Jan 18 2021 23:36:39 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Mon Jan 18 2021 23:36:39 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="6"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="Memory (私信不回复)" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">Memory (私信不回复)</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><span class="ic_contributer"></span><span class="ic_professor"></span><i check-reduce class="from__mobile">发表于移动端</i></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-18</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">一件收藏点赞举报三连</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-18</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>5</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <span class="best_comment_num">6</span></span></div><!----><!----><!----></div></div><div class="post_comment_reply_area part3"><div class="post_comment_area"><ul class="post_comment_list" style="display:;"><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000884daf20280387d9bd7cfd51c" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000884daf20280387d9bd7cfd51c"><meta check-reduce itemprop="dateCreated" content="Fri Jan 22 2021 16:21:21 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Fri Jan 22 2021 16:21:21 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/sq_oshG-4k5TFzwhqlLoyejC6RNCw9k" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://mmbiz.qpic.cn/mmbiz_jpg/eNma2x6PTwOXxJDVF00D0iaT3p5v7wWUbVHiaEVhvEv2aLqtIbvd0icN9iaNDCmDxTITq7wDKjibDuGjZ8sDoYmUQFA/0?wx_fmt=jpeg" alt="菜虫网络" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">菜虫网络</strong></span></span></a><div class="checking_state_new"><!----><!----><span title="企业用户" class="cy_new"></span><!----><span class="ic_contributer"></span><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-22</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">加个好友交流呗,我踩的坑比你多。微信:levnking</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-22</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <span>1</span></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="0006e24b6e4e607305ab7331c568" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=0006e24b6e4e607305ab7331c568"><meta check-reduce itemprop="dateCreated" content="Fri Jan 29 2021 13:33:01 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Fri Jan 29 2021 13:33:01 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw16CyD_C4jqW6dhwD9Xwfzs" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/BfRL3E0G1pdQ1GUpqGic9KU8kqlD3sxE5LhdSUx2GbwtwibaMxJVibWIA/0" alt="李佑辰" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">李佑辰</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-29</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">哈哈哈 你不配审核封面</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-29</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <span>1</span></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000aa2ab3a0dd0c857abce35c560" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="0"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000aa2ab3a0dd0c857abce35c560"><meta check-reduce itemprop="dateCreated" content="Tue Feb 02 2021 19:05:47 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Tue Feb 02 2021 19:05:47 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw3VNXdJvsL2CvOrG7bsDKxA" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/D8EqrYvymOw7qDicjVCm7KuvloL5UtklnXicMdKjI1tZI/0" alt="XO" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">XO</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-02-02</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">有没有作者可以进群一起交流交流,加我V:xiao75586204</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><div class="comment_reply_input_box__extend__editor__item__body"><div class="image-group"><ul class="image-group__inner"><!----><li class="image-group__item image-group__item__img" style="background-image:url(http://mmbiz.qpic.cn/mmbiz_png/KmRhwHxZK4HRAk8nYa7zt9gIgSmUVJE22sic4ojE1hkhlbLq5SIlSvzlSk3RZVR76SGCDBd3Pg9GYCwv4GPNncA/0?wx_fmt=png);"><img src="http://mmbiz.qpic.cn/mmbiz_png/KmRhwHxZK4HRAk8nYa7zt9gIgSmUVJE22sic4ojE1hkhlbLq5SIlSvzlSk3RZVR76SGCDBd3Pg9GYCwv4GPNncA/0?wx_fmt=png" class="image-group__item__img"><!----></li></ul></div></div></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-02-02</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <!----></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000e88067007d078fcbbf0c96514" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="0"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000e88067007d078fcbbf0c96514"><meta check-reduce itemprop="dateCreated" content="Tue Feb 23 2021 11:47:42 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Tue Feb 23 2021 11:47:42 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw2Wnb1EzwKjPMnahkBxfwtg" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/47CicbLQOxtVOeUM0V5icRlEAHvGYgxjLDiaySbvZNb1rrF5LLmeIBib0Q/0" alt="homi" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">homi</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-02-23</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">加个好友交流 AAAKKKQQQLLL</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-02-23</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <!----></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="0004285ea40be0aa3fac0c43d51c" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="0"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=0004285ea40be0aa3fac0c43d51c"><meta check-reduce itemprop="dateCreated" content="Mon Aug 23 2021 22:39:10 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Mon Aug 23 2021 22:39:10 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw97Fwv63YA2rJc-r0Of8b-M" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/cpgzME5RN6NDW8A4Yw3iaQ7x5nXMDvaWJ1AlMhkSOicb4/0" alt="红鼻剪刀" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">红鼻剪刀</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-08-23</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">加个好友交流,3024819</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-08-23</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <!----></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><!----><!----></ul><div class="post_reply_fold_opr with_load_more"><a href="javascript:;" class="l">查看更多(1)</a></div><!----><!----><!----><!----></div></div><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000a0291b880704f520c1eb23510" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="2"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000a0291b880704f520c1eb23510"><meta check-reduce itemprop="dateCreated" content="Tue Apr 20 2021 11:37:46 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Tue Apr 20 2021 11:37:46 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUswx38U64VxJLuJ0d4P49CwEw" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Y3WgNLFjO0fEg2PHMCfnvsbbNs7pMkfaQXc6Mw8NSGLESt0sTiapbPg/0" alt="宝贝" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">宝贝</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-04-20</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;"><p>上传的封面故事是过年的时候视频号发的视频,现在说我要提供比它早的证明,这...我的视频发在我的视频号上,现在我要用了,还要我证明啥?</p></div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-04-20</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>2</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <!----></span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="0002c0a16fc17890f09b98f13568" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="2"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=0002c0a16fc17890f09b98f13568"><meta check-reduce itemprop="dateCreated" content="Thu Jan 28 2021 14:30:35 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Thu Jan 28 2021 14:30:35 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw0H3XzQhXR1Sle4WqaK4_yA" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/anblvjPKYbPzKnvhVJZ1ic7cMIxxBoyHVMon6RoMibpX5zFtegVG5yxQ/0" alt="echo said" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">echo said</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><i check-reduce class="from__mobile">发表于移动端</i></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-28</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">那个 我上传了自己拍摄的照片。有各种的那个照片信息和拍摄信息但是它的结果是不可出现那些文字。 是什么原因?根本就没有文字</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-28</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>2</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <!----></span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000e663be04c00fb8f6d3ea4254c" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000e663be04c00fb8f6d3ea4254c"><meta check-reduce itemprop="dateCreated" content="Thu Jan 27 2022 16:20:33 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Thu Jan 27 2022 16:20:33 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw8lJMHoK7VKPLtSAzt8wOFA" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/icYZtFqfqeupEGbw56y18aymuM7trZsLicTIwyWMdClQU/0" alt="戴超" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">戴超</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2022-01-27</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;"><p>一直说我红包简称有问题,我使用的都是账号主体名称中的字符,就是不给过,改三四次都驳回</p></div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2022-01-27</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>1</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <!----></span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000ca60fb5499816b2ab7b67454c" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000ca60fb5499816b2ab7b67454c"><meta check-reduce itemprop="dateCreated" content="Sun Feb 07 2021 10:54:21 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Sun Feb 07 2021 10:54:21 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUswzFtvMpoHf2VAHV34eewI_Y" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/14AP6ib42dmZdFJKgm38Lpc8K5p1EuLesiaZWMZgMiby6c/0" alt="徐大福" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">徐大福</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-02-07</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;"><p>红包封面里面有公司高层的集体拜年视频,这种需要拿到每个人的肖像权授权吗?</p></div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-02-07</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>1</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <!----></span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000c425f6144b00655aba06445b4" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000c425f6144b00655aba06445b4"><meta check-reduce itemprop="dateCreated" content="Tue Feb 02 2021 16:34:28 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Tue Feb 02 2021 16:34:28 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUswxQL1WNhdxSM6ou3fpgZf48" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/JcDicrZBlREg0icicj5GSoyGknd2DvoCEiap2AUlrqibCAzeTMnBLeRslfQ/0" alt="阿辉" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">阿辉</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-02-02</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;"><p>分享我踩过的坑,未通过审核的各种原因及应对方法</p><p><a href="https://developers.weixin.qq.com/community/develop/article/doc/00024ccdbdc7e85553ab9f0e051813" target="_blank" rel="noopener noreferrer" target="_blank">https://developers.weixin.qq.com/community/develop/article/doc/00024ccdbdc7e85553ab9f0e051813</a></p></div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-02-02</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>1</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <!----></span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000666ebcd0ad80d2bab5445e5b4" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000666ebcd0ad80d2bab5445e5b4"><meta check-reduce itemprop="dateCreated" content="Sun Jan 31 2021 16:08:08 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Sun Jan 31 2021 16:08:08 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUswzBWnFogHVZa4zNG7l1xtuw" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/NoIwgV4G2ysdleDGDMEGqibXRdZWx9rmnfQwVwkEGcIQ/0" alt="强夫" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">强夫</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><i check-reduce class="from__mobile">发表于小程序端</i></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-31</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">网图100%过不了,有需要原画的吗?可以找我。</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-31</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>1</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <!----></span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="0004c6a314828839d99ba85c65b8" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=0004c6a314828839d99ba85c65b8"><meta check-reduce itemprop="dateCreated" content="Wed Jan 27 2021 11:43:04 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Wed Jan 27 2021 11:43:04 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="2"><a href="/community/personal/oCJUsw4MnmHe2c002LyvZdcbBAUY" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM7PWtFPb3jxjaQFEvGiacSe6QlEaYGnq7Wo6uibtt2HSHqw/0" alt="饭团🍙" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">饭团🍙</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-27</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;"><p>版权好烦哦,著作授权书哪边购买可以提供的</p></div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-27</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>1</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <span class="best_comment_num">2</span></span></div><!----><!----><!----></div></div><div class="post_comment_reply_area part3"><div class="post_comment_area"><ul class="post_comment_list" style="display:;"><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="0006a897bd4d6834256d061df514" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="2"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=0006a897bd4d6834256d061df514"><meta check-reduce itemprop="dateCreated" content="Sat Jan 22 2022 12:42:04 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Sat Jan 22 2022 12:42:04 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw4h2Hwk-CnyLYtM2iFSbBDc" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/jRoggJ2RF3DGChtlGWTeapm28rpZiaJbZyYRsnVC4LvB1BsQF0ju3KQ/0" alt="剧本溯源" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">剧本溯源</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2022-01-22</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">我们可以提供</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2022-01-22</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <span>2</span></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="00008c9576c1c02fd7edba7df560" class="widget_comment js_post_comment_item post_comment_item with_reanswer"><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="0"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=00008c9576c1c02fd7edba7df560"><meta check-reduce itemprop="dateCreated" content="Fri May 13 2022 15:17:32 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Fri May 13 2022 15:17:32 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw3xJxN470z5xEISfhfo7fqk" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM7bISNEy78Y0kxTMia2SFuCbYFSqziaQtVKLJgUHzMUsAtQ/0" alt=" Mr .垚垚垚垚垚" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname"> Mr .垚垚垚垚垚</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2022-05-13</span></span><span class="reply-comment"><span class="relpy-tips">回复</span><a href="/community/personal/oCJUsw4h2Hwk-CnyLYtM2iFSbBDc" data-component-identifier="replybox__reply_nick_name" target="_blank" class="post_comment_owner_nickname">剧本溯源</a></span><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">现在 还可以提供版权证书了么</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2022-05-13</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <!----></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----></ul><!----><!----><!----><!----><!----></div></div><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000a4c9be142d0716d9bbcde6568" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000a4c9be142d0716d9bbcde6568"><meta check-reduce itemprop="dateCreated" content="Thu Jan 21 2021 12:54:45 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Thu Jan 21 2021 12:54:45 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUswy4lih1_usm-mHrHEofQMAM" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM4QDG07F3xl0sTfH1PxSaBKTwZzvtomgEQWDKWgGM5icrg/0" alt="封庆亚" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">封庆亚</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-21</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;"><p><img src="http://mmbiz.qpic.cn/mmbiz_png/t7MSDfCzMuwbNnDGlIe0WaxJO8IHGOHg2st5QQyVn1xe6Gxibyts5c7vshtWWgaGnohOPAuMCWCE7IyicrTLG8PA/0?wx_fmt=png" style="height: auto;" /></p></div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-21</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>1</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <!----></span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000ea47d39cb10ee259bb5def518" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000ea47d39cb10ee259bb5def518"><meta check-reduce itemprop="dateCreated" content="Mon Jan 18 2021 23:24:57 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Mon Jan 18 2021 23:24:57 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="9"><a href="/community/personal/oCJUswwhTCbBea1z2KtjJa4yin7g" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/PiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw/0" alt="在路上" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">在路上</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><i check-reduce class="from__mobile">发表于小程序端</i></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-18</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">一定需要提供版权授权书吗?自己手绘的可以通过吗</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><!----><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-18</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><div class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>赞同 <span>1</span></div></div><!----><div class="js_comment best_comment_discuss"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复 <span class="best_comment_num">9</span></span></div><!----><!----><!----></div></div><div class="post_comment_reply_area part3"><div class="post_comment_area"><ul class="post_comment_list" style="display:;"><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="0008467a2dc2285e279b3bddc564" class="widget_comment js_post_comment_item post_comment_item "><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="0"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=0008467a2dc2285e279b3bddc564"><meta check-reduce itemprop="dateCreated" content="Mon Jan 18 2021 23:33:38 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Mon Jan 18 2021 23:33:38 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw1gRm1L6jLgiSi9cQtOERTU" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q/0" alt="四哥派" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">四哥派</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><span class="ic_professor"></span><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-18</span></span><!----><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">需要证明你是你</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-18</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <!----></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000e0e72cd00b07e2b9bce43e514" class="widget_comment js_post_comment_item post_comment_item with_reanswer"><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000e0e72cd00b07e2b9bce43e514"><meta check-reduce itemprop="dateCreated" content="Mon Jan 18 2021 23:54:29 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Mon Jan 18 2021 23:54:29 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUswwhTCbBea1z2KtjJa4yin7g" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/PiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw/0" alt="在路上" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">在路上</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><i check-reduce class="from__mobile">发表于小程序端</i></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-18</span></span><span class="reply-comment"><span class="relpy-tips">回复</span><a href="/community/personal/oCJUsw1gRm1L6jLgiSi9cQtOERTU" data-component-identifier="replybox__reply_nick_name" target="_blank" class="post_comment_owner_nickname">四哥派</a></span><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">我自己做的,有详细的分层,这个算嘛</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-18</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <span>1</span></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000c44c568c4588e2f9b09bb65d8" class="widget_comment js_post_comment_item post_comment_item with_reanswer"><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000c44c568c4588e2f9b09bb65d8"><meta check-reduce itemprop="dateCreated" content="Tue Jan 19 2021 00:10:36 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Tue Jan 19 2021 00:10:36 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw1gRm1L6jLgiSi9cQtOERTU" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q/0" alt="四哥派" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">四哥派</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><span class="ic_professor"></span><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-19</span></span><span class="reply-comment"><span class="relpy-tips">回复</span><a href="/community/personal/oCJUswwhTCbBea1z2KtjJa4yin7g" data-component-identifier="replybox__reply_nick_name" target="_blank" class="post_comment_owner_nickname">在路上</a></span><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">我有微信的logo,我说是我的你信吗?</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-19</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <span>1</span></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000060ba3648609c4e9b0547b5b4" class="widget_comment js_post_comment_item post_comment_item with_reanswer"><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="1"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000060ba3648609c4e9b0547b5b4"><meta check-reduce itemprop="dateCreated" content="Wed Jan 20 2021 11:52:47 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Wed Jan 20 2021 11:52:47 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUswxTzcWV1twZSzu1ZK2BiiFw" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM6T2TYWa0PU2Cf7lmDI6EL83ibAicjtTvgHDhVb7ZP6WNDw/0" alt="门窗店小二" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">门窗店小二</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><!----><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-20</span></span><span class="reply-comment"><span class="relpy-tips">回复</span><a href="/community/personal/oCJUsw1gRm1L6jLgiSi9cQtOERTU" data-component-identifier="replybox__reply_nick_name" target="_blank" class="post_comment_owner_nickname">四哥派</a></span><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">证明我是我的,这个真尴尬了,我提交了两次了,都不知道怎么证明了,反正都是失败,太坑</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-20</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <span>1</span></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><li itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/Comment" id="000262b8c40b388d419b7fd28568" class="widget_comment js_post_comment_item post_comment_item with_reanswer"><meta check-reduce itemprop="image"><meta check-reduce itemprop="upvoteCount" content="0"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/develop/doc/0002a4dd30ce305d209b0377d5c013?jumpto=comment&commentid=000262b8c40b388d419b7fd28568"><meta check-reduce itemprop="dateCreated" content="Wed Jan 20 2021 12:08:40 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="dateModified" content="Wed Jan 20 2021 12:08:40 GMT+0800 (China Standard Time)"><meta check-reduce itemprop="commentCount" content="0"><a href="/community/personal/oCJUsw1gRm1L6jLgiSi9cQtOERTU" target="_blank" class="post_comment_owner"><span class="popover__box popover_appreciate popover__box_hide" data-v-0a980b96><!----><span class="popover_target"><div class="post_comment_owner_avatar"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q/0" alt="四哥派" class="post_comment_owner_avatar_image"></div><strong data-component-identifier="replybox__nick_name" class="post_comment_owner_nickname">四哥派</strong></span></span></a><div class="checking_state_new"><!----><!----><!----><!----><!----><span class="ic_professor"></span><!----></div><span class="post_comment_pos"><!----><!----><!----><!----><span check-reduce class="post_comment_time">2021-01-20</span></span><span class="reply-comment"><span class="relpy-tips">回复</span><a href="/community/personal/oCJUswxTzcWV1twZSzu1ZK2BiiFw" data-component-identifier="replybox__reply_nick_name" target="_blank" class="post_comment_owner_nickname">门窗店小二</a></span><!----><div check-reduce class="post_comment_editor_area comment_editor_box" style="display:none;"><div class="post_comment_content post_editor_box"><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div><div class="tool_bar tr"><a href="javascript:;" class="btn btn_primary edui-default"><!---->发表</a></div></div></div><div class="post_comment_content_container"><div itemprop="text" class="post_comment_content expanded" style="display:;">证明渠道就是著作权或者著作权授权书</div><!----></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><a href="javascript:;" disabled="disabled" class="btn btn_default" style="margin: 12px 0; color: #999">待楼主反馈</a><!----></div><div class="cm-s-default CodeMirror-wrap"><!----><!----></div><!----><!----><div class="post_comment_info" style="display:;"><div class="mobile_post_comment_info_hd"><div class="mobile_post_comment_time">2021-01-20</div><!----><!----></div><div class="post_comment_opr"><div data-component-identifier="comment-like" class="best_comment_agree click "><i class="icon_post_opr icon_agree"></i><span check-reduce class="post_opr_wording">赞 <!----></span></div><!----><div class="js_comment post_opr_meta post_opr_meta_comment_reply"><i class="icon_post_opr discuss"></i><span check-reduce class="post_opr_wording">回复</span></div><!----><!----><!----></div></div><!----><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----><!----><!----><!----><!----><!----><!----><!----><!----></ul><div class="post_reply_fold_opr with_load_more"><a href="javascript:;" class="l">查看更多(4)</a></div><!----><!----><!----><!----></div></div><div check-reduce="" class="dialog_wrapper page_mode_dialog_complain dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>请选择投诉理由</h3></div><div class="dialog_bd"><!----><div class="dialog_complain_list"><div class="mod_access"><ul class="access_list"><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">广告内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">违法违规</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">恶意灌水内容</div></li><li class="access_list_item access_list_item_hasMore"><div class="access_list_item_head">其他</div></li></ul></div></div></div><!----></div></div></div><!----><!----><!----><div><!----></div><div><!----></div></li><!----></ul></div></div></div><div check-reduce="" class="pagination_wrp for_pc pagination_pos_right"><div class="pagination"><span class="page_nav_area"><!----><a href="/community/develop/article/doc/0002a4dd30ce305d209b0377d5c013?page=1#comment-list" class="page_nav current">1</a><!----><a href="/community/develop/article/doc/0002a4dd30ce305d209b0377d5c013?page=2#comment-list" class="page_nav ">2</a><a href="/community/develop/article/doc/0002a4dd30ce305d209b0377d5c013?page=3#comment-list" class="page_nav ">3</a><!----><a href="/community/develop/article/doc/0002a4dd30ce305d209b0377d5c013?page=4#comment-list" class="page_nav ">4</a><a href="/community/develop/article/doc/0002a4dd30ce305d209b0377d5c013?page=2#comment-list" rel="next" class="btn page_next"><i class="arrow"></i></a></span><!----></div></div><p class="loading__tips for_mobile">正在加载...</p></div><div id="editorframe" check-reduce class="post_comment_editor_area with_post_editor comment_editor_box"><div class="comment_editor_box_body"><span class="post_comment_owner"><img src="https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0?wx_fmt=png" class="post_comment_owner_avatar"></span><div class="mode__rich-text-editor mode__rich-text-editor__normal"><div class="mode__rich-text-editor__header mode__rich-text-editor__header__normal"><div class="mode__rich-text-editor__header__extend"></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__bold"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__bold ql-bold"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>加粗</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__red"><button value="red" class="mode__rich-text-editor__icon mode__rich-text-editor__icon__red ql-red"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>标红</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-code-block"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__code-block ql-code-block"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入代码</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-link"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__link ql-link"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入链接</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-image"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__image ql-image"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>插入图片</p></span></div><div class="weui-desktop-tooltip__wrp weui-desktop-tooltip__wrp__ql-video"><button class="mode__rich-text-editor__icon mode__rich-text-editor__icon__video ql-video"></button><span class="weui-desktop-tooltip weui-desktop-tooltip__" style="display:none;"><p>上传视频</p></span></div></div><!----><div class="mode__rich-text-editor__body" style="display:none;"></div><div class="mode__rich-text-editor__body" style="display:;"><div> 请 <a>登录</a> 后发表内容 </div></div><div class="dialog_wrapper dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>新增或编辑超链接</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">链接地址</label><div class="frm_controls"><span class="frm_input_box"><input type="text" value="https://" class="frm_input"></span></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div><div class="dialog_wrapper dialog__insert-video dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:600px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>插入视频</h3></div><div class="dialog_bd"><!----><div class="frm_control_group"><label for="" class="frm_label">视频链接</label><div class="frm_controls"><span class="frm_input_box"><input type="text" placeholder="仅支持插入腾讯视频" value="" class="frm_input"></span><!----></div></div></div><div class="dialog_ft"><a href="javascript:;" class="btn btn_info">确认</a><a href="javascript:;" class="btn btn_default">取消</a></div></div></div></div></div></div></div><div class="dialog_wrapper dialog_notice dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:514px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>关注“微信开放社区”公众号</h3></div><div class="dialog_bd"><!----><p class="dialog_notice_info">关注后,可在微信内接收相应的重要提醒。</p><div class="js_qr_img qrcheck_img_area"><img src="https://res8.wxqcloud.qq.com.cn/community/dist/community/images/community_qrcode_c0a4a0.jpg" alt="" class="qrcheck_img" style="margin:0 auto;"></div><p class="dialog_notice_indicate">请使用微信扫描二维码关注 “微信开放社区” 公众号</p></div><!----></div></div></div></div></div><div check-reduce class="post_box_others"><div class="post_info_box"><div class="block-list public_box author_box"><div class="block-list__title"><span>作者介绍</span></div><div class="author_profile"><a href="/community/personal/" target="_blank" class="author_avatar"><img class="author_avatar_image"></a><div class="author_profile__body"><a href="/community/personal/" target="_blank" class="author_nickname"><p class="author_nickname_text"></p><!----><div title="成长等级:1" class="mode__grow-up-tag mode__grow-up-tag__small"><span class="grow__up__tag__icon grow__up__tag__growup1__icon grow__up__tag__growup1__icon"></span></div></a><div class="follow_container" style="display:none;"><a href="javascript:;" class="btn btn_primary">关注</a></div></div></div><div id="authorInfo" class="author_info"></div><!----><!----></div><div class="block-list public_box detail_extend tags_box"><div class="block-list__title"><span>文章标签</span></div><div class="block-list__article-list"><div class="tags"><span itemprop="keywords" title="封面定制" class="post_tag unoperation" style="max-width: 260px">封面定制</span><span itemprop="keywords" title="封面审核" class="post_tag unoperation" style="max-width: 260px">封面审核</span><span itemprop="keywords" title="微信红包封面" class="post_tag unoperation" style="max-width: 260px">微信红包封面</span><span itemprop="keywords" title="微信红包封面常见驳回原因" class="post_tag unoperation" style="max-width: 260px">微信红包封面常见驳回原因</span></div></div></div></div><!----></div></div></div></div></div><div id="footer" check-reduce="" class="foot blur_row page_full"><ul class="links ft"><li class="links_item"><a href="http://www.tencent.com/zh-cn/index.shtml" target="_blank">关于腾讯</a></li><li class="links_item"><a href="https://developers.weixin.qq.com/community/develop/doc/000e2cb63d8c28e6cf79d839b51809" target="_blank">运营规范</a></li><li class="links_item"><a href="https://mp.weixin.qq.com/debug/wxadoc/dev/index.html" target="_blank">文档中心</a></li><li class="links_item"><a href="https://kf.qq.com/faq/17030722muuu170307MFBny2.html" target="_blank">辟谣中心</a></li><li class="links_item"><a href="http://kf.qq.com/product/wx_xcx.html" target="_blank">客服中心</a></li><li class="links_item"><p class="copyright">Copyright © 2012-2025 Tencent. All Rights Reserved.</p></li></ul></div><!----><div check-reduce="" class="mod_get_page_top for_pc" style="display:none;"><div class="get_page_top_inner"><i class="icon icon_page_top"></i></div></div></div><script>window.__INITIAL_STATE__={"$host":"developers.weixin.qq.com","$ua":"Mozilla\u002F4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 3.5.21022; .NET CLR 1.0.3705; .NET CLR 1.1.4322)","items":{},"language":"zh-Hans","home":{},"doc_read":{},"doc_read_fetch":false,"appClass":"","pageName":"","pendingActions":[],"DOCState":"","searchQuery":"","shareImg":"https:\u002F\u002Fres.wx.qq.com\u002Fop_res\u002FdHtIRV4hVzWL3c2ZSXjoG1VcnRC3fENDSGIm_8hOS-9PWFTVVdbPfoGTaJnHJpFm","doc":{"NotFound":false,"Del":false,"Author":{"nickname":"青寒","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM6v24Bzia4kUg6lwv6icWlW4CCQpoGRBHaJqE3IXVia2SVmw\u002F0","isOfficialUser":false,"openid":"oCJUswxFgWdhyFIxOIK0DminJivA","svrTime":1739797260,"mediaTicket":"a1ba7cbbd2af9205a17a225853cc8da7e6488bd5","authority":[]},"DocId":"0002a4dd30ce305d209b0377d5c013","BlockType":"11","CreateTime":"1610977862","UpdateTime":"1616466405","Category":"运营","BlogCategory":"524288","Flag":"0","UpVote":"11","DownVote":"0","UpHome":0,"BlogAttr":0,"blogProp":{"top":0},"Title":"微信红包封面定制个人学习总结","Content":"\u003Ch1\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E一、创建账号\u003C\u002Fstrong\u003E\u003C\u002Fh1\u003E\u003Cp\u003E\u003Cstrong\u003E目前有两条注册路线,分别是个人和企业。\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Ch2\u003E\u003Cstrong style=\"color: rgb(250, 81, 81);\"\u003E个人:\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E需先开通微信视频号并\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E获得有效粉丝数100个\u003C\u002Fspan\u003E,\u003Cspan style=\"font-size: 16px;\"\u003E然后申请封面定制平台账号,用视频号管理员验证完成注册。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 16px;\"\u003E*有效粉丝数,个人猜测应该是系统按特定规则计算,会排除刷粉等异常数据,规则不会对外公开。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FxYH8zVDI8mXCWve9qauHiatq7SdsibwB4OQtyvt8ohLNXXsLKRzZmL2LMFb4UoYKgLBFEFs8Vic5vuGtEg4iaeRoqg\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Ch2\u003E\u003Cstrong style=\"color: rgb(250, 81, 81);\"\u003E企业:\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E需注册\u003Cstrong\u003E公众号\u003C\u002Fstrong\u003E,并进行微信认证,然后申请封面定制平台账号,用公众号管理员验证完成注册。\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FxYH8zVDI8mWgLyEpFmW4fPwrVYeQ66sLwUjBlaWQBtf46xlnukYazlqoOeQjlGpJKA4uPTgWYfVjNZVIbQiaibMg\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cem\u003E*目前仅面向大陆境内的认证企业公众号,或已完成视频号认证的个人用户开放。\u003C\u002Fem\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cem\u003E*且暂不对宗教、烟草、医疗、特殊医学用途配方食品、医疗器械、农药、兽药、保健食品及药品相关的主体开放。\u003C\u002Fem\u003E\u003C\u002Fp\u003E\u003Ch1\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E二、封面定制\u003C\u002Fstrong\u003E\u003C\u002Fh1\u003E\u003Ch2\u003E\u003Cstrong style=\"font-size: 18px; color: rgb(250, 81, 81);\"\u003E个人定制:\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E定制页面如下,\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FxYH8zVDI8mXkCa6pA6ictXY5wXxCUcKP2naXg7MKJQh8BFMGvqHT2mnRicPBJqu84WRfIaa0wymZz0GJJVYnz5bg\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FxYH8zVDI8mVYKq62X7MPUibA3VzzuhqFTYkXXqOHbdyibdUtjCjneVqtWTicUDccayXY0ic8TUjoR1ImsoibGM9iakug\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cstrong\u003E1,红包封面简称\u003C\u002Fstrong\u003E\u003C\u002Fh3\u003E\u003Cp\u003E最多8个字,可以使用视频号名称,或自行命名。注意起名也需要提供相关证明材料。\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cstrong\u003E2,个人LOGO\u003C\u002Fstrong\u003E\u003C\u002Fh3\u003E\u003Cp\u003E支持PNG、JPG,尺寸是200*200像素,文件小于100KB。\u003C\u002Fp\u003E\u003Cp\u003E虽然可以直接使用视频号头像,但如果你视频号头像图片是网图,也会管你索要版权证明的。\u003C\u002Fp\u003E\u003Cp\u003E建议不使用LOGO,直接文字命名。\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cstrong\u003E3,样式(即封面图片)\u003C\u002Fstrong\u003E\u003C\u002Fh3\u003E\u003Cp\u003E封面图片直接使用一张图片即可,\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E红包各个阶段的页面,都是从这一张图片中截取\u003C\u002Fspan\u003E。\u003C\u002Fp\u003E\u003Cp\u003E支持PNG、JPG,尺寸是957*1278像素,文件小于500KB。\u003C\u002Fp\u003E\u003Cp\u003E注意第1张示例图底部的“开”字部分,会遮挡图片下面一部分内容。\u003C\u002Fp\u003E\u003Cp\u003E第2张示例图,实际效果是可以下拉的,需要考虑下拉后的顶部显示内容,如果不合适还可以单独调整封面图上传。\u003C\u002Fp\u003E\u003Cp\u003E第3张示例图、第4张示例图,可以直接编辑选择显示位置。\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cstrong\u003E4,封面故事\u003C\u002Fstrong\u003E\u003C\u002Fh3\u003E\u003Cp\u003E在红包打开后的红包详情页展示,该页下拉时,直接以图片或视频方式展示封面故事。\u003C\u002Fp\u003E\u003Cp\u003E图片和视频,最多可设置5个,左右滑动观看效果。\u003C\u002Fp\u003E\u003Cp\u003E图片支持PNG、JPG,尺寸是750*1250像素,文件小于300K。\u003C\u002Fp\u003E\u003Cp\u003E视频支持MP4格式,编码是\u003Cspan style=\"font-size: 16px;\"\u003EH.264\u002FAVC,宽度≥720像素,宽高比是3:5-16:9之间,小于15秒时长,码率不高于1600kbit\u002Fs,文件小于10M。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E同时支持用视频号上传素材。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E故事的文字描述不得超过40个汉字。\u003C\u002Fp\u003E\u003Cp\u003E\u003Cstrong style=\"color: rgb(250, 81, 81);\"\u003E个人号,支持跳转到视频号或表情封面;\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E暂时个人号没有跳转公众号或小程序的链接。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cstrong\u003E5,证明材料\u003C\u002Fstrong\u003E\u003C\u002Fh3\u003E\u003Cp\u003E整个设计中,出现的名称、LOGO、图片等美术作品,以及涉及人像、字体等,都需要提供相关权属证明文件,以证明你有资格使用这些内容。\u003C\u002Fp\u003E\u003Ch4\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E*涉及注册商标的,\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E\u003Ch4\u003E需提供《商标注册证》的扫描件或商标使用授权书(在授权情况下);\u003C\u002Fh4\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Ch4\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E*美术作品涉及著作权的,\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E\u003Cp\u003E需提供《作品登记证书》或《著作权登记证书》的扫描件;没有证书的,需提供该作品的psd格式文件,或人民法院确认权属的法律文书,或其他能证明作品权利人的发表链接等;\u003C\u002Fp\u003E\u003Ch4\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E*涉及肖像权的,\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E\u003Cp\u003E需提供图中人物的身份证明,如身份证正反面或护照等扫描件或照片;或提供肖像权授权书。其中授权人为图中涉及肖像的人,被授权人为微信红包封面开放平台注册者;\u003C\u002Fp\u003E\u003Ch4\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E*涉及版权的,\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E\u003Cp\u003E需提供作品版权证明,如著作权登记证、作品登记证;或版权授权书,其中授权人为版权所有者,被授权人是微信红包封面开放平台注册者;\u003C\u002Fp\u003E\u003Cp\u003E以及版权所有者主体证明,企业请提交合法营业执照电子版扫描件或照片,个人请提交身份证正反面或护照等身份证明扫描件或照片;\u003C\u002Fp\u003E\u003Cp\u003E没有上述证书,需提供\u003Cspan style=\"font-size: 16px;\"\u003E该作品的psd格式文件,或人民法院确认权属的法律文书,或其他能证明作品权利人的发表链接等;\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E如果涉及资料文件较多,可打包上传。文件需小于25M(实际定制页面目前写的是小于80M);\u003C\u002Fp\u003E\u003Cp\u003E如果证明材料过大,可以写邮件发往wxcover_support@tencent.com(邮件名为【证明材料补充】+封面名称),并在提交审核时在「证明材料」处上传说明文档,列明发至邮箱的证明材料所包括的内容。\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cstrong\u003E6,手机预览\u003C\u002Fstrong\u003E\u003C\u002Fh3\u003E\u003Cp\u003E填完资料的封面,可以点击底部的“手机预览”按钮,手机扫描弹出的二维码,在手机上预览红包封面效果。\u003C\u002Fp\u003E\u003Ch2\u003E\u003Cstrong style=\"font-size: 18px; color: rgb(250, 81, 81);\"\u003E企业定制:\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E\u003Cstrong\u003E和个人封面定制大体流程一致,只是在封面故事部分增加了小程序或公众号的跳转。\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FxYH8zVDI8mVYKq62X7MPUibA3VzzuhqFTIicm1XzyicgfR9u8qkhdK0MYBibjIMibx4ySttcR6JRXaIE05ejbuWhfqw\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E*可以关联企业主体下的小程序或公众号,其中小程序可以设置指定界面路径跳转。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Ch1\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E三、封面审核\u003C\u002Fstrong\u003E\u003C\u002Fh1\u003E\u003Ch2\u003E\u003Cstrong\u003E1,审核周期\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E原审核周期是1个工作日,后改为从1月2日起,至2021年2月26日,审核周期调整为\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E3个工作日\u003C\u002Fspan\u003E。\u003C\u002Fp\u003E\u003Cp\u003E并且对特定情形的封面定制,会延长审核周期为\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E1个月\u003C\u002Fspan\u003E。\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E特定情形:\u003C\u002Fspan\u003E\u003C\u002Fh3\u003E\u003Cp\u003E(1)封面中存在外文、少数民族语言文字内容的,需要提供完整、准确的中文翻译。\u003C\u002Fp\u003E\u003Cp\u003E(2)封面中存在任何宗教、民族、政治性质的图腾、人物、神兽、符号、法器等元素的,需要提供该等元素的详细说明。\u003C\u002Fp\u003E\u003Ch2\u003E\u003Cstrong\u003E2,审核标准\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E\u003Cstrong style=\"color: rgb(250, 81, 81);\"\u003E肯定以官方实际审核为准。\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp\u003E从官方公开的审核标准中,个人归纳如下:\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E综合标准:\u003C\u002Fspan\u003E\u003C\u002Fh3\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E1\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E不违法;\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E2\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E符合未成年人保护标准;\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E3\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E不违背社会善良风俗或各民族感情;\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E4\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E格调健康,积极向上;\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E5\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E不得过度营销;\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E6\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E不能直接使用中国地图(除非相关部门授权);\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E7\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E除党政和事业机关账号,其他不可使用政治军事以及其他主旋律推广内容;\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E8\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E不能使用全网封杀人物肖像\u003C\u002Fp\u003E\u003Ch3\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E直接标准:\u003C\u002Fspan\u003E\u003C\u002Fh3\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E1\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E必须确保有权使用;\u003Cspan style=\"font-size: 16px;\"\u003E(\u003C\u002Fspan\u003E2\u003Cspan style=\"font-size: 16px;\"\u003E)\u003C\u002Fspan\u003E在先原则(不可与已发布封面雷同);\u003C\u002Fp\u003E\u003Ch2\u003E\u003Cstrong\u003E3,提审数量\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E\u003Cstrong style=\"color: rgb(250, 81, 81);\"\u003E最多可同时在审3款红包封面\u003C\u002Fstrong\u003E,待审核完成后可继续提交。\u003C\u002Fp\u003E\u003Ch1\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E四、封面购买\u003C\u002Fstrong\u003E\u003C\u002Fh1\u003E\u003Cp\u003ETODO\u003C\u002Fp\u003E\u003Ch1\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E五、封面发放\u003C\u002Fstrong\u003E\u003C\u002Fh1\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 16px;\"\u003ETODO\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Ch1\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E六、封面违规与侵权处理\u003C\u002Fstrong\u003E\u003C\u002Fh1\u003E\u003Cp\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E从官方原始购买后,\u003C\u002Fspan\u003E\u003Cstrong style=\"color: rgb(250, 81, 81);\"\u003E定制方不得以任何形式向用户售卖微信红包封面\u003C\u002Fstrong\u003E\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 16px;\"\u003ETODO\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Ch1\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E七、相关参考资料\u003C\u002Fstrong\u003E\u003C\u002Fh1\u003E\u003Cp\u003E*微信红包封面开放平台-帮助中心 \u003Ca href=\"https:\u002F\u002Fcover.weixin.qq.com\u002Fcgi-bin\u002Fmmcover-bin\u002Freadtemplate?t=page\u002Findex.html#\u002Fdoc?page=introduce&index=-1\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fcover.weixin.qq.com\u002Fcgi-bin\u002Fmmcover-bin\u002Freadtemplate?t=page\u002Findex.html#\u002Fdoc?page=introduce&index=-1\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp\u003E*封面审核周期调整公告 \u003Ca href=\"https:\u002F\u002Fcover.weixin.qq.com\u002Fcgi-bin\u002Fmmcover-bin\u002Freadtemplate?t=page\u002Findex#\u002Fnotice_detail?id=1609588007_3773_1102306322\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fcover.weixin.qq.com\u002Fcgi-bin\u002Fmmcover-bin\u002Freadtemplate?t=page\u002Findex#\u002Fnotice_detail?id=1609588007_3773_1102306322\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp\u003E======================================\u003C\u002Fp\u003E\u003Ch2\u003E\u003Cstrong style=\"font-size: 18px; color: rgb(250, 81, 81);\"\u003E附:常见审核驳回原因整理\u003C\u002Fstrong\u003E\u003C\u002Fh2\u003E\u003Cp\u003E1,所提交的封面素材和他人已发布的作品存在较高相似度,侵权风险较大。请提供早于他人作品发布时间的作品版权证明。\u003C\u002Fp\u003E\u003Cp\u003E2,红包封面的图案应尽量避开头像、昵称、祝福语的区域。若无法避开,需避免图案过于复杂,影响文字识别。\u003C\u002Fp\u003E\u003Cp\u003E3,需补充提供【XXXX公司\u002F网站】享有著作权的证明材料。(\u003Cem\u003E即使你有其他平台的版权授权书也不行,需要他们著作权证明\u003C\u002Fem\u003E)\u003C\u002Fp\u003E\u003Cp\u003E4,所提供的《XX图片授权书》中被授权方为【张三】,无法体现被授权方与【张三视频号】视频号之间的关系。请提供授权范围包含【张三视频号】视频号之红包封面定制场景的授权书后,再上传系统进行审核。(\u003Cem\u003E授权书需要有身份证号或其他证明,能让官方确认是授权给你,只有名字不行\u003C\u002Fem\u003E)\u003C\u002Fp\u003E\u003Cp\u003E5,所提交的封面素材涉及版权,需提供《作品登记证书》或《著作权登记证书》的扫描件、作品源文件等版权证明材料。\u003C\u002Fp\u003E\u003Cp\u003E6,PSD文件需要详细分层。\u003C\u002Fp\u003E\u003Cp\u003E7,红包封面简称仅可以使用主体名称中的字号、公众号名称或注册商标名称。如使用注册商标请上传《商标注册证》的扫描件。可使用【XXX】等命名。\u003C\u002Fp\u003E\u003Cp\u003E8,所提交的封面素材涉及他人的作品,需提供以下材料:1)《作品登记证书》或《著作权登记证书》的扫描件、作品PSD源文件等版权证明材料; 2)版权授权书(企业需盖章);3)版权所有者是个人的,需提供身份证正反面或护照等扫描件。\u003C\u002Fp\u003E\u003Cp\u003E9,不可出现除企业字号、商标名称、企业价值观、祝福语以外的文字。\u003C\u002Fp\u003E\u003Cp\u003E10,红包封面的背景色不可与微信红包的文字色相接近,影响昵称、祝福语的识别。需更换背景色后再提交。\u003C\u002Fp\u003E\u003Cp\u003E11,所提交的企业logo涉及他人的作品,需提供以下材料:1)《作品登记证书》或《著作权登记证书》的扫描件、作品PSD源文件等版权证明材料; 2)版权授权书(企业需盖章);3)版权所有者是个人的,需提供身份证正反面或护照等扫描件。\u003C\u002Fp\u003E\u003Cp\u003E12,仅可使用定制主体法人代表的肖像定制封面,需提供企业营业执照、法人代表实名信息(需本人手持身份证拍照),且该等情形的微信红包封面,审核期限将延长至一个月。\u003C\u002Fp\u003E\u003Cp\u003E13,封面素材不可展示微信红包的固有元素,如祝福语、“开”按钮、用户昵称头像、弧形阴影等,需删除后再提交。\u003C\u002Fp\u003E\u003Cp\u003E14,所提交的作品创作源文件无法充分证明你享有该作品的著作权,请补充其他证明材料,如作品的《作品登记证书》或《著作权登记证书》的扫描件等。\u003C\u002Fp\u003E\u003Cp\u003E15,不可出现和他人已发表的作品雷同,或权利归属情况不明的内容(如未获得著作人合法授权的二次创作、同人作品等)。\u003C\u002Fp\u003E\u003Cp\u003E16,发红包页、红包消息气泡、拆红包页、红包详情页的素材图需属于原始封面样式图的一部分,保持内容、风格、主题一致。\u003C\u002Fp\u003E\u003Cp\u003E17,品牌logo仅可以使用你的注册商标,且需上传《商标注册证》的扫描件。如使用其他主体的注册商标,需提供有效的授权证明材料。若未注册商标或未取得授权,可删除品牌logo后再提交。\u003C\u002Fp\u003E\u003Cp\u003E18,证明材料未上传成功,请重新提交。若文件过大无法上传,请将证明材料发邮件至wxcover_support@tencent.com(邮件名为【证明材料补充】+封面名称),可在邮件中留下你的联系方式,我们将与你联系。\u003C\u002Fp\u003E\u003Cp\u003E19,不可出现真实的人名和地址信息。\u003C\u002Fp\u003E\u003Cp\u003E20,仅可使用定制主体本人的肖像定制封面,请提供本人实名信息(需本人手持身份证拍照),且该等情形的微信红包封面,审核期限将延长至一个月。\u003C\u002Fp\u003E\u003Cp\u003E21,建议调整封面中祝福语文案的位置,以免影响在其他机型或者大字体情况下的体验效果。\u003C\u002Fp\u003E\u003Cp\u003E22,红包封面简称可使用微信视频号账号名称。如果使用其他名称命名,请提供相应的证明材料。\u003C\u002Fp\u003E\u003Cp\u003E23,请提供有效的版权证明材料。应注意,根据《“微信红包封面”定制功能使用条款》第3.3.3条的约定:定制方不得以任何形式向用户售卖微信红包封面。\u003C\u002Fp\u003E\u003Cp\u003E24,非党政机关事业单位,不可使用天安门、人民大会堂、华表等国家民族标志物。\u003C\u002Fp\u003E\u003Cp\u003E25,所提交的《作品登记书》证明材料,需将登记的作品复印件一起上传。\u003C\u002Fp\u003E\u003Cp\u003E26,所提交的封面故事视频音乐作品和他人已发布的作品存在较高相似度,侵权风险较大。请提供早于他人作品发布时间的作品版权证明。\u003C\u002Fp\u003E\u003Cp\u003E27,不可包含直接或间接表明产品或服务或其特性的文字。(\u003Cem\u003E包括封面故事图片\u003C\u002Fem\u003E)\u003C\u002Fp\u003E\u003Cp\u003E28,所提交的封面素材涉及他人的作品,需提供版权授权书,其中被授权人为微信红包封面开放平台注册者。\u003C\u002Fp\u003E\u003Cp\u003E29,不可出现商品图、店铺图、服务内容截图等广告性质的内容。\u003C\u002Fp\u003E\u003Cp\u003E30,需提供有拍摄信息的照片源文件。\u003C\u002Fp\u003E\u003Cp\u003E(\u003Cspan style=\"color: rgb(250, 81, 81);\"\u003E不断更新中...欢迎提供!欢迎点赞支持!\u003C\u002Fspan\u003E)\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 16px;\"\u003E======================================\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E重要事项更新日志:\u003C\u002Fp\u003E\u003Cp\u003E\u003Cem\u003E*2021.01.20 更新封面故事跳转内容,增加了视频号和表情封面跳转。\u003C\u002Fem\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cem\u003E*2021.03.23 移除了个人主体必须视频号认证要求。\u003C\u002Fem\u003E\u003C\u002Fp\u003E","Introduce":"在微信红包封面对个人用户开放定制,并且大幅降价后,出于兴趣,对封面定制进行了研究尝试,现整理一篇个人学习总结以备忘。","Img":"","QuestionAttr":{},"Pv":"39336","OpenComments":"1","Comments":{"rows":[{"CommentId":"0000cc9ac7c4f8be279bbd6d2554","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"一件收藏点赞举报三连","UpVote":"5","DownVote":"1","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","ReplyCount":"6","CommentType":"1","CommentAttr":"0","CreateTime":"1610984199","UpdateTime":"1610984199","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"1","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":5,"Sub":[{"CommentId":"000884daf20280387d9bd7cfd51c","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"加个好友交流呗,我踩的坑比你多。微信:levnking","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611303681","UpdateTime":"1611303681","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"0000cc9ac7c4f8be279bbd6d2554","ReplyCommentId":"","ReplyOpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"菜虫网络","headimgurl":"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_jpg\u002FeNma2x6PTwOXxJDVF00D0iaT3p5v7wWUbVHiaEVhvEv2aLqtIbvd0icN9iaNDCmDxTITq7wDKjibDuGjZ8sDoYmUQFA\u002F0?wx_fmt=jpeg","openid":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","svrTime":1739797261,"subjectName":"吴川市菜虫网络科技有限公司","isEnterprise":true,"isMcn":false,"authority":[]},"board":{"Time":"202501","OpenId":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","Status":"1"},"UserScore":{"OpenId":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","DS":"20250216","DayDiff":"0","MonthDiff":"2500","QuarterDiff":"339070","YearDiff":"6900","TotalScore":339070,"DayActionList":"","level":5},"ReplyAuthor":{"nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","isOfficialUser":false,"openid":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","svrTime":1739797261,"mediaTicket":"8d9fc8bafb56e7675b192e47bd08f4cc1167d0e0","authority":[]},"medals":16,"show":true},{"CommentId":"0006e24b6e4e607305ab7331c568","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"哈哈哈 你不配审核封面","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw16CyD_C4jqW6dhwD9Xwfzs","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611898381","UpdateTime":"1611898381","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"0000cc9ac7c4f8be279bbd6d2554","ReplyCommentId":"","ReplyOpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"李佑辰","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FBfRL3E0G1pdQ1GUpqGic9KU8kqlD3sxE5LhdSUx2GbwtwibaMxJVibWIA\u002F0","isOfficialUser":false,"openid":"oCJUsw16CyD_C4jqW6dhwD9Xwfzs","svrTime":1739797261,"mediaTicket":"f7736c3e5aa3a360d203fd9fb7d8a81ee9c5f237","authority":[]},"UserScore":{"OpenId":"oCJUsw16CyD_C4jqW6dhwD9Xwfzs","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"2300","YearDiff":"0","TotalScore":2300,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","isOfficialUser":false,"openid":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","svrTime":1739797261,"mediaTicket":"8d9fc8bafb56e7675b192e47bd08f4cc1167d0e0","authority":[]},"show":true},{"CommentId":"000aa2ab3a0dd0c857abce35c560","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"有没有作者可以进群一起交流交流,加我V:xiao75586204","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw3VNXdJvsL2CvOrG7bsDKxA","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1612263947","UpdateTime":"1612263947","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FKmRhwHxZK4HRAk8nYa7zt9gIgSmUVJE22sic4ojE1hkhlbLq5SIlSvzlSk3RZVR76SGCDBd3Pg9GYCwv4GPNncA\u002F0?wx_fmt=png","BlockType":"11","PublishFrom":"0","ParentCommentId":"0000cc9ac7c4f8be279bbd6d2554","ReplyCommentId":"","ReplyOpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"XO","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FD8EqrYvymOw7qDicjVCm7KuvloL5UtklnXicMdKjI1tZI\u002F0","isOfficialUser":false,"openid":"oCJUsw3VNXdJvsL2CvOrG7bsDKxA","svrTime":1739797261,"mediaTicket":"6ceb58759eb62b7a3d0aa92a31adb8b4bc86a22b","authority":[]},"UserScore":{"OpenId":"oCJUsw3VNXdJvsL2CvOrG7bsDKxA","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"2300","YearDiff":"0","TotalScore":2400,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","isOfficialUser":false,"openid":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","svrTime":1739797261,"mediaTicket":"8d9fc8bafb56e7675b192e47bd08f4cc1167d0e0","authority":[]},"show":true},{"CommentId":"000e88067007d078fcbbf0c96514","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"加个好友交流 AAAKKKQQQLLL","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw2Wnb1EzwKjPMnahkBxfwtg","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1614052062","UpdateTime":"1614052062","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"0000cc9ac7c4f8be279bbd6d2554","ReplyCommentId":"","ReplyOpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"homi","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002F47CicbLQOxtVOeUM0V5icRlEAHvGYgxjLDiaySbvZNb1rrF5LLmeIBib0Q\u002F0","isOfficialUser":false,"openid":"oCJUsw2Wnb1EzwKjPMnahkBxfwtg","svrTime":1739797261,"mediaTicket":"1dd0b13e543e4a03365a731e48308f71f1721bb4","authority":[]},"UserScore":{"OpenId":"oCJUsw2Wnb1EzwKjPMnahkBxfwtg","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"2800","YearDiff":"0","TotalScore":2800,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","isOfficialUser":false,"openid":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","svrTime":1739797261,"mediaTicket":"8d9fc8bafb56e7675b192e47bd08f4cc1167d0e0","authority":[]},"show":true},{"CommentId":"0004285ea40be0aa3fac0c43d51c","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"加个好友交流,3024819","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw97Fwv63YA2rJc-r0Of8b-M","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1629729550","UpdateTime":"1629729550","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"0000cc9ac7c4f8be279bbd6d2554","ReplyCommentId":"","ReplyOpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"红鼻剪刀","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FcpgzME5RN6NDW8A4Yw3iaQ7x5nXMDvaWJ1AlMhkSOicb4\u002F0","isOfficialUser":false,"openid":"oCJUsw97Fwv63YA2rJc-r0Of8b-M","svrTime":1739797261,"mediaTicket":"5fd74d1a79044f1e1227ef413c0e35d07f1faebc","authority":[]},"UserScore":{"OpenId":"oCJUsw97Fwv63YA2rJc-r0Of8b-M","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"5500","YearDiff":"0","TotalScore":5500,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","isOfficialUser":false,"openid":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","svrTime":1739797261,"mediaTicket":"8d9fc8bafb56e7675b192e47bd08f4cc1167d0e0","authority":[]},"show":true},{"CommentId":"000e82ac1686883e614d768cb56c","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"设计制作交流群655840043","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw_tDOIgYzDoUNXaUlOqC_Zg","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1640944089","UpdateTime":"1640944089","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"0000cc9ac7c4f8be279bbd6d2554","ReplyCommentId":"","ReplyOpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"人间世","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FUsichrXlnR9LutoSwybJb6eREf3HOp4INPYEE9UZwYWtSKas3UjM68w\u002F0","isOfficialUser":false,"openid":"oCJUsw_tDOIgYzDoUNXaUlOqC_Zg","svrTime":1739797261,"mediaTicket":"bfd8b973e2d3367f9c91490ddaa766c8c24495d6","authority":[]},"UserScore":{"OpenId":"oCJUsw_tDOIgYzDoUNXaUlOqC_Zg","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"2700","YearDiff":"0","TotalScore":2700,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","isOfficialUser":false,"openid":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","svrTime":1739797261,"mediaTicket":"8d9fc8bafb56e7675b192e47bd08f4cc1167d0e0","authority":[]},"show":false}],"Author":{"nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","isOfficialUser":false,"openid":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","svrTime":1739797261,"mediaTicket":"8d9fc8bafb56e7675b192e47bd08f4cc1167d0e0","authority":[]},"UserScore":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DS":"20250216","DayDiff":"100","MonthDiff":"8400","QuarterDiff":"2641000","YearDiff":"25800","TotalScore":2643700,"DayActionList":"[{\"key\":18,\"value\":100}]","level":8,"expertAuth":1},"board":{"Time":"202501","OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","Status":"0"},"medals":50,"show":true},{"CommentId":"000a0291b880704f520c1eb23510","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"\u003Cp\u003E上传的封面故事是过年的时候视频号发的视频,现在说我要提供比它早的证明,这...我的视频发在我的视频号上,现在我要用了,还要我证明啥?\u003C\u002Fp\u003E","UpVote":"2","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswx38U64VxJLuJ0d4P49CwEw","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1618889866","UpdateTime":"1618889866","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"宝贝","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FY3WgNLFjO0fEg2PHMCfnvsbbNs7pMkfaQXc6Mw8NSGLESt0sTiapbPg\u002F0","authority":[],"score":2,"Author":{"nickname":"宝贝","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FY3WgNLFjO0fEg2PHMCfnvsbbNs7pMkfaQXc6Mw8NSGLESt0sTiapbPg\u002F0","isOfficialUser":false,"openid":"oCJUswx38U64VxJLuJ0d4P49CwEw","svrTime":1739797261,"mediaTicket":"7d5f75e4effb8b1841477fd29b43afb6ee597928","authority":[]},"UserScore":{"OpenId":"oCJUswx38U64VxJLuJ0d4P49CwEw","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"400","YearDiff":"0","TotalScore":400,"DayActionList":"","level":1},"show":true},{"CommentId":"0002c0a16fc17890f09b98f13568","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"那个 我上传了自己拍摄的照片。有各种的那个照片信息和拍摄信息但是它的结果是不可出现那些文字。\n是什么原因?根本就没有文字","UpVote":"2","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw0H3XzQhXR1Sle4WqaK4_yA","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611815435","UpdateTime":"1611815435","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"1","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"echo said","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FanblvjPKYbPzKnvhVJZ1ic7cMIxxBoyHVMon6RoMibpX5zFtegVG5yxQ\u002F0","authority":[],"score":2,"Author":{"nickname":"echo said","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FanblvjPKYbPzKnvhVJZ1ic7cMIxxBoyHVMon6RoMibpX5zFtegVG5yxQ\u002F0","isOfficialUser":false,"openid":"oCJUsw0H3XzQhXR1Sle4WqaK4_yA","svrTime":1739797261,"mediaTicket":"e6ff78cd842b3f996cd409f0fc6779afb467406b","authority":[]},"UserScore":{"OpenId":"oCJUsw0H3XzQhXR1Sle4WqaK4_yA","DS":"20250216","DayDiff":"0","MonthDiff":"100","QuarterDiff":"3200","YearDiff":"100","TotalScore":3200,"DayActionList":"","level":1},"show":true},{"CommentId":"000e663be04c00fb8f6d3ea4254c","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"\u003Cp\u003E一直说我红包简称有问题,我使用的都是账号主体名称中的字符,就是不给过,改三四次都驳回\u003C\u002Fp\u003E","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw8lJMHoK7VKPLtSAzt8wOFA","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1643271633","UpdateTime":"1643271633","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"戴超","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FicYZtFqfqeupEGbw56y18aymuM7trZsLicTIwyWMdClQU\u002F0","authority":[],"score":1,"Author":{"nickname":"戴超","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FicYZtFqfqeupEGbw56y18aymuM7trZsLicTIwyWMdClQU\u002F0","isOfficialUser":false,"openid":"oCJUsw8lJMHoK7VKPLtSAzt8wOFA","svrTime":1739797261,"mediaTicket":"424daa62140374e236b218980ede90107e47c9bd","authority":[]},"UserScore":{"OpenId":"oCJUsw8lJMHoK7VKPLtSAzt8wOFA","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"100","YearDiff":"0","TotalScore":100,"DayActionList":"","level":1},"show":true},{"CommentId":"000ca60fb5499816b2ab7b67454c","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"\u003Cp\u003E红包封面里面有公司高层的集体拜年视频,这种需要拿到每个人的肖像权授权吗?\u003C\u002Fp\u003E","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswzFtvMpoHf2VAHV34eewI_Y","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1612666461","UpdateTime":"1612666461","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"徐大福","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002F14AP6ib42dmZdFJKgm38Lpc8K5p1EuLesiaZWMZgMiby6c\u002F0","authority":[],"score":1,"Author":{"nickname":"徐大福","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002F14AP6ib42dmZdFJKgm38Lpc8K5p1EuLesiaZWMZgMiby6c\u002F0","isOfficialUser":false,"openid":"oCJUswzFtvMpoHf2VAHV34eewI_Y","svrTime":1739797261,"mediaTicket":"aed2f66ac3b4d21d412ef1746f9aa16a741971cd","authority":[]},"UserScore":{"OpenId":"oCJUswzFtvMpoHf2VAHV34eewI_Y","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"800","YearDiff":"0","TotalScore":800,"DayActionList":"","level":1},"show":true},{"CommentId":"000c425f6144b00655aba06445b4","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"\u003Cp\u003E分享我踩过的坑,未通过审核的各种原因及应对方法\u003C\u002Fp\u003E\u003Cp\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fdevelop\u002Farticle\u002Fdoc\u002F00024ccdbdc7e85553ab9f0e051813\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fdevelop\u002Farticle\u002Fdoc\u002F00024ccdbdc7e85553ab9f0e051813\u003C\u002Fa\u003E\u003C\u002Fp\u003E","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswxQL1WNhdxSM6ou3fpgZf48","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1612254868","UpdateTime":"1612254868","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"阿辉","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FJcDicrZBlREg0icicj5GSoyGknd2DvoCEiap2AUlrqibCAzeTMnBLeRslfQ\u002F0","authority":[],"score":1,"Author":{"nickname":"阿辉","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FJcDicrZBlREg0icicj5GSoyGknd2DvoCEiap2AUlrqibCAzeTMnBLeRslfQ\u002F0","isOfficialUser":false,"openid":"oCJUswxQL1WNhdxSM6ou3fpgZf48","svrTime":1739797261,"mediaTicket":"f26aead1bbb672416d3d25667006631e4f3a9900","authority":[]},"UserScore":{"OpenId":"oCJUswxQL1WNhdxSM6ou3fpgZf48","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"9000","YearDiff":"0","TotalScore":9000,"DayActionList":"","level":1},"show":true},{"CommentId":"000666ebcd0ad80d2bab5445e5b4","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"网图100%过不了,有需要原画的吗?可以找我。","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswzBWnFogHVZa4zNG7l1xtuw","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1612080488","UpdateTime":"1612080488","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"2","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"强夫","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FNoIwgV4G2ysdleDGDMEGqibXRdZWx9rmnfQwVwkEGcIQ\u002F0","authority":[],"score":1,"Author":{"nickname":"强夫","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FNoIwgV4G2ysdleDGDMEGqibXRdZWx9rmnfQwVwkEGcIQ\u002F0","isOfficialUser":false,"openid":"oCJUswzBWnFogHVZa4zNG7l1xtuw","svrTime":1739797261,"mediaTicket":"4decff611f0c7aba290213f0c754ccf2590740b5","authority":[]},"UserScore":{"OpenId":"oCJUswzBWnFogHVZa4zNG7l1xtuw","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"900","YearDiff":"0","TotalScore":900,"DayActionList":"","level":1},"show":true},{"CommentId":"0004c6a314828839d99ba85c65b8","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"\u003Cp\u003E版权好烦哦,著作授权书哪边购买可以提供的\u003C\u002Fp\u003E","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw4MnmHe2c002LyvZdcbBAUY","ReplyCount":"2","CommentType":"1","CommentAttr":"0","CreateTime":"1611718984","UpdateTime":"1611718984","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"饭团🍙","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7PWtFPb3jxjaQFEvGiacSe6QlEaYGnq7Wo6uibtt2HSHqw\u002F0","authority":[],"score":1,"Sub":[{"CommentId":"0006a897bd4d6834256d061df514","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"我们可以提供","UpVote":"2","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw4h2Hwk-CnyLYtM2iFSbBDc","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1642826524","UpdateTime":"1642826524","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"0004c6a314828839d99ba85c65b8","ReplyCommentId":"","ReplyOpenId":"oCJUsw4MnmHe2c002LyvZdcbBAUY","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"剧本溯源","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FjRoggJ2RF3DGChtlGWTeapm28rpZiaJbZyYRsnVC4LvB1BsQF0ju3KQ\u002F0","isOfficialUser":false,"openid":"oCJUsw4h2Hwk-CnyLYtM2iFSbBDc","svrTime":1739797261,"mediaTicket":"17374d912a3f3d2af9ed5567bc214e1533c747d5","authority":[]},"UserScore":{"OpenId":"oCJUsw4h2Hwk-CnyLYtM2iFSbBDc","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"500","YearDiff":"0","TotalScore":500,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"饭团🍙","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7PWtFPb3jxjaQFEvGiacSe6QlEaYGnq7Wo6uibtt2HSHqw\u002F0","isOfficialUser":false,"openid":"oCJUsw4MnmHe2c002LyvZdcbBAUY","svrTime":1739797261,"mediaTicket":"e9cbc59f9f1f25cb2d3bb763b27c22a2768bab48","authority":[]},"show":true},{"CommentId":"00008c9576c1c02fd7edba7df560","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"现在 还可以提供版权证书了么","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw3xJxN470z5xEISfhfo7fqk","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1652426252","UpdateTime":"1652426252","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"0004c6a314828839d99ba85c65b8","ReplyCommentId":"0006a897bd4d6834256d061df514","ReplyOpenId":"oCJUsw4h2Hwk-CnyLYtM2iFSbBDc","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":" Mr .垚垚垚垚垚","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7bISNEy78Y0kxTMia2SFuCbYFSqziaQtVKLJgUHzMUsAtQ\u002F0","isOfficialUser":false,"openid":"oCJUsw3xJxN470z5xEISfhfo7fqk","svrTime":1739797261,"mediaTicket":"e5ddfdf377762cc64a66b0e6348435065a4e78f9","authority":[]},"UserScore":{"OpenId":"oCJUsw3xJxN470z5xEISfhfo7fqk","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"300","YearDiff":"0","TotalScore":300,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"剧本溯源","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FjRoggJ2RF3DGChtlGWTeapm28rpZiaJbZyYRsnVC4LvB1BsQF0ju3KQ\u002F0","isOfficialUser":false,"openid":"oCJUsw4h2Hwk-CnyLYtM2iFSbBDc","svrTime":1739797261,"mediaTicket":"17374d912a3f3d2af9ed5567bc214e1533c747d5","authority":[]},"show":true}],"Author":{"nickname":"饭团🍙","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7PWtFPb3jxjaQFEvGiacSe6QlEaYGnq7Wo6uibtt2HSHqw\u002F0","isOfficialUser":false,"openid":"oCJUsw4MnmHe2c002LyvZdcbBAUY","svrTime":1739797261,"mediaTicket":"e9cbc59f9f1f25cb2d3bb763b27c22a2768bab48","authority":[]},"UserScore":{"OpenId":"oCJUsw4MnmHe2c002LyvZdcbBAUY","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"1300","YearDiff":"0","TotalScore":1300,"DayActionList":"","level":1},"show":true},{"CommentId":"000a4c9be142d0716d9bbcde6568","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"\u003Cp\u003E\u003Cimg src=\"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002Ft7MSDfCzMuwbNnDGlIe0WaxJO8IHGOHg2st5QQyVn1xe6Gxibyts5c7vshtWWgaGnohOPAuMCWCE7IyicrTLG8PA\u002F0?wx_fmt=png\" style=\"height: auto;\" \u002F\u003E\u003C\u002Fp\u003E","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswy4lih1_usm-mHrHEofQMAM","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611204885","UpdateTime":"1611204885","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"封庆亚","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM4QDG07F3xl0sTfH1PxSaBKTwZzvtomgEQWDKWgGM5icrg\u002F0","authority":[],"score":1,"Author":{"nickname":"封庆亚","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM4QDG07F3xl0sTfH1PxSaBKTwZzvtomgEQWDKWgGM5icrg\u002F0","isOfficialUser":false,"openid":"oCJUswy4lih1_usm-mHrHEofQMAM","svrTime":1739797261,"mediaTicket":"5212e627d426a299ecb2069bbb51dd13ad275fb7","authority":[]},"UserScore":{"OpenId":"oCJUswy4lih1_usm-mHrHEofQMAM","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"29600","YearDiff":"0","TotalScore":29900,"DayActionList":"","level":2},"show":true},{"CommentId":"000ea47d39cb10ee259bb5def518","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"一定需要提供版权授权书吗?自己手绘的可以通过吗","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswwhTCbBea1z2KtjJa4yin7g","ReplyCount":"9","CommentType":"1","CommentAttr":"0","CreateTime":"1610983497","UpdateTime":"1610983497","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"2","ParentCommentId":"","ReplyCommentId":"","ReplyOpenId":"","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"在路上","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FPiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw\u002F0","authority":[],"score":1,"Sub":[{"CommentId":"0008467a2dc2285e279b3bddc564","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"需要证明你是你","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1610984018","UpdateTime":"1610984018","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"","ReplyOpenId":"oCJUswwhTCbBea1z2KtjJa4yin7g","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"UserScore":{"OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","DS":"20250216","DayDiff":"100","MonthDiff":"2600","QuarterDiff":"4817930","YearDiff":"4900","TotalScore":4817930,"DayActionList":"[{\"key\":18,\"value\":100}]","level":8,"expertAuth":1},"ReplyAuthor":{"nickname":"在路上","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FPiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw\u002F0","isOfficialUser":false,"openid":"oCJUswwhTCbBea1z2KtjJa4yin7g","svrTime":1739797261,"mediaTicket":"e74b1fb29f32caaa09526f0fa7267ec0fb7d3dc0","authority":[]},"medals":28,"show":true},{"CommentId":"000e0e72cd00b07e2b9bce43e514","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"我自己做的,有详细的分层,这个算嘛","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswwhTCbBea1z2KtjJa4yin7g","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1610985269","UpdateTime":"1610985269","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"2","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"0008467a2dc2285e279b3bddc564","ReplyOpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"在路上","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FPiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw\u002F0","isOfficialUser":false,"openid":"oCJUswwhTCbBea1z2KtjJa4yin7g","svrTime":1739797261,"mediaTicket":"e74b1fb29f32caaa09526f0fa7267ec0fb7d3dc0","authority":[]},"UserScore":{"OpenId":"oCJUswwhTCbBea1z2KtjJa4yin7g","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"3900","YearDiff":"0","TotalScore":3900,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"show":true},{"CommentId":"000c44c568c4588e2f9b09bb65d8","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"我有微信的logo,我说是我的你信吗?","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1610986236","UpdateTime":"1610986236","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"000e0e72cd00b07e2b9bce43e514","ReplyOpenId":"oCJUswwhTCbBea1z2KtjJa4yin7g","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"UserScore":{"OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","DS":"20250216","DayDiff":"100","MonthDiff":"2600","QuarterDiff":"4817930","YearDiff":"4900","TotalScore":4817930,"DayActionList":"[{\"key\":18,\"value\":100}]","level":8,"expertAuth":1},"ReplyAuthor":{"nickname":"在路上","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FPiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw\u002F0","isOfficialUser":false,"openid":"oCJUswwhTCbBea1z2KtjJa4yin7g","svrTime":1739797261,"mediaTicket":"e74b1fb29f32caaa09526f0fa7267ec0fb7d3dc0","authority":[]},"medals":28,"show":true},{"CommentId":"000060ba3648609c4e9b0547b5b4","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"证明我是我的,这个真尴尬了,我提交了两次了,都不知道怎么证明了,反正都是失败,太坑","UpVote":"1","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswxTzcWV1twZSzu1ZK2BiiFw","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611114767","UpdateTime":"1611114767","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"0008467a2dc2285e279b3bddc564","ReplyOpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"门窗店小二","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM6T2TYWa0PU2Cf7lmDI6EL83ibAicjtTvgHDhVb7ZP6WNDw\u002F0","isOfficialUser":false,"openid":"oCJUswxTzcWV1twZSzu1ZK2BiiFw","svrTime":1739797261,"mediaTicket":"5b724d58d6a3f087f97f764210ed0ed267b59bf1","authority":[]},"UserScore":{"OpenId":"oCJUswxTzcWV1twZSzu1ZK2BiiFw","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"1500","YearDiff":"0","TotalScore":1500,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"show":true},{"CommentId":"000262b8c40b388d419b7fd28568","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"证明渠道就是著作权或者著作权授权书","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611115720","UpdateTime":"1611115720","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"000060ba3648609c4e9b0547b5b4","ReplyOpenId":"oCJUswxTzcWV1twZSzu1ZK2BiiFw","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"UserScore":{"OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","DS":"20250216","DayDiff":"100","MonthDiff":"2600","QuarterDiff":"4817930","YearDiff":"4900","TotalScore":4817930,"DayActionList":"[{\"key\":18,\"value\":100}]","level":8,"expertAuth":1},"ReplyAuthor":{"nickname":"门窗店小二","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM6T2TYWa0PU2Cf7lmDI6EL83ibAicjtTvgHDhVb7ZP6WNDw\u002F0","isOfficialUser":false,"openid":"oCJUswxTzcWV1twZSzu1ZK2BiiFw","svrTime":1739797261,"mediaTicket":"5b724d58d6a3f087f97f764210ed0ed267b59bf1","authority":[]},"medals":28,"show":true},{"CommentId":"0004e02a2e0a78e4629b4b9f0560","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"有作品版权证书原件也不一定能审过,不能跟网络素材相似,如果相似需要提供比网络素材早的证明","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUswy4lih1_usm-mHrHEofQMAM","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611214609","UpdateTime":"1611214609","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"000262b8c40b388d419b7fd28568","ReplyOpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"封庆亚","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM4QDG07F3xl0sTfH1PxSaBKTwZzvtomgEQWDKWgGM5icrg\u002F0","isOfficialUser":false,"openid":"oCJUswy4lih1_usm-mHrHEofQMAM","svrTime":1739797261,"mediaTicket":"5212e627d426a299ecb2069bbb51dd13ad275fb7","authority":[]},"UserScore":{"OpenId":"oCJUswy4lih1_usm-mHrHEofQMAM","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"29600","YearDiff":"0","TotalScore":29900,"DayActionList":"","level":2},"ReplyAuthor":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"show":false},{"CommentId":"00086489fd8bd8587d9bbfa6d544","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"加个好友交流呗,我踩的坑比你多。微信:levnking","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611303686","UpdateTime":"1611303686","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"","ReplyOpenId":"oCJUswwhTCbBea1z2KtjJa4yin7g","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"菜虫网络","headimgurl":"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_jpg\u002FeNma2x6PTwOXxJDVF00D0iaT3p5v7wWUbVHiaEVhvEv2aLqtIbvd0icN9iaNDCmDxTITq7wDKjibDuGjZ8sDoYmUQFA\u002F0?wx_fmt=jpeg","openid":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","svrTime":1739797261,"subjectName":"吴川市菜虫网络科技有限公司","isEnterprise":true,"isMcn":false,"authority":[]},"board":{"Time":"202501","OpenId":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","Status":"1"},"UserScore":{"OpenId":"sq_oshG-4k5TFzwhqlLoyejC6RNCw9k","DS":"20250216","DayDiff":"0","MonthDiff":"2500","QuarterDiff":"339070","YearDiff":"6900","TotalScore":339070,"DayActionList":"","level":5},"ReplyAuthor":{"nickname":"在路上","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FPiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw\u002F0","isOfficialUser":false,"openid":"oCJUswwhTCbBea1z2KtjJa4yin7g","svrTime":1739797261,"mediaTicket":"e74b1fb29f32caaa09526f0fa7267ec0fb7d3dc0","authority":[]},"medals":16,"show":false},{"CommentId":"00060a97b983b0cd8c9b35758568","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"请问多张图片用一个著作权 可以么?","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw8aah24xZm1qdY4ybWLTqQo","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611393542","UpdateTime":"1611393542","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"000262b8c40b388d419b7fd28568","ReplyOpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"BJ|创视 · 金马","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FDvBlib0UN4gTIRYr9swKnJzBkjb2DNGSKVDNX5icKnsFo\u002F0","isOfficialUser":false,"openid":"oCJUsw8aah24xZm1qdY4ybWLTqQo","svrTime":1739797261,"mediaTicket":"52dea3166d004a77943daad98e51bbc09f52f017","authority":[]},"UserScore":{"OpenId":"oCJUsw8aah24xZm1qdY4ybWLTqQo","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"1700","YearDiff":"0","TotalScore":1700,"DayActionList":"","level":1},"ReplyAuthor":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"show":false},{"CommentId":"00062412d9c878ad8f9b24b8c578","DocId":"0002a4dd30ce305d209b0377d5c013","Content":"谁先审核过,算谁的,具有素材唯一性","UpVote":"0","DownVote":"0","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"","OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","ReplyCount":"0","CommentType":"1","CommentAttr":"0","CreateTime":"1611394377","UpdateTime":"1611394377","Flag":"0","BlogCategory":"524288","Selected":"","CodeHtml":"","ImgList":"","BlockType":"11","PublishFrom":"0","ParentCommentId":"000ea47d39cb10ee259bb5def518","ReplyCommentId":"00060a97b983b0cd8c9b35758568","ReplyOpenId":"oCJUsw8aah24xZm1qdY4ybWLTqQo","WeChatRemind":"0","IsPersistTemplate":"0","SecurityWarning":"0","Author":{"nickname":"四哥派","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7s3XZcv64HAFeKT1SjSiaicrW5ia1xniaqC8Z9sAy4QrbS3Q\u002F0","isOfficialUser":false,"openid":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","svrTime":1739797261,"mediaTicket":"decca151a055993394f079449bd18d73d73cfc0d","authority":[]},"UserScore":{"OpenId":"oCJUsw1gRm1L6jLgiSi9cQtOERTU","DS":"20250216","DayDiff":"100","MonthDiff":"2600","QuarterDiff":"4817930","YearDiff":"4900","TotalScore":4817930,"DayActionList":"[{\"key\":18,\"value\":100}]","level":8,"expertAuth":1},"ReplyAuthor":{"nickname":"BJ|创视 · 金马","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FDvBlib0UN4gTIRYr9swKnJzBkjb2DNGSKVDNX5icKnsFo\u002F0","isOfficialUser":false,"openid":"oCJUsw8aah24xZm1qdY4ybWLTqQo","svrTime":1739797261,"mediaTicket":"52dea3166d004a77943daad98e51bbc09f52f017","authority":[]},"medals":28,"show":false}],"Author":{"nickname":"在路上","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FPiajxSqBRaEIl5fBzTjpGtSOlFticHuktbthvRndHOZrRNAYLj2icaqaw\u002F0","isOfficialUser":false,"openid":"oCJUswwhTCbBea1z2KtjJa4yin7g","svrTime":1739797261,"mediaTicket":"e74b1fb29f32caaa09526f0fa7267ec0fb7d3dc0","authority":[]},"UserScore":{"OpenId":"oCJUswwhTCbBea1z2KtjJa4yin7g","DS":"20250216","DayDiff":"0","MonthDiff":"0","QuarterDiff":"3900","YearDiff":"0","TotalScore":3900,"DayActionList":"","level":1},"show":true}],"count":31,"page":1,"limit":10,"commentsCount":59},"QuestionComments":{},"Votes":{},"Fav":{"Count":0,"Fav":false},"Follow":{"Count":0,"Followed":false},"QuestionAnswered":false,"Status":{"audit":false,"delete":false,"draft":false},"Tags":["封面定制","封面审核","微信红包封面","微信红包封面常见驳回原因"],"DraftCount":0,"Star":0,"similarBlog":[],"similarDoc":[],"loading":false,"voteFeedback":{},"PublishTime":"1610982588","OwnerBlockType":"1","Hide":"0","OpenId":"oCJUswxFgWdhyFIxOIK0DminJivA","OwnerMiniHome":"","SecurityWarning":"","originalTags":[{"Content":"封面定制","OwnerMiniHome":"","UpdateTime":"1616466405","CreateTime":"1616466405"},{"Content":"封面审核","OwnerMiniHome":"","UpdateTime":"1616466405","CreateTime":"1616466405"},{"Content":"微信红包封面","OwnerMiniHome":"","UpdateTime":"1616466405","CreateTime":"1616466405"},{"Content":"微信红包封面常见驳回原因","OwnerMiniHome":"","UpdateTime":"1616466405","CreateTime":"1616466405"}]},"user":{"login":false,"isOfficialUser":false,"headimgurl":"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz\u002FicTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg\u002F0?wx_fmt=png","nickname":"","openid":"","user_name":"","loading":true,"authority":[],"userScore":{},"isPrivacySettingGrant":"0"},"userRecentlyVisited":[],"usercntinfo":{"appreciateByCnt":0,"introduce":"","EnterpriseIntr":"","answerCnt":0,"articleCnt":0,"medalsCnt":0},"notifyUnread":[],"notifyAll":[],"notifySystem":{"list":[],"total":0},"notifyLike":{"list":[],"total":0},"notifySystemNewCount":0,"notifyLikeNewCount":0,"develop":{},"developListLoading":false,"business":{"industry":{"solution":{}},"industries":[],"fullIndustries":{},"list":[],"type":0},"we":{"list":[],"total":0,"listHomepage":[],"totalHomepage":0,"page":1,"limit":6,"subList":[],"subListTotal":0,"subListHomepage":[],"subListTotalHomepage":0,"subListPage":1,"subListLimit":3,"loading":false,"caseRecommendList":[],"weServiceMarket":[],"seriesParent":{},"seriesList":[],"weTags":[],"currentBanner":[],"categories":[],"categoryList1":[],"categoryList1Count":0,"categoryList2":[],"categoryList2Count":0,"categoryList3":[],"categoryList3Count":0,"categoryList4":[],"categoryList4Count":0,"specificCategoryList":[],"courseDetail":{},"recentCourses":[],"homepageDefaultList":[]},"operate":{"homeList":{"list":[],"total":0},"QAList":{"list":[],"total":0},"illegalReport":{"list":[],"total":0}},"votes":{},"enterprise":{"appInfoLoading":false,"appInfo":[],"mpInfoLoading":false,"mpInfo":[],"thirdappList":[],"list":[]},"login":{"gotoLogin":false,"redirect_uri":""},"openData":[{"name":"违法","id":1001,"list":[]},{"name":"外挂","id":1002,"list":[]},{"name":"过度营销","id":1003,"list":[]},{"name":"滥用分享","id":1004,"list":[]},{"name":"类目不符","id":1005,"list":[]},{"name":"iOS虚拟支付","id":1006,"list":[]}],"operateDetail":{"desc":"","content":""},"timelineInfoConfig":{},"github":{},"board":{"list":{"adminList":[],"commonList":[]},"medals":[],"schoolMedals":[],"schoolManage":null},"bindingGithub":false,"articleList":{"rows":[],"count":0},"mixflowList":{"rows":[],"count":0},"auditList":[],"bugtrace":{"blogIssueList":[],"blogHomeIssueList":[],"issueList":[],"issueListCount":0,"bugIssueList":[],"bugIssueListCount":0,"needIssueList":[],"needIssueListCount":0,"isUseBugtrace":false},"hideHeader":false,"showGlobalSearch":true,"hideFooter":false,"iframe":{"content":""},"useNewAskQuestion":"nouse","topicList":{"currentTopic":{},"rows":[],"count":0},"livestream":{},"course":{"info":{},"list":[],"OutterImg":"","Title":"","Introduce":""},"homepageSwiper":[],"homepageDynamicList":[],"homepageRecommendList":[],"homepageMixflowList":[],"weappExposureInfo":{},"personal":{"openid":"","info":{"selfInfo":{},"userInfo":{"openid":""},"appreciateInfo":{"appreciateByCnt":0,"appreciateCnt":0},"userScore":{"level":1}},"getPersonInfoReady":false,"cnt":{},"caseList":[],"caseFetched":false,"question":{"list":[],"total":30},"answer":{"list":[],"total":30},"share":{"list":[],"total":30},"recommend":{"list":[],"total":30},"article":{"list":[],"total":10},"fav":{"list":[],"total":30},"follow":{"list":[],"total":30},"serviceList":[],"minishopOrderList":[],"minishopOrderCount":0,"serviceListLoading":false,"serviceListLoaded":false,"MiniProgramDevelopService":[],"CustomDevelopService":[],"PluginDevelopService":[],"ApiDevelopService":[],"MiniShopService":[],"currentServiceType":1,"servcieDesc":"针对行业、场景的小程序代开发服务,帮助企业快速搭建小程序","devAppInfo":null,"devAppInfoLoading":false},"serviceMarket":{"home":{"miniProgramDevelopService":[],"pluginService":[],"apiService":[],"mcnService":[]},"search":{"saasService":{"total":0,"limit":0,"start":0,"list":[]},"saasProvider":{"total":0,"limit":0,"start":0,"list":[]},"mcnAnchor":{"total":0,"limit":0,"start":0,"list":[]},"mcnAgency":{"total":0,"limit":0,"start":0,"list":[]},"mcnService":{"total":0,"limit":0,"start":0,"list":[]}},"tagConfig":{"info":{"saas":{"industry":[],"scene":[]},"mcn":{"area":[],"serviceIndustry":[]}},"relations":{"serviceType2Industry":{},"serviceType2Scene":{},"industry2Scene":{}},"searchFilters":{"saas":{"industryHome":[],"industry":[],"scene":[]}}},"tagConfigLoaded":false,"keyWord":"","selectTab":1,"service":{"list":[],"total":0,"page":1,"limit":6,"currentServiceType":[],"loading":false,"searchErr":"","funnelLabelList":[],"funnel":null,"currentIndustry":[],"currentApi":[],"currentReqTime":0},"serviceProvider":{"list":[],"total":0,"page":1,"limit":6,"loading":false,"searchErr":"","funnelLabelList":[],"funnel":null},"detail":{"enterpriseInfo":{},"relativeServiceList":[],"service":null,"caseImgList":[],"packageInfo":{},"ratingList":{"page":1,"limit":20,"count":0,"rows":[]},"ratingListSelf":{"count":0,"rows":[]},"sale":{"total":0},"asyncDataReady":false,"authorityServicePlatformType":0},"buyerServiceList":[],"orderList":[],"orderTotal":0,"orderListLoading":false,"orderDetail":{"pkg":{}},"orderId":"","buyPackage":null,"serviceOrderList":[],"serviceOrderTotal":0,"serviceOrderListLoading":false,"serviceOrderData":{"today":0,"history":0,"todayPrice":0,"historyPrice":0},"serviceData":{"servicePV":0,"orderCount":0,"orderPrice":0},"sellerAdmin":{"ratingList":{"page":1,"limit":20,"count":0,"rows":[]},"ratingListLoading":false,"dataStatsOverview":{},"dataQuotaOrderList":[],"dataQuotaOrderListLoading":false},"serviceDraft":{},"serviceDraftFull":{},"serviceAudit":{},"we":{"list":[]},"addPlugin":{"list":[],"availableStatus":1,"pluginCategory":{}},"currentBanner":[],"fund":{"verify":{"step":0,"skipRemit":0}}},"miniHome":{"list":{},"detail":{},"favList":[],"caseList":[],"totalCases":0},"competition":{"id":611099,"nickname":"","headimg":"","gotoLogin":false,"gotoUpload":false,"timeline":[],"minigameTimeline":[],"team":{"teamInfo":{},"members":[],"union":[],"workInfo":{"file":[],"work":{}}},"user":{"MemberId":null,"Mobile":"","Name":"","IdentityType":"0","IdentityNo":"","Detail0":"","Detail1":"","Detail2":"","Detail3":"","whiteuin":0},"userRealMobile":"","teamConfig":[{},{"info":[{"name":""},{"name":""},{"name":""}],"max_member":4}],"schoolConfig":[]},"route":{"name":"articleDetail","path":"\u002Fcommunity\u002Fdevelop\u002Farticle\u002Fdoc\u002F0002a4dd30ce305d209b0377d5c013","hash":"","query":{},"params":{"id":"0002a4dd30ce305d209b0377d5c013"},"fullPath":"\u002Fcommunity\u002Fdevelop\u002Farticle\u002Fdoc\u002F0002a4dd30ce305d209b0377d5c013","meta":{},"from":{"name":null,"path":"\u002F","hash":"","query":{},"params":{},"fullPath":"\u002F","meta":{}}}};(function(){var s;(s=document.currentScript||document.scripts[document.scripts.length-1]).parentNode.removeChild(s);}());</script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/manifest.2e614345f6dc48ee1b59.js" defer></script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.ced71dd18bff17043692.js" defer></script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendor.23ee57865aaaa34cc4c6.js" defer></script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.81ba301c274a09b116f9.js" defer></script> </body> </html>