UNPKG

workplus

Version:

sdk of workplus

32 lines (29 loc) 602 B
"use strict"; //http://192.168.2.119:8002 const idcServer = { //域管理 url: "https://idcapi.workplus.io", version: "v1" }; const resourceServer = { //媒体服务中心 url: "https://res.beeworks.io", version: "v1" }; const aqServer = { url: "https://aq.beeworks.io", version: "v1" }; const adminServer = { //管理后台 url:"https://console.workplus.io" //url: "http://120.236.169.14:6080/workplus" }; // test const key = "nVUh4FcS0vK6qZfznxWhKh"; const secret = "by4tFapGLatPLTP1EVbf6HEGdLIv0C"; module.exports = { idcServer, resourceServer, aqServer, key, secret, adminServer };