Merge branch 'develop' into release-test
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -428,7 +428,7 @@ export const getApiDetail = (params) => request({ | ... | @@ -428,7 +428,7 @@ export const getApiDetail = (params) => request({ |
| 428 | method: 'get', | 428 | method: 'get', |
| 429 | }) | 429 | }) |
| 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: `https://daop-zcgl-test.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, | 434 | url: `https://daop-zcgl-test.zgsjzc.com/delivery/api/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`, | ... | ... |
| ... | @@ -2076,7 +2076,7 @@ onBeforeMount(() => { | ... | @@ -2076,7 +2076,7 @@ onBeforeMount(() => { |
| 2076 | } | 2076 | } |
| 2077 | }); | 2077 | }); |
| 2078 | } else { | 2078 | } else { |
| 2079 | getCamundaDeploymentId('10016').then((res: any) => { | 2079 | getCamundaDeploymentId('10016', userData.tenantGuid, userData.staffGuid).then((res: any) => { |
| 2080 | if (res.code == proxy.$passCode) { | 2080 | if (res.code == proxy.$passCode) { |
| 2081 | deploymentId.value = res.data; | 2081 | deploymentId.value = res.data; |
| 2082 | } else { | 2082 | } else { | ... | ... |
-
Please register or sign in to post a comment