| 12345678910 |
- local PlatformPack = {
- URL_KEY = 'http://128.14.226.105:81//',
- SERVERLIST_URL = 'http://128.14.226.105:81//serverlist',
- NOTIFY_URL = 'http://128.14.226.105:88/res/NoticeNew/',
- SPECIAL_INFO_URL = 'http://128.14.226.105:81//channel',
- CUSTOMER_SERVICE_INFO_URL = 'http://128.14.226.105:81//vipService',
- SpecialFuncShield = true,
- }
- return PlatformPack
|