【update】- 对线上请求地址 进行修改;增加企业版小程序的信息

This commit is contained in:
fengchenchen
2021-11-02 11:42:25 +08:00
parent 2e954dcf6e
commit d47efbc451
2 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ const MeetingApi = {
// 文件id获取文件信息
queryFileInfoById:(params) => http.get(`${URL_CONFIG}sys/oss/file/queryById`, params),
// 参会人信息
queryPersongInfoById:(params) => http.get(`${URL_CONFIG}/meeting/payMeetingSituation/queryById`, params)
queryPersongInfoById:(params) => http.get(`${URL_CONFIG}meeting/payMeetingSituation/queryById`, params)
}
export default MeetingApi
export default MeetingApi
+7 -4
View File
@@ -1,7 +1,10 @@
export const appId = 'wx322b63d1e6ff4765'
export const secret = 'a3e81ffa80aa5f04d0b104b2ccda7f32'
export const appName = '来款测试demo'
export let baseUrl = 'http://bxxt.hzwlsoft.com:1015' // 外网环境
// export const appId = 'wx322b63d1e6ff4765'
export const appId = 'wx457dfcb58fd556ea'// fcc
// export const secret = 'a3e81ffa80aa5f04d0b104b2ccda7f32'
export const secret = 'e8d2ee25e32c77561efccb7145ba9dc8' // fcc
// export const appName = '来款测试demo'
export const appName = 'zoey来款测试demo'// fcc
export let baseUrl = 'https://bxxt.hzwlsoft.com' // 外网环境
// export let baseUrl = 'http://10.10.10.46:8055/' // 测试环境
// export const baseUrl = 'http://10.0.1.9:8080' // 本地环境
export const URL_CONFIG = '/jero-boot/'