From 9dbecac8baf46a1a30c119292a83145d82d44a28 Mon Sep 17 00:00:00 2001 From: xiang Date: Sat, 6 Sep 2025 23:01:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=98=BF=E9=87=8C=E4=BA=91=E5=AF=86=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xs-server/src/main/resources/application-test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xs-server/src/main/resources/application-test.yml b/xs-server/src/main/resources/application-test.yml index 6916be3..099baf0 100644 --- a/xs-server/src/main/resources/application-test.yml +++ b/xs-server/src/main/resources/application-test.yml @@ -39,4 +39,9 @@ user: # https://oauth.pstmn.io/v1/callback # 移动端 APP 自定义 Scheme: # myapp://callback - redirectUrl: http://localhost:8080/login/oauth2/code/oauth-client-init \ No newline at end of file + redirectUrl: http://localhost:8080/login/oauth2/code/oauth-client-init + +aliyun: + auth: + accessKeyId: LTAI5tDMjaVF8Bbqcpp4dmvP + accessKeySecret: nkmnaNjWQy5984C5kjyS0oDmdMKGQd \ No newline at end of file