refactor: 清理平台表述并统一为系统

This commit is contained in:
root
2026-01-29 13:49:03 +00:00
parent b3d611304b
commit 52fb4fde72
30 changed files with 44 additions and 84 deletions

View File

@@ -37,7 +37,7 @@ public sealed class ToggleBusinessStatusCommandHandler(
if (store.BusinessStatus == StoreBusinessStatus.ForceClosed)
{
throw new BusinessException(ErrorCodes.Conflict, "门店已被平台强制关闭,无法切换");
throw new BusinessException(ErrorCodes.Conflict, "门店已被风控强制关闭,无法切换");
}
// 2. (空行后) 应用状态变更