appconfig.json 293 B

123456789101112131415
  1. {
  2. "appId": "com.digital.release",
  3. "appName": "Digital",
  4. "version": "1.0.0",
  5. "versionCode": "100000",
  6. "apiUrl": "http://192.168.31.169:8080/cfg?key=test_169",
  7. "tradeChannel": "ws",
  8. "modules": [
  9. "register"
  10. ],
  11. "quotationProperties": [
  12. "holdvolume"
  13. ],
  14. "riskType": 2
  15. }