From f5461743f6542e6b4a793117e05777769f9c3377 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 15 八月 2023 10:51:52 +0800 Subject: [PATCH] 新增任务开启通知接口,接收到通知或去查询工艺模型 --- constvar/const.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 4f6c64f..00642ca 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -9,3 +9,7 @@ UserTypePrimary // 涓昏处鎴� UserTypeSub // 瀛愯处鎴� ) + +const ( + ApsServerHost = "" +) -- Gitblit v1.8.0