增加更新日志;

修改 README 的图片;
This commit is contained in:
YunaiV
2021-05-03 22:43:08 +08:00
parent bbfa4783d4
commit ba83e5d28a
6 changed files with 77 additions and 18 deletions

View File

@ -24,7 +24,7 @@ import java.util.List;
import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
import static cn.iocoder.yudao.framework.operatelog.core.enums.OperateTypeEnum.EXPORT;
@Api("短信模板")
@Api(tags = "短信模板")
@RestController
@RequestMapping("/system/sms-template")
public class SysSmsTemplateController {

View File

@ -160,7 +160,7 @@ yudao:
mock-enable: true
mock-secret: test
file:
base-path: http://127.0.0.1:${server.port}${yudao.web.api-prefix}/system/file/get/
base-path: http://api-dashboard.yudao.iocoder.cn${yudao.web.api-prefix}/infra/file/get/
xss:
enable: false
exclude-urls: # 如下两个 url仅仅是为了演示去掉配置也没关系

View File

@ -160,7 +160,7 @@ yudao:
mock-enable: true
mock-secret: test
file:
base-path: http://127.0.0.1:${server.port}${yudao.web.api-prefix}/system/file/get/
base-path: http://127.0.0.1:${server.port}${yudao.web.api-prefix}/infra/file/get/
xss:
enable: false
exclude-urls: # 如下两个 url仅仅是为了演示去掉配置也没关系