加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appInfo.js 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
颜宏周 提交于 2022-01-20 22:21 . 初始化
function AppInfo() {
this.websiteUrl = 'https://api.iloomo.com/';
this.apiUrl = 'https://api.iloomo.com/';
this.shop_id = '1091';
this.config_business_id = '1091';
this.business_id = '1091';
this.appId = 'wxc267bf7870c402d1'//wx71520a7e6b6893f2'//'wx9708edead888e63e',
this.serverIP='118.26.175.56'
this.wxNotifyUrl='https://api.iloomo.com/capi/wcoa/public/payCallback.do'
}
module.exports = new AppInfo();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化