- 小程序隐私协议弹窗,如何加在全局?
最近腾讯加了个小程序协议同意的要求,https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/PrivacyAuthorize.html 我这边uniapp写了个组件,只加在了index页面 但由于小程序的入口不止一个,有其他的页面也暴露出去的 想问下大家遇到这种情况是每个需要的页面都加弹窗,还是有其他更好的解决办法?
2023-09-05 - 客服接口kf_account字段无法设置和读取
https://developers.weixin.qq.com/doc/offiaccount/Customer_Service/Customer_Service_Management.htmlhttps://developers.weixin.qq.com/miniprogram/introduction/custom.html 小程序客服 kf_account无法设置和读取 添加客服: $app = \EasyWeChat\Factory::officialAccount($config); $param = [ 'kf_account'=>'******', 'kf_wx' => '*****', 'nickname'=>'十饼', ]; $rs = $app->customer_service->httpPostJson('customservice/kfaccount/add', $param); dd($rs); cgi-bin/customservice/getkflist 获取客服列表接口返回: [图片] 在其他客服相关接口,聊天记录等均无法获取kf_account
2022-07-18