- 微信开放平台消息推送开发者服务器回包无响应?
component_appid:wx468d613169be627d [图片]
08-03 - 小程序分享真机图片出不来,开发工具有图片?
图片地址:https://q.boyuan.com/202308/28/1656198191792792.jpg?q-sign-algorithm=sha1&q-ak=AKIDDMWbVBcw3yamtnolX7buGpTzLXfknjeU&q-sign-time=1721974683%3B1721978643&q-key-time=1721974683%3B1721978643&q-header-list=&q-url-param-list=&q-signature=16e5c72fb74d4e6e06e2049fe295c784c5757caf [图片]
07-26 - 小程序使用腾讯cos分享图片出不来?
分享图片地址:https://q.boyuan.com/202308/28/1656198191792792.jpg?q-sign-algorithm=sha1&q-ak=AKIDDMWbVBcw3yamtnolX7buGpTzLXfknjeU&q-sign-time=1721973396%3B1721977356&q-key-time=1721973396%3B1721977356&q-header-list=&q-url-param-list=&q-signature=b8210265b177dc482d2888fd226ff35210f04d13
07-26 - 小程序分享图片出不来?
图片地址:https://q.boyuan.com/202308/28/1656198191792792.jpg?q-sign-algorithm=sha1&q-ak=AKIDDMWbVBcw3yamtnolX7buGpTzLXfknjeU&q-sign-time=1721973396;1721977356&q-key-time=1721973396;1721977356&q-header-list=&q-url-param-list=&q-signature=b8210265b177dc482d2888fd226ff35210f04d13
07-26 - 微信三方开发公众号关注后自动回复没有反应?
公众号授权给了两个第三方平台 公众号appid:wx9e4de334125d7854
07-09 - 小程序已经授权给第三方了,还是 api is unauthorized to component ?
第三方appid wxe39e44a500eccd64 小程序appid wxff6ba1f6f6d796cc
2023-08-30 - 网页授权问题?
$gateUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb0212836f703df5d&response_type=code&scope=snsapi_userinfo&connect_redirect=1&state=&redirect_uri=$thisUrl#wechat_redirect"; header('Location: ' . $gateUrl); 提示 redirect_uri与后台配置不一致
2022-04-18 - wx.agentConfig sendChatMessage没有权限?
corpid:wx8de85841b82b4962 wx.agentConfig的success结果如下: {err_Info: "success", checkResult: {sendChatMessage:false}, errMsg: "agentConfig:ok"} 1.config配置成功; 2.agentConfig配置成功 3.通过checkJsApi校验sendChatMessage返回false 4.调用sendChatMessage 报 fail_nopermission 配置客户联系权限 [图片]
2021-08-31 - 全网发布接入检测,返回普通文本消息不成功?
appid:wxb912852b25c94421 [图片] if ($msg['Content'] == 'TESTCOMPONENT_MSG_TYPE_TEXT') { $xml = "<xml><ToUserName><![CDATA[{$FromUserName}]]></ToUserName> <FromUserName><![CDATA[{$ToUserName}]]></FromUserName> <CreateTime>{$msg['CreateTime']}</CreateTime> <MsgType><![CDATA[text]]></MsgType> <Content><![CDATA[TESTCOMPONENT_MSG_TYPE_TEXT_callback]]></Content> </xml>"; write_log($xml); $returnMsg = ""; $errCode = $pc->encryptMsg($xml, $timestamp, $nonce, $returnMsg); write_log("响应code:" . $errCode); write_log("响应内容:" . $returnMsg); echo $returnMsg; }
2021-03-15 - 怎么实现用BackgroundAudioManager背景音乐实现订单通知?
想实现客户下单,商家在小程序中或后台运行,音乐通知
2021-03-04