Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
34d1a64a
authored
Jul 04, 2022
by
赖慧粮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(cbnclouds): 私有环境接口统一线上接口规则
parent
c66ea3c2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
api/modules/address.js
+1
-1
api/modules/common.js
+1
-1
api/modules/lottery.js
+1
-1
api/modules/records.js
+1
-1
api/modules/winners.js
+1
-1
No files found.
api/modules/address.js
View file @
34d1a64a
...
...
@@ -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
=>
...
...
api/modules/common.js
View file @
34d1a64a
...
...
@@ -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
=>
...
...
api/modules/lottery.js
View file @
34d1a64a
...
...
@@ -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
=>
...
...
api/modules/records.js
View file @
34d1a64a
...
...
@@ -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
=>
...
...
api/modules/winners.js
View file @
34d1a64a
...
...
@@ -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
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment