Skip to main content

Rate Limit

Connection Limit

BehaviorUpper Limit
Connection10

When the connection exceeds the limit, you will receive the following message during login:

Result {
is_success: False,
message: Login Error, 超過本應用程式連線限制==>[10]
data: None
}
BehaviorUpper Limit per Second
Order50
Batch Order10
Query Accounting5

When the limit for the number of times is exceeded, you will receive the following message:

Result {
is_success: False,
message: Login Error, 業務系統流量控管
data: None
}