fix: default SMS Bower country to Indonesia

This commit is contained in:
chick
2026-05-30 22:06:35 +08:00
parent 5f871c3c40
commit b5980f5b46
2 changed files with 22 additions and 2 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
const DEFAULT_BASE_URL = 'https://smsbower.page/stubs/handler_api.php';
const DEFAULT_SERVICE_CODE = 'ot';
const DEFAULT_SERVICE_LABEL = 'OpenAI';
const DEFAULT_COUNTRY_ID = 52;
const DEFAULT_COUNTRY_LABEL = 'Thailand';
const DEFAULT_COUNTRY_ID = 6;
const DEFAULT_COUNTRY_LABEL = 'Indonesia';
const DEFAULT_REQUEST_TIMEOUT_MS = 20000;
const DEFAULT_POLL_TIMEOUT_MS = 180000;
const DEFAULT_POLL_INTERVAL_MS = 5000;