|
@@ -6,6 +6,7 @@
|
|
|
let API_BASE = 'https://starfire.jihengcc.cn/newApi'
|
|
|
//let API_BASE = 'http://192.168.1.117:8089/'
|
|
|
if(Date.parse(new Date())>1660190400000){
|
|
|
+ //API_BASE = 'http://192.168.0.117:30000/'
|
|
|
API_BASE = 'https://xinghuolanqiu.com/newApi'
|
|
|
}
|
|
|
// const API_BASE = 'http://192.168.1.109/newApi'
|
|
@@ -142,4 +143,6 @@ module.exports = {
|
|
|
getServerImg: API_BASE + '/download/icon/',
|
|
|
// 上传地址
|
|
|
uploadFile: API_BASE + '/v2/common/file/uploadOne',
|
|
|
+ // 删除订单退还优惠券
|
|
|
+ delete: API_BASE + '/v2/admin/order/delete',
|
|
|
}
|