- 针对本次微信登陆无法获取用户头像跟昵称的一个建议?
如果微信小程序的产品经理以及开发人员实在没有好的办法可不可以学习一下人家百度小程序联合登陆方法? //获取手机号 <button type="primary" class="middle-btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"> 获取用户手机号 </button> //获取用户信息 <button type="primary" class="middle-btn" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取用户信息按钮 </button> //如果需要使用接口返回的用户信息加密数据,将返回值中的 encryptedData 和 iv 发送到服务端解密,详细可参考用户数据的签名验证和加解密。 一个登陆接口一年适配7 8次最后都没适配出一个好的方案。后面估计还有回N次!你们真的太优秀了。跟人家学学不丢人,丢人的是一个接口适配7 8次都整不明白
2022-11-14 - 命令行打开开发者工具报错?
0 => "- initialize" 1 => "" 2 => "[error] Please ensure that the IDE has been properly installed" 3 => "× #initialize-error: Error: ENOENT: no such file or directory, open 'C:\Windows\system32\config\systemprofile\AppData\Local\微信开发者工具\User Data\44be4a7b66be378568c192f1bf90044a\Default\.cli'
2022-09-02 - 命令行v2 windows执行正常,代码访问报错!麻烦看下是哪里出了问题呢?
$command ="C:\www\微信web开发者工具\cli -h"; exec($command.' 2>&1',$output,$status); var_dump($output); echo '<br>'; print_r($status); //执行后的结果 1 array(13) { [0]=> string(12) "node:net:342" [1]=> string(32) " err = this._handle.open(fd);" [2]=> string(24) " ^" [3]=> string(0) "" [4]=> string(45) "Error: EINVAL: invalid argument, uv_pipe_open" [5]=> string(35) " at new Socket (node:net:342:24)" [6]=> string(91) " at process.getStdin [as stdin] (node:internal/bootstrap/switches/is_main_thread:180:17)" [7]=> string(52) " at C:\www\微信web开发者工具\cli.js:1:4840" [8]=> string(75) " at processTicksAndRejections (node:internal/process/task_queues:96:5) {" [9]=> string(15) " errno: -4071," [10]=> string(17) " code: 'EINVAL'," [11]=> string(25) " syscall: 'uv_pipe_open'" [12]=> string(1) "}" } 0
2022-08-23 - 小程序审核完毕后 就出现被攻击的现象 ?是腾讯在测试吗?
106.55.202.118 攻击者ip
2022-07-30 - 微信小程序嵌套H5用到了腾讯的验证码 结果跳转h5的时候需要验证?
微信小程序嵌套H5用到了腾讯的验证码 结果跳转h5的时候需要验证业务域名mp.ssl.captcha.qq.com这个域名可以验证吗?或者有没有其他办法
2022-06-21 - 微信小程序名称审核我真是醉了为什么非要让加地域名称呢?
微信小程序名称审核我真是醉了为什么非要让加地域名称呢?我们办理的全国的拜托了解下业务类型再给驳回啊!非让加地域我们是运营的全国的明白吗?自己不专业耽误大家
2022-06-11