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

14 lines
233 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"errcode": 0,
"errmsg": "ok",
"scene": [
{
"name": "全部",
"value": "@_all"
},
{
"name": "小程序历史列表",
"value": 1
}
]
}