From 5a6709e08e7b476001adf7a944759ce39a06cedd Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 19 Nov 2024 10:31:50 +0800
Subject: [PATCH] refactor(mall): 更新静态资源路径和验证码接口描述
---
src/main/java/cc/mrbird/febs/mall/controller/CommonController.java | 2 +-
src/main/resources/application-dev.yml | 4 ++--
src/main/resources/application-prod.yml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java b/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java
index 1fdb110..58cb018 100644
--- a/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java
+++ b/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java
@@ -40,7 +40,7 @@
private final RedisUtils redisUtils;
private final ICommonService commonService;
- @ApiOperation(value = "获取验证码接口", notes = "获取验证码通用接口")
+ @ApiOperation(value = "(马来西亚)INFOBIP获取验证码接口", notes = "(马来西亚)INFOBIP获取验证码接口")
@GetMapping(value = "/verifyCode")
public FebsResponse verifyCode(@ApiParam(name = "account", value = "手机号", required = true) @RequestParam(value = "account") String account,
@ApiParam(name = "type", value = "类型1-手机号", required = true) @RequestParam("type") String type) {
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 7504af2..c08f3ad 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -75,8 +75,8 @@
static:
resource:
- url: http://file.blnka.cn/file/
- path: /mnt/sdc/webresource/file/
+ url: https://res.mye2u.com/
+ path: /home/javaweb/resource/
system:
job: true
\ No newline at end of file
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index c540f3d..9ffca9f 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -75,8 +75,8 @@
static:
resource:
- url: http://file.blnka.cn/file/
- path: /mnt/sdc/webresource/file/
+ url: https://res.mye2u.com/
+ path: /home/javaweb/resource/
system:
job: true
\ No newline at end of file
--
Gitblit v1.9.1