Commit 34d1a64a by 赖慧粮

feat(cbnclouds): 私有环境接口统一线上接口规则

parent c66ea3c2
......@@ -4,7 +4,7 @@ import { get, post } from '@/api/request'
import CONFIG from '@/config'
const { privateDomain } = CONFIG
const flag = process.env.X_CA_STAGE || process.env.IS_PRIVATE
const flag = process.env.X_CA_STAGE
// 获取地址列表
export const getAddressList = data =>
......
......@@ -9,7 +9,7 @@
import { get, post } from '@/api/request'
import CONFIG from '@/config'
const { privateDomain, goDomain } = CONFIG
const flag = process.env.X_CA_STAGE || process.env.IS_PRIVATE
const flag = process.env.X_CA_STAGE
// 获取dms sub_key
export const getDmsInfo = data =>
......
......@@ -2,7 +2,7 @@
import { post, get } from '@/api/request'
import CONFIG from '@/config'
const { activityDomain } = CONFIG
const flag = process.env.X_CA_STAGE || process.env.IS_PRIVATE
const flag = process.env.X_CA_STAGE
// 获取抽奖(场次)列表
export const getLotterySessionList = data =>
......
......@@ -3,7 +3,7 @@
import { post, get } from '@/api/request'
import CONFIG from '@/config'
const { activityDomain } = CONFIG
const flag = process.env.X_CA_STAGE || process.env.IS_PRIVATE
const flag = process.env.X_CA_STAGE
// 获取个人抽奖记录
export const getRecordList = data =>
......
......@@ -3,7 +3,7 @@ import { get } from '@/api/request'
import CONFIG from '@/config'
const { activityDomain } = CONFIG
const flag = process.env.X_CA_STAGE || process.env.IS_PRIVATE
const flag = process.env.X_CA_STAGE
// 获取留言抽奖中奖名单
export const getWinnersList = data =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment