Merge branch 'master' into cc_20250527_desk

# Conflicts:
#	coolstore-partner-web/src/main/resources/application-online.properties
This commit is contained in:
shuo.wang
2025-05-28 20:07:48 +08:00
14 changed files with 140 additions and 9 deletions

View File

@@ -85,6 +85,12 @@ public class ShopAccountController {
return ResponseResult.success(accountService.handleAccountPassword());
}
@ApiOperation("密码数据处理3.0")
@GetMapping("/handleOldDataAccount")
public ResponseResult<Boolean> handleOldDataAccount() {
return ResponseResult.success(accountService.handleOldDataAccount());
}
}

View File

@@ -57,7 +57,7 @@ fixMobileOpenid=HSAY4AF322E
#xxljob配置
#xxljob配置
xxl.job.admin.addresses = https://job.coolstore.cn/xxl-job-admin/
xxl.job.admin.addresses = https://job.coolstore.cn/xxl-job-admin
xxl.job.executor.appname = ${spring.application.name}
xxl.job.executor.ip =
xxl.job.executor.port = 40301