update mini program doc

This commit is contained in:
royye62
2020-02-11 21:28:17 +08:00
parent 7850f8f9e6
commit 3a4a3672d4
8 changed files with 38 additions and 67 deletions

View File

@@ -2,11 +2,11 @@
App({
globalData: {
// 腾讯云物联网开发平台explorer中获取 产品ID和设备名称
productId: "", // 产品ID
deviceName: "", // 设备名称
productId: "U2LPAXBT2C", // 产品ID
deviceName: "royye_light", // 设备名称
// 腾讯云控制台-访问管理-访问密钥-API密钥管理中获取 SecretId, secretKey
secretId: "",
secretKey: "",
secretId: "xxx",
secretKey: "xxx",
},
onLaunch: function(options) {
console.log("onLaunch")