Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yibao
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tanjuanjuan
yibao
Commits
a1ac88cb
Commit
a1ac88cb
authored
Feb 25, 2025
by
张红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改接口地址
parent
8ad61311
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
index.ts
src/services/foo/index.ts
+19
-19
No files found.
src/services/foo/index.ts
View file @
a1ac88cb
...
...
@@ -2,97 +2,97 @@ import request from '@/services/request';
// 获取用户信息
export
function
getXinhuaDecrypt
(
options
=
{})
{
return
request
.
post
(
'
/admin
/back/one-visit/one-visit/web/oneVisit/getXinhuaDecrypt'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/back/one-visit/one-visit/web/oneVisit/getXinhuaDecrypt'
,
options
);
}
// 枚举字典查询
export
function
enumsQuery
(
type
:
string
)
{
return
request
.
post
(
'
/admin
/dict/enumsQuery?enumsType='
+
type
,
{});
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/dict/enumsQuery?enumsType='
+
type
,
{});
}
// 第三方枚举字典查询
export
function
thirdDictEnums
(
type
:
string
)
{
return
request
.
post
(
'
/admin
/dict/thirdDictEnums?type='
+
type
,
{});
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/dict/thirdDictEnums?type='
+
type
,
{});
}
// 区域查询接口
export
function
getArea
()
{
return
request
.
post
(
'
/admin
/dict/area'
,
{});
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/dict/area'
,
{});
}
// 个人编号查询以及参保人个人权益服务-参保险种查询
export
function
insuranceType
(
options
=
{})
{
return
request
.
post
(
'
/admin
/insurance/insuranceType'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/insurance/insuranceType'
,
options
);
}
// 代缴金额查询
export
function
amountQuery
(
options
=
{})
{
return
request
.
post
(
'
/admin
/proxy/amountQuery'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/proxy/amountQuery'
,
options
);
}
// 代缴申请保存接口
export
function
payApply
(
options
=
{})
{
return
request
.
post
(
'
/admin
/proxy/payApply'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/proxy/payApply'
,
options
);
}
// 个人医保账户代缴记录查询
export
function
payApplyQuery
(
options
=
{})
{
return
request
.
post
(
'
/admin
/proxy/payApplyQuery'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/proxy/payApplyQuery'
,
options
);
}
// 居民缴费进度查询
export
function
residentPaymentProgress
(
options
=
{})
{
return
request
.
post
(
'
/admin
/progress/residentPaymentProgress'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/progress/residentPaymentProgress'
,
options
);
// return request.post('/engine/rest/queryRsdtPsnClctDetlList', options);
}
// 定点药店/医疗机构查询
export
function
medicalOrgQuery
(
options
=
{})
{
return
request
.
post
(
'
/admin
/orgAndPharmacy/medicalOrgQuery'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/orgAndPharmacy/medicalOrgQuery'
,
options
);
}
// 经办机构信息查询
export
function
handingAgencyQuery
(
options
=
{})
{
return
request
.
post
(
'
/admin
/agency/handingAgencyQuery'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/agency/handingAgencyQuery'
,
options
);
}
// 大病医保/年度账单查询
export
function
queryYearsBill
(
options
=
{})
{
return
request
.
post
(
'
/admin
/bill/queryYearsBill'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/bill/queryYearsBill'
,
options
);
}
// 门诊统筹额度查询
export
function
outPatientCoordinationQuota
(
options
=
{})
{
return
request
.
post
(
'
/admin
/quota/outPatientCoordinationQuota'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/quota/outPatientCoordinationQuota'
,
options
);
}
// 慢病认定医院查询
export
function
chronicDiseaseIdentificationHospital
(
options
=
{})
{
return
request
.
post
(
'
/admin
/orgAndPharmacy/chronicDiseaseIdentificationHospital'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/orgAndPharmacy/chronicDiseaseIdentificationHospital'
,
options
);
}
// 增加关系转移进度办理查询
export
function
transferInformation
(
options
=
{})
{
return
request
.
post
(
'
/admin
/transfer/information'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/transfer/information'
,
options
);
}
// 药品目录信息查询
export
function
drugCatalog
(
options
=
{})
{
return
request
.
post
(
'
/admin
/drug/catalog'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/drug/catalog'
,
options
);
}
// 查询医疗救助资格
export
function
medicalAssistance
(
options
=
{})
{
return
request
.
post
(
'
/admin
/assistance/medicalAssistance'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/assistance/medicalAssistance'
,
options
);
}
// 已开通门诊统筹药店查询
export
function
overallPlanningPharmacyQuery
(
options
=
{})
{
return
request
.
post
(
'
/admin
/orgAndPharmacy/overallPlanningPharmacyQuery'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/orgAndPharmacy/overallPlanningPharmacyQuery'
,
options
);
}
// 职工缴费进度查询
export
function
paymentProgress
(
options
=
{})
{
return
request
.
post
(
'
/admin
/employment/paymentProgress'
,
options
);
return
request
.
post
(
'
http://gyyb.test.gzyzzckj.com
/employment/paymentProgress'
,
options
);
}
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