fix:资产看数据板调用情况
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -430,8 +430,8 @@ export const getApiDetail = (params) => request({ | ... | @@ -430,8 +430,8 @@ export const getApiDetail = (params) => request({ |
| 430 | 430 | ||
| 431 | // 跨服务掉加工交付接口 获取API调用次数 | 431 | // 跨服务掉加工交付接口 获取API调用次数 |
| 432 | export const getApiInvokeCount = (data) => request({ | 432 | export const getApiInvokeCount = (data) => request({ |
| 433 | url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, | 433 | // url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, |
| 434 | // url: `http://192.168.6.22:29900/delivery/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat?startTime=${params.startTime}&endTime=${params.endTime}`, | 434 | url: `https://daop-zcgl-test.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, |
| 435 | method: 'post', | 435 | method: 'post', |
| 436 | data | 436 | data |
| 437 | }) | 437 | }) | ... | ... |
-
Please register or sign in to post a comment