From 50cde33273f01e9f96e48652c0500216982c2b50 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Fri, 03 Jan 2025 14:44:16 +0800 Subject: [PATCH] feat(mall): 新增购买 VIP 可减免金额接口并调整接口访问方式 --- src/main/resources/application.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2b8a1a8..be3f6da 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,7 +5,7 @@ spring: profiles: - active: test + active: dev servlet: multipart: @@ -40,3 +40,4 @@ core: metadata: TableInfoHelper: error + cc.mrbird.febs: info -- Gitblit v1.9.1