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

8 lines
135 B
JSON
Raw Normal View History

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