mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +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"
|
|
}
|
|
]
|
|
} |