AI助手支持GPT4.0
wx.modifyFriendInteractiveStorage 好友互动的问题
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
小游戏 | Bug | modifyFriendInteractiveStorage | 微信安卓客户端 | 7.0.16 | 2.12.0 |
两台手机微信 A, B
第1步 A发送 wx.modifyFriendInteractiveStorage(B的openId, key:"1"....) 并且 A 发送定向分享告知B(shareMessageToFriendScene:1) 成功
第2步 B打开A定向分享的卡片 后获取的shareMessageToFriendScene:1 的情况下静默发送 wx.modifyFriendInteractiveStorage(不带openId, key:"2",quiet: true ....) 结果第一次 提示 check set interactive data , 第二次就正常 ,请问是什么问题导致的
Framework type problem type API / component name terminal type wechat version basic library version game bug modifyfriendinteractionstorage wechat Android client 7.0.16 2.12.0 two mobile phones wechat a, B step 1 a send wx.modifyFriendInteractiveStorage (openid of B, Key: "1"...) and a sends directional sharing notification B (sharemessage tofr) iendScene:1 )Step 2 B successfully opens the shared card shared by a and obtains the sharemessage tofr iendScene:1 In the case of silent transmission wx.modifyFriendInteractiveStorage (without openid, key: "2", quiet: true...) the result prompts check set interactive data for the first time, It's normal the second time. What's the cause
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。