@@ -6,7 +6,7 @@ export function listCompany(scyType,scyId) {
scyId = null
}
return request({
- url: '/sc-service_pxh/company/list/' + scyType + '/' + scyId,
+ url: '/sc-service/company/list/' + scyType + '/' + scyId,
method: 'get',
})
@@ -6,7 +6,7 @@ export function listCompanyAcc(zfpcrAccount) {
zfpcrAccount = null
- url: '/sc-service_pxh/companyAcc/list/' + zfpcrAccount,
+ url: '/sc-service/companyAcc/list/' + zfpcrAccount,
@@ -6,7 +6,7 @@ export function listFinanceProduct(zfpcrProductId) {
zfpcrProductId = null
- url: '/sc-service_pxh/commonFinanceProduct/list/' + zfpcrProductId,
+ url: '/sc-service/commonFinanceProduct/list/' + zfpcrProductId,
method: 'get'