Compare commits

..

No commits in common. "4e101697cf4f21756e8cd7b71c93504978ae419a" and "baab33c805a2dd3414cd1b8d48e6c1b22a4fd9e1" have entirely different histories.

3 changed files with 7 additions and 13 deletions

View File

@ -77,17 +77,12 @@ public class MemberBlacklistController extends BaseController {
/**
* 新增黑名单
*
* @param memberBlacklist {@link MemberBlacklist}
* @return com.ruoyi.common.core.domain.AjaxResult
* @author PQZ
* @date 15:05 2025/4/23
**/
*/
@PreAuthorize("@ss.hasPermi('member:blacklist:add')")
@Log(title = "黑名单", businessType = BusinessType.INSERT)
@PostMapping("/saveBlack")
@PostMapping
public AjaxResult add(@RequestBody MemberBlacklist memberBlacklist) {
memberBlacklistService.save(memberBlacklist);
return success();
return toAjax(memberBlacklistService.save(memberBlacklist));
}
/**

View File

@ -7,7 +7,6 @@ spring:
# 主库数据源
master:
url: jdbc:mysql://124.222.105.7:3306/dl_notice?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://82.156.161.160:3306/dl_notice?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: dl_notice
password: 123456
# 从库数据源

View File

@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8080
port: 8099
servlet:
# 应用的访问路径
context-path: /
@ -145,8 +145,8 @@ xss:
urlPatterns: /system/*,/monitor/*,/tool/*
# 微信小程序配置----dl
wx-app:
appId: wxd96fda6510adb6d3
appSecret: 2d3bf7172d09966bd98e1611117c2cb0
appId: wxd8ef44a8268672e4
appSecret: 30c18855ceb0ab0f9801407c998199c2
wxpay:
#微信公众号appid
appId: wx7d10b0fa4886a583