From 462e270ed111be65296cff7a7642ebb452849a53 Mon Sep 17 00:00:00 2001 From: axzsd Date: Fri, 26 May 2023 11:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yudao-server/src/main/resources/application-test.yaml b/yudao-server/src/main/resources/application-test.yaml index 1383eea5b..96125b299 100644 --- a/yudao-server/src/main/resources/application-test.yaml +++ b/yudao-server/src/main/resources/application-test.yaml @@ -222,3 +222,6 @@ wx: port: 6369 # 端口 database: 16 # 数据库索引 password: 20221122@dev # 密码,建议生产环境开启 +phone: + query-url: http://192.168.1.94:4006/cyywl-phone-query-api/ + token: eyIwLnR5cCI6IkpXVCIsImFsZyI6IkhTNTEyIn0 \ No newline at end of file