Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaApi/Operation/WxaApiLogGetClientVersionResponse.json

15 lines
230 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"errcode": 0,
"errmsg": "ok",
"cvlist": [
{
"type": 1,
"client_version_list": []
},
{
"type": 2,
"client_version_list": []
}
]
2022-05-06 20:29:27 +08:00
}