Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/LockStep/WxaGetWxaGameFrameResponse.json
2021-05-28 19:27:38 +08:00

19 lines
413 B
JSON

{
"errcode": 0,
"errmsg": "ok",
"data": {
"has_more": false,
"frame_list": [
{
"frame_id": 1,
"pkg_list": [
{
"open_id": "OPENID",
"action_list": [ "xxx", "xxx" ],
"b": false
}
]
}
]
}
}