5.1 微信基础和sandbox
最后更新于:2022-04-01 23:33:51
# 微信基础和sandbox
微信连续公布了一系列的JS-SDK,功能涉及:
* 文件系统接口,
* 相机扫一扫接口,
* 地理位置接口,
* 语音接口,
* 分享接口,
* 界面操作接口,
* 智能识别接口,
* 蓝牙接口
* wifi接口。
透过微信native app的能力和javascript桥接器,前7个Javascript接口,微信俨然就是为开发者打造了一个移动app的运行环境,极大地方便了用户的使用。而后两个接口几乎就是将微信推向了一个智能硬件信息汇聚平台+移动互联网入口,也有人称之为”物联网入口“。
看到这些接口,你是否想到什么令人眼前一亮的应用呢?
## sandbox
[http://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index](http://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index)
## 校验
[http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign](http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign)
## 微信web开发者工具
[http://mp.weixin.qq.com/wiki/10/e5f772f4521da17fa0d7304f68b97d7e.html](http://mp.weixin.qq.com/wiki/10/e5f772f4521da17fa0d7304f68b97d7e.html)
## 参考
1. 微信硬件设备开发文档: [http://iot.weixin.qq.com/index.html](http://iot.weixin.qq.com/index.html)
2. 微信-蓝牙开发demo: [http://iot.weixin.qq.com/document-4_1.html](http://iot.weixin.qq.com/document-4_1.html)
3. 申请微信公众平台接口测试账号: [http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login](http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login)
4. 微信公众平台开发文档: [http://mp.weixin.qq.com/wiki/home/index.html](http://mp.weixin.qq.com/wiki/home/index.html)
5. 微信JS-SDK开发的Demo: [http://demo.open.weixin.qq.com/jssdk/](http://demo.open.weixin.qq.com/jssdk/)
6. 微信开放平台: [https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&lang=zh_CN](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&lang=zh_CN)
7. 微信JS-SDK开发文档:[http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html](http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html)
8. 全局返回码说明[http://mp.weixin.qq.com/wiki/17/fa4e1434e57290788bde25603fa2fcbd.html](http://mp.weixin.qq.com/wiki/17/fa4e1434e57290788bde25603fa2fcbd.html)
9. 接口频率限制说明[http://mp.weixin.qq.com/wiki/0/2e2239fa5f49388d5b5136ecc8e0e440.html](http://mp.weixin.qq.com/wiki/0/2e2239fa5f49388d5b5136ecc8e0e440.html)
';