mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"guide_account": "wx_account",
|
|
"openid": "xxxxxxx",
|
|
"buyer_nickname": "张三",
|
|
"buyer_list": [
|
|
{
|
|
"openid": "xxxxxxx",
|
|
"buyer_nickname": "张三"
|
|
},
|
|
{
|
|
"openid": "yyyyyyyy",
|
|
"buyer_nickname": "李四"
|
|
}
|
|
]
|
|
}
|