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

16 lines
277 B
JSON
Raw Normal View History

{
"pkg_type": 0,
"device_list": [
{
"model_id": "MODEL_ID1",
"sn": "SN1",
"active_number": 1
},
{
"model_id": "MODEL_ID2",
"sn": "SN2",
"active_number": 2
}
]
}