test(wxapi): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-11 17:22:29 +08:00
parent 126b4a5894
commit a1c3ae248e
134 changed files with 1653 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"can_open": 1,
"is_open": 1,
"appid": "展示的公众号appid",
"nickname": "展示的公众号nickname",
"headimg": "展示的公众号头像"
}

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"total_num": 10,
"biz_info_list": [
{
"nickname": "公众号昵称",
"appid": "公众号appid",
"headimg": "公众号头像"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"wxa_subscribe_biz_flag": 1,
"appid": "如果开启需要传新的公众号appid"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}