| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "current_platform": "aliyun_prod_env",
- "platform_l": {
- "aliyun_prod_env": {
- "id": 1,
- "name": "阿里云生产",
- "status": "connected",
- "ip": "mqtt.cpyypt.cn",
- "port": 9000,
- "sub_topic ": [
- [
- "cpyypt/up/2006/#",
- 0
- ]
- ],
- "pub_topic ": "cpyypt/down/2006/0000000101",
- "client_id": "pos_mng_DESKTOP-0KCRUKN_3",
- "username": "cpyypt",
- "password": "1SvTlvm1VCawSzS"
- },
- "test_env": {
- "id": 2,
- "name": "测试环境",
- "status": "disconnected",
- "ip": "test-mqtt.cpyypt.cn",
- "port": 9000,
- "sub_topic ": [
- [
- "cpyypt/up/2006/#",
- 0
- ]
- ],
- "pub_topic ": "cpyypt/down/2006/0000000101",
- "username": "admin",
- "password": "houjianwei",
- "client_id": "pos_mng_DESKTOP-0KCRUKN_44"
- },
- "localize_a_env": {
- "id": 3,
- "name": "本地化A云平台",
- "status": "disconnected",
- "ip": "mqtt.localize_a_env.com",
- "port": 1883,
- "sub_topic ": [
- [
- "cpyypt/up/2006/#",
- 0
- ]
- ],
- "pub_topic ": "cpyypt/down/2006/0000000101",
- "username": "localize_a_env_user",
- "password": "localize_a_env_pass",
- "client_id": "pos_mng_DESKTOP-0KCRUKN_46"
- }
- }
- }
|