config.js
549 Bytes
/**
* 小程序配置文件
*/
// 此处主机域名是腾讯云解决方案分配的域名
// 小程序后台服务解决方案:https://www.qcloud.com/solution/la
var host = "https://wx.xiniunet.com"
// const apiUrl ='https://wx.xiniunet.com/router?'
var config = {
// 下面的地址配合云端 Server 工作
host,
// 接口网址
apiUrl:'https://api.xiniunet.com/router?',
app_key:'FEDA506D38D8E930626E850139E74E0C',
secret:'9019951CC31D86A31D2E911D4BE51142',
tenantid:'800001'
};
module.exports = config