mobile_config.py 268 B

123456789101112131415
  1. """
  2. key: 手机的id
  3. value: {
  4. "wechat_account": 123456789,
  5. "machine_ip":""
  6. }
  7. """
  8. platform_config = {
  9. "xiaoniangao_plus": {
  10. "adb_ip": "192.168.100.19:5555",
  11. "machine_id": "150",
  12. "local_port": "4750"
  13. },
  14. "zhufuquanzi": {},
  15. }