feat: add SMS Bower verification settings

This commit is contained in:
chick
2026-05-30 23:14:41 +08:00
parent b5980f5b46
commit b69490e632
6 changed files with 339 additions and 17 deletions
-3
View File
@@ -292,9 +292,6 @@
country: normalizeSmsBowerCountryId(countryConfig.id, DEFAULT_COUNTRY_ID),
maxPrice: range.maxPriceLimit,
minPrice: range.minPriceLimit,
providerIds: normalizeCsvIds(state.smsBowerProviderIds),
exceptProviderIds: normalizeCsvIds(state.smsBowerExceptProviderIds),
phoneException: normalizeCsvIds(state.smsBowerPhoneException),
};
}