Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinUser/CgibinUserGetResponse.json

9 lines
134 B
JSON
Raw Normal View History

2021-05-10 15:30:00 +08:00
{
"total": 2,
"count": 2,
"data": {
2022-05-06 20:29:27 +08:00
"openid": ["OPENID1", "OPENID2"]
2021-05-10 15:30:00 +08:00
},
"next_openid": "NEXT_OPENID"
2022-05-06 20:29:27 +08:00
}