update information

This commit is contained in:
supowang
2021-03-11 15:01:11 +08:00
parent f3b18d91e7
commit 96f53f6495
3 changed files with 3 additions and 6 deletions

View File

@@ -56,8 +56,6 @@ class AbstractClient {
console.log(fullurl);
//test only
//fullurl = "https://iotexplorer.tencentcloudapi.com/?MinTime=1565143200000&Version=2019-04-23&Limit=5&Signature=f7XvqSPaZVEvm7wh7QTpJMvZR0k%3D&Action=DescribeDeviceDataHistory&MaxTime=1565172000000&ProductId=NCW38M7KGT&Nonce=11171&DeviceName=dev001&Timestamp=1565235840&SecretId=AKIDzjBSUzl3f18yXpiGaOxGH2WtzWmlLv63&FieldName=color";
wx.request({
url: fullurl,

View File

@@ -1,9 +1,9 @@
const iotclient = require('./iotclient.js')
const iotmodel = require('./iotmodel.js')
const SECRETID = "AKIDxZ2LTTi84eaR3OfS8hnfxd4JHzQatFpF";
const SECRETKEY = "UigMrA9rJXUCeoiBQP8dsJuJ6sYzmNjs";
const PRODUCTID = "U2LPAXBT2C";
const SECRETID = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
const SECRETKEY = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
const PRODUCTID = "XXXXXX";
const DEVICENAME = "royye_light";