Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinGuide/Group/CgibinGuideGetGroupInfoResponse.json

14 lines
297 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"errcode": 0,
"errmsg": "ok",
"guide_list": [
{
"guide_account": "xxxxx",
"guide_headimgurl": "xxxxxx",
"guide_nickname": "xxx",
"create_time": 1584090536,
"guide_openid": ""
}
],
"total_num": 1
}