点击分享按钮时保存下来的formId,为什么使用不了?
发布于 6 年前 作者 qiaojing 3139 次浏览 来自 问答

点击分享按钮时保存下来的formId,为什么使用不了?

报错:{“errcode”:40003,“errmsg”:“invalid openid hint: [UP_H4a00044128]”}

3 回复

哪里的分享按钮,能否提供下截图?

你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

<form bindsubmit=“updateFormId” report-submit=“true”>

   <button formType=“submit” open-type=“share”>分享</button>

</form>

回到顶部