From 65cb1ae0f3199679626ed8b968a04e7a3fba59a0 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Tue, 18 May 2021 15:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.go | 2 ++ conf/config.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/config.go b/conf/config.go index 6c21920..12040ca 100644 --- a/conf/config.go +++ b/conf/config.go @@ -24,6 +24,8 @@ type EnvConfig struct { Inbox string `yaml:"inbox"` Outbox string `yaml:"outbox"` AndonTouchOff string `yaml:"andontouchoff"` + PortalGetTimeUrl string `yaml:"portalgettimeurl"` + PortalPostFileUrl string `yaml:"portalpostfileurl"` } //read yaml config diff --git a/conf/config.yaml b/conf/config.yaml index a4c2455..2a6add4 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -25,4 +25,6 @@ inbox: D:\Go\gopath\src\leit.com\lapp_-gaas_-gframe\doc\Inbox # 输出文件 outbox: D:\Go\gopath\src\leit.com\lapp_-gaas_-gframe\doc\Outbox # mes andon url -andontouchoff: http://10.84.128.80:4000/Features/API/Andon/api/WebCmd/AndonRequest \ No newline at end of file +andontouchoff: http://10.84.128.80:4000/Features/API/Andon/api/WebCmd/AndonRequest +portalgettimeurl: http://localhost:8093/admin/om/workorder/selectlastmodify +portalpostfileurl: http://localhost:8093/admin/om/workorder/synchronous \ No newline at end of file