diff --git a/system/src/main/resources/application-dev.yml b/system/src/main/resources/application-dev.yml index 62973374..ed101625 100644 --- a/system/src/main/resources/application-dev.yml +++ b/system/src/main/resources/application-dev.yml @@ -167,3 +167,5 @@ cid: batchCount: 500 # 批量查询的cid 接口,配合上面url使用 batchInterfacePath: /spdm-flow/listFlowNodeDetail + msg: + sendMessage: /spdm-msg/sendMessage \ No newline at end of file diff --git a/system/src/main/resources/application-local.yml b/system/src/main/resources/application-local.yml index ae6a15a3..38ad281d 100644 --- a/system/src/main/resources/application-local.yml +++ b/system/src/main/resources/application-local.yml @@ -167,6 +167,8 @@ cid: batchCount: 500 # 批量查询的cid 接口,配合上面url使用 batchInterfacePath: /spdm-flow/listFlowNodeDetail + msg: + sendMessage: /spdm-msg/sendMessage # 0单机处理,可以指向本地,1负载均衡轮询 serverType: 0 diff --git a/system/src/main/resources/application-prod.yml b/system/src/main/resources/application-prod.yml index 0d2c944c..0fc8aae5 100644 --- a/system/src/main/resources/application-prod.yml +++ b/system/src/main/resources/application-prod.yml @@ -178,4 +178,6 @@ cid: # 单次批量查询cid审批流详情的条数 batchCount: 500 # 批量查询的cid 接口,配合上面url使用 - batchInterfacePath: /spdm-flow/listFlowNodeDetail \ No newline at end of file + batchInterfacePath: /spdm-flow/listFlowNodeDetail + msg: + sendMessage: /spdm-msg/sendMessage \ No newline at end of file