mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"openid": "12312313",
|
||||
"card_id": "xxxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"card_list": [
|
||||
{
|
||||
"code": "xxx1434079154",
|
||||
"card_id": "xxxxxxxxxx"
|
||||
},
|
||||
{
|
||||
"code": "xxx1434079155",
|
||||
"card_id": "xxxxxxxxxx"
|
||||
}
|
||||
],
|
||||
"has_share_card": true
|
||||
}
|
Reference in New Issue
Block a user