mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
15 lines
310 B
JSON
15 lines
310 B
JSON
![]() |
{
|
|||
|
"guide_account": "wx_account",
|
|||
|
"openid": "xxxxxxx",
|
|||
|
"buyer_nickname": "张三",
|
|||
|
"buyer_list": [
|
|||
|
{
|
|||
|
"openid": "xxxxxxx",
|
|||
|
"buyer_nickname": "张三"
|
|||
|
},
|
|||
|
{
|
|||
|
"openid": "yyyyyyyy",
|
|||
|
"buyer_nickname": "李四"
|
|||
|
}
|
|||
|
]
|
|||
|
}
|