Merge branch 'master' into cc_20250527_desk
# Conflicts: # coolstore-partner-web/src/main/resources/application-online.properties
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user