mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"can_open": 1,
|
||||
"is_open": 1,
|
||||
"appid": "展示的公众号appid",
|
||||
"nickname": "展示的公众号nickname",
|
||||
"headimg": "展示的公众号头像"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"total_num": 10,
|
||||
"biz_info_list": [
|
||||
{
|
||||
"nickname": "公众号昵称",
|
||||
"appid": "公众号appid",
|
||||
"headimg": "公众号头像"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"wxa_subscribe_biz_flag": 1,
|
||||
"appid": "如果开启,需要传新的公众号appid"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user