摘要:
问题描述小程序更改了调用用户信息的接口,详情 调用getUserProfile直接进入失败返回的错误信息如下getUserProfile:fail can only be invoked by user TAP gesture. 大概意思是此接口只能通过用户点击调用 修改我们稍作调整,使用按钮进行调 阅读全文
摘要:
linux 最常用的查看mac地址的方式 有很多种,下面给出4种方式, ifconfig 这是最常用的方式 ip link show cat /sys/class/net/eth0/address 查看eth0的mac地址 dmesg | grep eth0 how to check mac add 阅读全文