Skip to content

Latest commit

 

History

History
 
 

H5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

wechat-iot-example

微信 IOT 蓝牙硬件设备操作 demo

获取代码并安装项目依赖的库
		git clone [email protected]:liuxiaodong/wechat-iot-example.git  
		
		npm install
		
		cd public && bower install
修改配置文件
	cp config/_sample.json config/development.json
	
	修改 development.json 中的配置项为自己公众号的 appid 和 appsecret
	
	cp public/scripts/config_sample.js public/scripts/config.js
	修改 config.js 文件中变量 baseUrl 为自己服务器地址 
启动服务
	node app.js
公众号配置
  • 在公众号配置好 URL(服务器地址) 为 http://yourdomian.com/wechat
  • 如图所在位置