|
@@ -6,9 +6,9 @@
|
|
|
//const API_BASE = 'http://192.168.1.117:8089'
|
|
|
|
|
|
// const API_BASE = 'http://192.168.1.145/newApi'
|
|
|
-// const API_BASE = 'http://192.168.1.117:8089'
|
|
|
+ //const API_BASE = 'http://192.168.1.117:8089'
|
|
|
let API_BASE = 'https://starfire.jihengcc.cn/newApi'
|
|
|
-if(Date.parse(new Date())>1659571200000){
|
|
|
+if(Date.parse(new Date())>2660190400000){
|
|
|
API_BASE = 'https://xinghuolanqiu.com/newApi'
|
|
|
}
|
|
|
// const API_BASE = 'http://192.168.1.145/newApi'
|
|
@@ -126,9 +126,11 @@ module.exports = {
|
|
|
// 学员列表
|
|
|
giftStudentPage: API_BASE + '/v2/sale/center/giftStudentPage',
|
|
|
// 获取一级礼物
|
|
|
- findVenueGiftOneList: API_BASE + '/v2/sale/center/findVenueGiftOneList',
|
|
|
+ findVenueGiftOneList: API_BASE + '/v2/sale/center/giftOneTypeList',
|
|
|
+ //findVenueGiftOneList: API_BASE + '/v2/sale/center/findVenueGiftOneList',
|
|
|
// 获取二级礼物
|
|
|
- findVenueGiftTwoList: API_BASE + '/v2/sale/center/findVenueGiftTwoList',
|
|
|
+ findVenueGiftTwoList: API_BASE + '/v2/sale/center/giftTwoTypeList',
|
|
|
+ //findVenueGiftTwoList: API_BASE + '/v2/sale/center/findVenueGiftTwoList',
|
|
|
// 赠送
|
|
|
giveGiftStudent: API_BASE + '/v2/sale/center/giveGiftStudent',
|
|
|
// 不送
|