微信小程序开发实现的IP地址查询功能示例(2)

{ "pages": [ "pages/ip/search", "pages/about/info" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#2ab059", "navigationBarTitleText": "IP地址查询", "navigationBarTextStyle": "#ffffff" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#2ab059", "borderStyle": "#2ab059", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/ip/search", "iconPath": "images/location.png", "selectedIconPath": "images/location_hl.png", "text": "IP查询" }, { "pagePath": "pages/about/info", "iconPath": "images/about.png", "selectedIconPath": "images/about_hl.png", "text": "关于" } ] } }

SSL证书

HTTPS 请求

tls 仅支持 1.2 及以上版本

官网:https://www.qqzeng.com
演示:https://www.qqzeng.com/ip
开发:https://github.com/zengzhan/qqzeng-ip

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/0f4d873bbb71359325fb91356dcb028c.html