appconfig.json 355 B

1234567891011121314151617
  1. {
  2. "appId": "com.muchinfo.app",
  3. "version": "1.0.5",
  4. "versionCode": "10005",
  5. "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
  6. "modules": [
  7. "register",
  8. "delivery"
  9. ],
  10. "quotationPropertys": [
  11. "totalvolume",
  12. "holdvolume"
  13. ],
  14. "forcedPasswordChange": true,
  15. "appName": "多元世纪交易中心",
  16. "tradeChannel": "ws"
  17. }