mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
16 lines
284 B
JSON
16 lines
284 B
JSON
![]() |
{
|
|||
|
"errcode": 0,
|
|||
|
"errmsg": "ok",
|
|||
|
"buyer_resp": [
|
|||
|
{
|
|||
|
"errcode": 0,
|
|||
|
"errmsg": "ok",
|
|||
|
"openid": "xxxxxxx"
|
|||
|
},
|
|||
|
{
|
|||
|
"errcode": 0,
|
|||
|
"errmsg": "ok",
|
|||
|
"openid": "yyyyyyyy"
|
|||
|
}
|
|||
|
]
|
|||
|
}
|