Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
a428b359
Commit
a428b359
authored
Aug 19, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决提现记录基地址错误
parent
7522ff80
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
api/api.ts
+2
-2
environments/environment.ts
+10
-4
No files found.
api/api.ts
View file @
a428b359
import
request
from
"../util/request"
;
import
request
from
"../util/request"
;
import
{
baseURL
,
apiURL
,
cffpURL
,
sfpUrl
,
imgUrl
}
from
"../environments/environment"
;
import
{
baseURL
,
apiURL
,
cffpURL
,
sfpUrl
,
imgUrl
,
scrmUrl
}
from
"../environments/environment"
;
export
default
{
export
default
{
//查看token是否已经失效
//查看token是否已经失效
...
@@ -422,6 +422,6 @@ export default {
...
@@ -422,6 +422,6 @@ export default {
},
},
//提现记录
//提现记录
withdrawalList
(
params
)
{
withdrawalList
(
params
)
{
return
request
(
`
${
img
Url
}
/scrm-api/agCffpUserFortune/withdrawal/list`
,
'POST'
,
params
)
return
request
(
`
${
scrm
Url
}
/scrm-api/agCffpUserFortune/withdrawal/list`
,
'POST'
,
params
)
},
},
}
}
environments/environment.ts
View file @
a428b359
...
@@ -6,14 +6,16 @@ const dev = {
...
@@ -6,14 +6,16 @@ const dev = {
cffp_url
:
'https://mdev.anjibao.cn/cffpApi/cffp'
,
cffp_url
:
'https://mdev.anjibao.cn/cffpApi/cffp'
,
share_url
:
'https://mdev.anjibao.cn/cffp'
,
share_url
:
'https://mdev.anjibao.cn/cffp'
,
sfp_url
:
'https://mdev.anjibao.cn/sfpApi'
,
sfp_url
:
'https://mdev.anjibao.cn/sfpApi'
,
img_url
:
'https://mdev.zuihuibi.cn'
img_url
:
'https://mdev.zuihuibi.cn'
,
scrm_url
:
'https://mdev.zuihuibi.cn'
}
}
const
stage
=
{
const
stage
=
{
base_url
:
'https://mstage.zuihuibi.cn'
,
base_url
:
'https://mstage.zuihuibi.cn'
,
api_url
:
'https://mstage.zuihuibi.cn/cffpApi'
,
api_url
:
'https://mstage.zuihuibi.cn/cffpApi'
,
cffp_url
:
'https://mstage.zuihuibi.cn/cffpApi/cffp'
,
cffp_url
:
'https://mstage.zuihuibi.cn/cffpApi/cffp'
,
share_url
:
'https://mstage.zuihuibi.cn/cffp'
,
share_url
:
'https://mstage.zuihuibi.cn/cffp'
,
sfp_url
:
'https://mstage.zuihuibi.cn/sfpApi'
sfp_url
:
'https://mstage.zuihuibi.cn/sfpApi'
,
scrm_url
:
'https://mstage.zuihuibi.cn'
}
}
const
prod
=
{
const
prod
=
{
...
@@ -22,7 +24,8 @@ const prod = {
...
@@ -22,7 +24,8 @@ const prod = {
cffp_url
:
'https://app.ydhomeoffice.cn/appApi/cffp'
,
cffp_url
:
'https://app.ydhomeoffice.cn/appApi/cffp'
,
share_url
:
'https://app.ydhomeoffice.cn/appYdhomeoffice'
,
share_url
:
'https://app.ydhomeoffice.cn/appYdhomeoffice'
,
sfp_url
:
'https://hoservice.ydhomeoffice.cn/hoserviceApi'
,
sfp_url
:
'https://hoservice.ydhomeoffice.cn/hoserviceApi'
,
img_url
:
'https://app.ydhomeoffice.cn'
img_url
:
'https://app.ydhomeoffice.cn'
,
scrm_url
:
'https://m.zuihuibi.cn'
}
}
// companyType: '1', cffp
// companyType: '1', cffp
// companyType: '2', appYdhomeoffice
// companyType: '2', appYdhomeoffice
...
@@ -54,6 +57,7 @@ let cffpURL = config[env].cffp_url;
...
@@ -54,6 +57,7 @@ let cffpURL = config[env].cffp_url;
let
shareURL
=
config
[
env
].
share_url
;
let
shareURL
=
config
[
env
].
share_url
;
let
sfpUrl
=
config
[
env
].
sfp_url
;
let
sfpUrl
=
config
[
env
].
sfp_url
;
let
imgUrl
=
config
[
env
].
img_url
;
let
imgUrl
=
config
[
env
].
img_url
;
let
scrmUrl
=
config
[
env
].
scrm_url
;
export
{
export
{
baseURL
,
baseURL
,
...
@@ -63,5 +67,6 @@ export{
...
@@ -63,5 +67,6 @@ export{
shareURL
,
shareURL
,
sfpUrl
,
sfpUrl
,
env
,
env
,
imgUrl
imgUrl
,
scrmUrl
}
}
\ No newline at end of file
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