64bc09b7 by lxs

Merge branch 'develop' into release-test

2 parents 82d05869 a2ed46ba
...@@ -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 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!