refactor(mall): 更新静态资源路径和验证码接口描述
- 修改开发环境和生产环境的静态资源 URL 和路径
- 更新验证码接口的 API 操作描述,明确使用 INFOBIP 服务
| | |
| | | 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) { |
| | |
| | | |
| | | 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 |
| | |
| | | |
| | | 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 |