apiTimeout property

int get apiTimeout

API超时时间(秒)

Implementation

static int get apiTimeout {
  return isProduction ? 120 : 120; // 可以根据环境调整超时时间
}