mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 12:09:30 +08:00
17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"device_list": [
|
|
{
|
|
"model_id": "MODEL_ID1",
|
|
"sn": "SN1",
|
|
"errcode": 0
|
|
},
|
|
{
|
|
"model_id": "MODEL_ID2",
|
|
"sn": "SN2",
|
|
"errcode": 0
|
|
}
|
|
]
|
|
}
|