feat: add application queue priority routing

This commit is contained in:
hectorzhao
2026-07-07 14:49:10 +08:00
parent 72f2c010ce
commit 4c8f7dd73f
17 changed files with 392 additions and 46 deletions
+2
View File
@@ -339,6 +339,7 @@ model SmsApplication {
secretHash String
dailyLimit Int?
customerUnitPrice Int @default(0)
queuePriority String @default("normal")
maxPhonesPerTask Int @default(1000000)
templateMismatchMode String @default("reject")
status String @default("active")
@@ -852,6 +853,7 @@ model SmsMessageRecord {
billingUnits Int @default(1)
unitPrice Int @default(0)
amountCents Int @default(0)
queuePriority String @default("normal")
channelId String?
submitId String?
gatewayMessageId String?