Guest User

Untitled

a guest
Dec 13th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. smsConfig = {
  2. application.name = "SMS Webservice Application"
  3. username = "TRIPI"
  4. password = "7105d91e-f9fd-11e8-8eb2-f2801f1b9fd1"
  5. brandName = "TRIPI.VN"
  6. keyword = "TRIPI"
  7. server.port = 9010
  8. maxNumberCore = 10
  9. maxSendRetry = 3
  10. lockTimeInMillis = 5000
  11. //giả sử chỉ được gửi tối đa 1 sms / 5 sec thì lockGateWayInMillis = 1000 / 0.2 = 5000
  12. //nghĩa là cứ 5000 ms thì mới được gửi 1 sms
  13. }
Add Comment
Please, Sign In to add comment