config.js
630 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',
// //自动登录类型
openType:'WX_OPEN',
appId:'wx693f104bff6a29b4',
appsecret:'b2c682fdbe25333b8c6786d69ea5d8bd',
};
module.exports = config