Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/LockStep/WxaGetWxaGameFrameResponse.json

20 lines
412 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"errcode": 0,
"errmsg": "ok",
"data": {
"has_more": false,
"frame_list": [
{
"frame_id": 1,
"pkg_list": [
{
"open_id": "OPENID",
2022-05-06 20:29:27 +08:00
"action_list": ["xxx", "xxx"],
2021-05-28 19:27:38 +08:00
"b": false
}
]
}
]
}
2022-05-06 20:29:27 +08:00
}