From 9c1e56d5af4c3289912335c6d9f5857da6407b2c Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 27 Aug 2024 16:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 51d78d0..0c9d82e 100644 --- a/config.yaml +++ b/config.yaml @@ -38,7 +38,7 @@ oss: oss-access-key-secret: q1aiIZCJJuf92YbKk2cSXnPES4zx26 oss-bucket: dev-vote-system oss-endpoint: oss-cn-beijing.aliyuncs.com - oss-custom-domain-name: https://dev-hepa.oss-cn-beijing.aliyuncs.com + oss-custom-domain-name: https://dev-vote-system.oss-cn-beijing.aliyuncs.com # [阿里大鱼短信] dysms: diff --git a/go.mod b/go.mod index 9b9f2dc..13a88a5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module vote-api -go 1.22.0 +go 1.19 require ( github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.9