fix
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -515,7 +515,7 @@ export const getDataReceiveContract = () => request({ | ... | @@ -515,7 +515,7 @@ export const getDataReceiveContract = () => request({ |
| 515 | // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`, | 515 | // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`, |
| 516 | // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, | 516 | // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, |
| 517 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, | 517 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, |
| 518 | url: `https://daop-zcgl-test.zgsjzc.com/circulation/api/ms-data-circulation-tx-mgr-service/data-contract/get-data-receive-and-contract`, | 518 | url: `https://zcgl.zgsjzc.com/circulation/api/ms-data-circulation-tx-mgr-service/data-contract/get-data-receive-and-contract`, |
| 519 | method: 'get', | 519 | method: 'get', |
| 520 | }) | 520 | }) |
| 521 | 521 | ||
| ... | @@ -548,7 +548,7 @@ export const getDataReceiveContractDetail = (damGuid) => request({ | ... | @@ -548,7 +548,7 @@ export const getDataReceiveContractDetail = (damGuid) => request({ |
| 548 | 548 | ||
| 549 | // 数据合同详情 | 549 | // 数据合同详情 |
| 550 | export const getContractDetail = (params) => request({ | 550 | export const getContractDetail = (params) => request({ |
| 551 | url: `https://daop-zcgl-test.zgsjzc.com/circulation/api/ms-data-circulation-tx-mgr-service/data-contract/detail`, | 551 | url: `https://zcgl.zgsjzc.com/circulation/api/ms-data-circulation-tx-mgr-service/data-contract/detail`, |
| 552 | method: 'get', | 552 | method: 'get', |
| 553 | params | 553 | params |
| 554 | }) | 554 | }) |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment