|
@@ -0,0 +1,20 @@
|
|
|
+// 正式环境
|
|
|
+module.exports = {
|
|
|
+ title: '采销平台结算系统',
|
|
|
+ baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
|
|
|
+ api: {
|
|
|
+ // baseApi: 'http://inv.sitw.wanyuhengtong.com/',
|
|
|
+ // baseApi: 'http://inv.sit.wanyuhengtong.com/',
|
|
|
+ // baseApi: 'http://inv.test241.wanyuhengtong.com/',
|
|
|
+ baseApi: 'http://caixiao.sitw.wanyuhengtong.com/',
|
|
|
+ testApi: 'http://inv.test241.wanyuhengtong.com/',
|
|
|
+ },
|
|
|
+ fileURL: `https://api2.edusit.zretchome.com`,
|
|
|
+ appId: 'wx5ac3a2c2d72b6f26',
|
|
|
+ ding: {
|
|
|
+ //企业id
|
|
|
+ CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
|
|
|
+ //应用凭证
|
|
|
+ AgentId: "1184953963"
|
|
|
+ }
|
|
|
+}
|