PlatformPack.lua 344 B

123456789
  1. local PlatformPack = {
  2. URL_KEY = 'http://103.239.245.64:81//',
  3. SERVERLIST_URL = 'http://103.239.245.64:81//serverlist',
  4. NOTIFY_URL = 'http://weix.vvfyj.cn/res/TestServerNotice/',
  5. SPECIAL_INFO_URL = 'http://weix.vvfyj.cn/res/Channel/agreement.json',
  6. CUSTOMER_SERVICE_INFO_URL = 'http://103.239.245.64:81//vipService',
  7. }
  8. return PlatformPack