PlatformPack.lua 356 B

12345678910
  1. local PlatformPack = {
  2. URL_KEY = 'http://165.154.29.92:81//',
  3. SERVERLIST_URL = 'http://165.154.29.92:81//serverlist2',
  4. NOTIFY_URL = 'http://cxzcdn.hkhappygame.com/res/NoticeNew/',
  5. SPECIAL_INFO_URL = 'http://165.154.29.92:81//channel',
  6. CUSTOMER_SERVICE_INFO_URL = 'http://165.154.29.92:81//vipService',
  7. SpecialFuncShield = true,
  8. }
  9. return PlatformPack