config.js
649 Bytes
/**
* 小程序配置文件
*/
// 小程序后台服务解决方案:https://www.qcloud.com/solution/la
// const apiUrl ='https://wx.xiniunet.com/router?
let isDev=true;
var config = {
// 下面的地址配合云端 Server 工作
// 接口网址
apiUrl:'https://api.xiniunet.com/router?',
app_key:'FEDA506D38D8E930626E850139E74E0C',
secret:'9019951CC31D86A31D2E911D4BE51142',
tenantId:'800001',
appId:'wx693f104bff6a29b4',
appsecret:'b2c682fdbe25333b8c6786d69ea5d8bd',
};
if(isDev){
config.apiUrl='https://api-dev.xiniunet.com/router?'
config.tenantId='800088'
}
module.exports = config;