使用教程

  • 【小程序-主体修正】常见问题汇总【2026-4-13~2026-4-19】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}小程序主体名称修正失败的原因是什么?关于账号主体名称,平台统一返回英文符号,暂不支持修正为中文符号相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/00020a91c18560fae7e4acbf261800

  • 【小程序-Skyline】常见问题汇总【2026-4-13~2026-4-19】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}在小程序冷启动打开skyline页面时,在onLaunch里执行wx.reLaunch跳转到首页失败,但在非skyline页面可以成功跳转,可能是什么原因?可能原因有两个:1. 不能在onLaunch生命周期里调用reLaunch方法,会导致死循环;2.页面路径需要使用绝对路径。建议参考官方提供的正确代码片段进行修改。相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000606f8e700405fe5e4ccb5167000

  • 【小程序-We分析】常见问题汇总【2026-4-13~2026-4-19】

    小程序推广分析为什么里无法生成shortlink、页面路径等素材?如图,素材类型只有小程序码,没有页面路径、shortlink等素材是什么原因呀? ShortLink仅面向电商类目小程序开放,页面路径可直接在素材后面“复制” 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/00006220a80fa0e6d2e4e76f366400 如何实现按比例分配对照组和实验组流量?按照下图的实验设计,是否能实现对照组获得3/4的流量,实验组获得1/4的流量,如果不可以的话是否还有其他办法? 暂无法确定,各个实验组实验流量均分。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000066b48b4dd8d9e4e4e658c61c00 小程序的累计独立访客uv是不是只有第二天才能看到? “累计用户数”指标只在T+1更新。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000226cc168b40f709f4a19c961c00 问题:we分析中如何查看外部进入的流量数据?如何查看从小红书引流进入小程序的流量数据?在访问分析模块中【1069】和【1168】场景如何区分? 回答:从小红书跳转到微信后打开小程序属于【1069】外部应用拉起微信并打开小程序,开通专业版后可在【平台数据-访问分析-跳转渠道】查看详细数据。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/0002aa28270998f9d1e418a3866400 WE分析实验工具中累计命中用户数与分母差异原因及如何导出实验账号明细? 累计命中用户数为各组累计命中数量,分母不等同于该数值,指标计算公式为分子/分母。【实验工具】暂不支持导出实验账号明细数据。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/0006c2ab2ec2f045d1e4a0a4967000 基础版的WE分析中的用户访问现状数据是否只能查看30天内数据且无法下载? 目前We分析基础版中【平台数据】支持查看近30天的趋势数据,且暂不提供直接下载功能。可以查看相关文档了解详情。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000a0e2dfe04e0d41ff4e720e6b800 公众号的那种(1035),(1102)这种数字代表的是什么呢? 指的是场景值,可以查看文档了解下We分析的场景值体系。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/00088a9fdac6b07ff7e4a04ec61800

  • 【公众号-公众号API和组件】常见问题汇总【2026-4-13~2026-4-19】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}公众号如何获取到非API发送的群发文章?我们想实现一个监管功能,只允许通过API发通知。非API发送的文章我们需要知道并报告提醒管理员去删除。但现在无法获取到非API也就是在公众号后台手动发表的群发消息。应该如何获取到这部分数据呢?你好,不支持相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/00020ecbd3878069e5e4ceb9262800公众号新增草稿api能添加小程序吗?可以。新增草稿时支持通过点击这里进入的方式添加绑定的小程序。相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/0002c082b40538a901f428d096bc00已认证的企业公众号能否在企业网站使用扫码关注登录功能?不支持该功能。相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/0006c8f13e05601d35f4d5b966ac00微信服务器向公众号推送消息或事件时,解析DNS时发现是无效域名?最近一段时间,每天下午三点多都会收到报警,这是什么原因导致的,有人遇到过相似的情况吗?你好,请先联系DNS服务提供商相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/0006ee516f0c28e8dbe4ad12e6b800新获取的token报错48001如何处理?48001错误是接口权限问题,请检查账号认证是否过期相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000acedc77c49864d7e4782736b800official-account-publish组件设置了path路径但点击来源小程序仍跳回首页如何处理?请检查设置的路径是否存在问题,确保路径参数正确配置。相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000c24a0250e98e61ef444c3766000

  • 【小程序-小说】常见问题汇总【2026-4-13~2026-4-19】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}连载作品小程序没有显示,出现断章,什么情况?《官道》第56章没有在小程序小说里边显示,公众号显示正常,另一长篇《官运》63章也是这种情况,小程序小说不显示,加入合集的按钮显示是"没有相关合集",编辑页面添加文章时找不到需要添加的那篇,应如何解决?确认文章是否被加入小说合集,核实到未加入。需到合集编辑页面单独添加章节,注意当前路径可能被屏蔽了小说合集功能,请通过正确的合集编辑路径进行添加操作。相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000e2e5db54d281beee41df4366400

  • 【开放平台-open账号注销】常见问题汇总【2026-4-6~2026-4-12】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}关于账号无法使用且无法注销问题,如何处理解决?你好,注销疑问可以邮件发送至weixin-open@qq.com,邮件内容需附上账号注册邮箱,平台将尽快进行评估处理相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/0004c6150682c07cafe4a186c61400

  • 【小程序-隐私协议审核】常见问题汇总【2026-4-6~2026-4-12】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}隐私协议从小程序里打开为什么都是问号?后台上传的补充文档在后台查看没问题,但是审核通过后在小程序里打开就都是问号经核实是由于更新隐私协议时上传的补充文档内容编码错误导致,建议上传文件前先自行检查文档编码格式。目前线上已审核通过的补充文件显示正常,若仍存在问题可尝试重新上传符合要求的txt格式文档(不超过100kb),并确保文件编码格式正确。相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000ac6ac6a86e0c07ee4aa9216a400

  • 【开发者平台-公众号/服务号接口管理】常见问题汇总【2026-4-6~2026-4-12】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}公众号在调试登录和支付时导致修改次数超过5次怎么办?官方能不能帮忙重置一下?你好,不支持相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/0008e82e3d8cf87c8ae40b6646b400

  • 【公众号-公众号开发接口管理】常见问题汇总【2026-4-6~2026-4-12】

    帮忙解决草稿箱和群发消息API无权限,在哪里开通此功能? 你好,需要非个人主体且微信认证账号 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000264fcb0cf387736e49994061000 订阅号可以加菜单跳转使用微信鉴权的外部链接吗?在功能设置里没有’网页授权域名’ 已认证的非个人主体订阅号自定义菜单支持跳转外部链接。网页授权域名功能需已认证非个人主体服务号才可配置,因此订阅号无法使用微信鉴权功能,建议调整菜单跳转链接为非授权页面。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/00026efd658930273be41036961400 绑定小程序的微信公众平台为什么无法扫码登录小程序?管理员绑定后公众平台扫码登录时没有该小程序选项怎么办? 请通过公众号'公众平台安全助手'底部菜单栏的'绑定查询'功能,选择'微信号绑定帐号'查询该微信号下已绑定的小程序帐号信息。 相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000c629f7c4be0e092e4ce11266000

  • 【开发者平台-开发者平台其他】常见问题汇总【2026-4-6~2026-4-12】

    <!DOCTYPE html>.container{counter-reset:qa-counter;margin:0 auto}.qa-item{counter-increment:qa-counter;margin-bottom:25px;padding-bottom:15px}.qa-item li{list-style-type:none;position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;color:#333}.qa-item li:first-child::before{content:"Q" counter(qa-counter) ":";left:0}.qa-item li:nth-child(2)::before{content:"A" counter(qa-counter) ":";left:0}.qa-item li:nth-child(3)::before{content:"";display:none}关于小程序和小游戏的绑定上限问题,如果我的小程序已经注册了五个,注销一个小程序后是否可以继续开发四个小游戏?你需要注销一个小程序,然后才可以注册小程序-小游戏类目。个人主体可以有5个小游戏。相关帖子详情:https://developers.weixin.qq.com/community/minihome/doc/000884c9a08330b481e4d329961000