KKSU
2024-11-19 5a6709e08e7b476001adf7a944759ce39a06cedd
refactor(mall): 更新静态资源路径和验证码接口描述

- 修改开发环境和生产环境的静态资源 URL 和路径
- 更新验证码接口的 API 操作描述,明确使用 INFOBIP 服务
3 files modified
10 ■■■■ changed files
src/main/java/cc/mrbird/febs/mall/controller/CommonController.java 2 ●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application-prod.yml 4 ●●●● patch | view | raw | blame | history
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) {
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
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