暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. Module Module1
  2. Public connstring As String = "Data Source=192.168.110.164;Password=Lafayette11@;Persist Security Info=True;User ID=sa;Initial Catalog=rt2021;Max pool size = 200;Connection Timeout=60"
  3. Public gTokenValidTime As DateTime
  4. Public gToken As String
  5. Public gClientID As String = "301416"
  6. Public gClientSecret As String = "0bcfa73fb62282f2c1a1b1385fa4c580"
  7. Public gAppkey As String = "BzQqpNNf"
  8. Public gInstanceID As String = "359777609221017600"
  9. Public gAppToken As String = ""
  10. End Module