PlatformPack.lua 339 B

123456789
  1. local PlatformPack = {
  2. URL_KEY = 'http://110.40.223.119:81//',
  3. SERVERLIST_URL = 'http://110.40.223.119:81//serverlist',
  4. NOTIFY_URL = 'http://cxzcdn.hkhappygame.com/res/TestServerNotice/',
  5. SPECIAL_INFO_URL = 'http://110.40.223.119:81//channel',
  6. CUSTOMER_SERVICE_INFO_URL = 'http://110.40.223.119:81//vipService',
  7. }
  8. return PlatformPack