Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinGuide/BuyerRelation/CgibinGuideAddGuideBuyerRelationResponse.json
2022-05-06 20:44:39 +08:00

17 lines
285 B
JSON

{
"errcode": 0,
"errmsg": "ok",
"buyer_resp": [
{
"errcode": 0,
"errmsg": "ok",
"openid": "xxxxxxx"
},
{
"errcode": 0,
"errmsg": "ok",
"openid": "yyyyyyyy"
}
]
}