build(custom): 新增游戏正式服api
This commit is contained in:
@@ -8,12 +8,6 @@ TARO_APP_WS = 'wss://game.wanzhuanyongcheng.cn/dice/home'
|
|||||||
|
|
||||||
TARO_APP_HOME = 'https://test.wanzhuanyongcheng.cn/app/game'
|
TARO_APP_HOME = 'https://test.wanzhuanyongcheng.cn/app/game'
|
||||||
|
|
||||||
# 气球
|
|
||||||
|
|
||||||
TARO_APP_BALLOON_WS = 'wss://balloon.wanzhuanyongcheng.cn/balloon/home'
|
|
||||||
|
|
||||||
TARO_APP_BALLOON_API = 'https://balloon.wanzhuanyongcheng.cn/balloon'
|
|
||||||
|
|
||||||
|
|
||||||
# 大转盘
|
# 大转盘
|
||||||
TARO_APP_TURNTABLE_WS = 'wss://game2.wanzhuanyongcheng.cn/turntable/home'
|
TARO_APP_TURNTABLE_WS = 'wss://game2.wanzhuanyongcheng.cn/turntable/home'
|
||||||
|
|||||||
6
.env.one
6
.env.one
@@ -1,6 +0,0 @@
|
|||||||
|
|
||||||
TARO_APP_API = 'https://www.jdt168.com/dice'
|
|
||||||
|
|
||||||
TARO_APP_WS = 'wss://www.jdt168.com/dice/home'
|
|
||||||
|
|
||||||
TARO_APP_HOME = 'https://www.wanzhuanyongcheng.cn/app/game'
|
|
||||||
14
.env.production
Normal file
14
.env.production
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
TARO_APP_API = 'https://www.jdt168.com/dice'
|
||||||
|
|
||||||
|
TARO_APP_WS = 'wss://www.jdt168.com/dice/home'
|
||||||
|
|
||||||
|
TARO_APP_HOME = 'https://www.wanzhuanyongcheng.cn/app/game'
|
||||||
|
|
||||||
|
# 大转盘
|
||||||
|
TARO_APP_TURNTABLE_WS = 'wss://turntable.jdt168.com/turntable/home'
|
||||||
|
|
||||||
|
TARO_APP_TURNTABLE_API = 'https://turntable.jdt168.com/turntable'
|
||||||
|
|
||||||
|
# 澳拾
|
||||||
|
TARO_APP_AOSHI_API = 'https://australia.jdt168.com'
|
||||||
@@ -7,9 +7,6 @@ TARO_APP_WS = 'wss://game.wanzhuanyongcheng.cn/dice/home'
|
|||||||
|
|
||||||
TARO_APP_HOME = 'https://test.wanzhuanyongcheng.cn/app/game'
|
TARO_APP_HOME = 'https://test.wanzhuanyongcheng.cn/app/game'
|
||||||
|
|
||||||
TARO_APP_BALLOON_WS = 'wss://balloon.wanzhuanyongcheng.cn/balloon/home'
|
|
||||||
|
|
||||||
TARO_APP_BALLOON_API = 'https://balloon.wanzhuanyongcheng.cn/balloon'
|
|
||||||
|
|
||||||
# 大转盘
|
# 大转盘
|
||||||
TARO_APP_TURNTABLE_WS = 'wss://game2.wanzhuanyongcheng.cn/turntable/home'
|
TARO_APP_TURNTABLE_WS = 'wss://game2.wanzhuanyongcheng.cn/turntable/home'
|
||||||
|
|||||||
6
.env.tow
6
.env.tow
@@ -1,6 +0,0 @@
|
|||||||
|
|
||||||
TARO_APP_API = 'https://betting2.wanzhuanyongcheng.com/dice'
|
|
||||||
|
|
||||||
TARO_APP_WS = 'wss://betting2.wanzhuanyongcheng.com/dice/home'
|
|
||||||
|
|
||||||
TARO_APP_HOME = 'https://betting2.wanzhuanyongcheng.com/app/game'
|
|
||||||
@@ -15,8 +15,6 @@
|
|||||||
"build:tt": "taro build --type tt",
|
"build:tt": "taro build --type tt",
|
||||||
"build:h5": "taro build --type h5",
|
"build:h5": "taro build --type h5",
|
||||||
"build:h5:test": "taro build --type h5 --mode test",
|
"build:h5:test": "taro build --type h5 --mode test",
|
||||||
"build:one": "taro build --type h5 --mode one",
|
|
||||||
"build:tow": "taro build --type h5 --mode tow",
|
|
||||||
"build:rn": "taro build --type rn",
|
"build:rn": "taro build --type rn",
|
||||||
"build:qq": "taro build --type qq",
|
"build:qq": "taro build --type qq",
|
||||||
"build:jd": "taro build --type jd",
|
"build:jd": "taro build --type jd",
|
||||||
|
|||||||
Reference in New Issue
Block a user