调用加工交付接口
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -426,14 +426,14 @@ export const getApiDetail = (params) => request({ | ... | @@ -426,14 +426,14 @@ export const getApiDetail = (params) => request({ |
| 426 | // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`, | 426 | // url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`, |
| 427 | // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, | 427 | // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, |
| 428 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, | 428 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, |
| 429 | url: `https://daop-zcgl-test.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, | 429 | url: `https://zq-zcgl.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`, |
| 430 | method: 'get', | 430 | method: 'get', |
| 431 | }) | 431 | }) |
| 432 | 432 | ||
| 433 | // 跨服务调加工交付接口 获取API调用次数 | 433 | // 跨服务调加工交付接口 获取API调用次数 |
| 434 | export const getApiInvokeCount = (data) => request({ | 434 | export const getApiInvokeCount = (data) => request({ |
| 435 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, | 435 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, |
| 436 | url: `https://daop-zcgl-test.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, | 436 | url: `https://zq-zcgl.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, |
| 437 | method: 'post', | 437 | method: 'post', |
| 438 | data | 438 | data |
| 439 | }) | 439 | }) | ... | ... |
-
Please register or sign in to post a comment