Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaBusiness/License/WxaBusinessLicenseGetDeviceInfoResponse.json

17 lines
310 B
JSON
Raw Normal View History

{
"errcode": 0,
"errmsg": "ok",
"device_list": [
{
"model_id": "MODEL_ID1",
"sn": "SN1",
"expire_time": 1630425600
},
{
"model_id": "MODEL_ID2",
"sn": "SN2",
"expire_time": 1630425600
}
]
}