64bc09b7 by lxs

Merge branch 'develop' into release-test

2 parents 82d05869 a2ed46ba
......@@ -428,7 +428,7 @@ export const getApiDetail = (params) => request({
method: 'get',
})
// 跨服务加工交付接口 获取API调用次数
// 跨服务加工交付接口 获取API调用次数
export const getApiInvokeCount = (data) => request({
// url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/home-page/dam/call-api-stat`,
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(() => {
}
});
} else {
getCamundaDeploymentId('10016').then((res: any) => {
getCamundaDeploymentId('10016', userData.tenantGuid, userData.staffGuid).then((res: any) => {
if (res.code == proxy.$passCode) {
deploymentId.value = res.data;
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!