在微信连wifi 的官方文档中,Wifi 硬件鉴权协议接口说明这一部分,有一个 示例:
https://wifi.weixin.qq.com/operator/demoNew.xhtml 或 https://wifi.weixin.qq.com/resources/js/wechatticket/wechatutil.js
在示例方法:
function Wechat_GotoRedirect(xxxxx);
中有两个请求 URL :
(1) https://wifi.weixin.qq.com/operator/callWechatBrowser.xhtml
(2)https://wifi.weixin.qq.com/operator/callWechat.xhtml
本人知道其中(2)是 Portal 型设备的“微信连WIFI” 从外部浏览器运行微信APP,然后走 微信连 WIFI 流程。那么(1)这个 URL 又是做什么的呢?。有点好奇。
不知那位大牛知道,讨教一下。在下先谢过!
https://wifi.weixin.qq.com/operator/demoNew.xhtml 或 https://wifi.weixin.qq.com/resources/js/wechatticket/wechatutil.js
在示例方法:
function Wechat_GotoRedirect(xxxxx);
中有两个请求 URL :
(1) https://wifi.weixin.qq.com/operator/callWechatBrowser.xhtml
(2)https://wifi.weixin.qq.com/operator/callWechat.xhtml
本人知道其中(2)是 Portal 型设备的“微信连WIFI” 从外部浏览器运行微信APP,然后走 微信连 WIFI 流程。那么(1)这个 URL 又是做什么的呢?。有点好奇。
不知那位大牛知道,讨教一下。在下先谢过!
解决方案