From 7bef44f2782ce662d50a4d7bdf3a759086144056 Mon Sep 17 00:00:00 2001 From: DELL Date: Mon, 8 Apr 2024 19:08:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E6=96=B0=E5=A2=9Edata-url:=20https:?= =?UTF-8?q?//b-test.prevailcloud.com/pangu/jingwei/thirdclient/command/pb/?= =?UTF-8?q?approval/result?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runstart/src/main/resources/application-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/runstart/src/main/resources/application-dev.yml b/runstart/src/main/resources/application-dev.yml index b2a8e8d7..79424669 100644 --- a/runstart/src/main/resources/application-dev.yml +++ b/runstart/src/main/resources/application-dev.yml @@ -282,6 +282,7 @@ ocr: connectTimeout: 5000 #请求超时时间 毫秒 readTimeout: 60000 #接收超时时间 毫秒 localImagePath: /server/data/images #图片本地存储地址 + data-url: https://b-test.prevailcloud.com/pangu/jingwei/thirdclient/command/pb/approval/result image: similarityPath: http://47.93.59.251/ai/api/similarity/ classifyPath: http://47.93.59.251/api/classify/ -- 2.39.3