Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinGuide/Material/CgibinGuideGetGuideCardMaterialResponse.json

15 lines
270 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"errcode": 0,
"errmsg": "",
"card_list": [
{
"title": "title",
"appid": "xxxxxx",
"path": "path111111",
"picurl": "xxxxxxx",
"master_id": 0,
"slave_id": 0
}
]
2022-05-06 20:29:27 +08:00
}