| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- //配置文件
- {
- "list":
- [
- {
- "id":"appCentre",
- "pluginID":"appCentre",
- "lib":"binary\\AppCentre.dll",
- "singleton":true
- },
- {
- "id":"appCentreConfig",
- "pluginID":"appCentreConfig",
- "lib":"binary\\AppCentre.dll",
- "singleton":true
- },
- {
- "id":"appCentreUIHandler",
- "pluginID":"appCentreUIHandler",
- "lib":"binary\\AppCentre.dll",
- "singleton":true
- }
- ],
- //stForm 独立窗体
- //stOnMainform 集成窗体
- "showType":"stForm",
- "lxtAppKey":"0B6AC133A3E1FC7F5A3109F8A81E0825",
- "lxtAppSecret":"F48CF467B796B55B6F0C9A1D8EF2BA0A",
- "ip":"120.26.136.253",
- "port":51005,
- //用于登录
- "clientIP":"120.26.136.253",
- "clientPort":51004,
- "enable":true,
- "DanDianDengLu":false,
- "messageCentreIP":"120.26.136.253",
- "messageCentrePort":51008,
- "messageCentreEnable":true
- }
|