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,40 @@
{
"errcode": 0,
"errmsg": "ok",
"wxopens": {
"items": [
{
"status": 1,
"username": "gh_xxxxxxxxx",
"appid": "xxxxx",
"source": "SOURCE_NORMAL",
"nickname": "aaaaaaa",
"selected": 1,
"nearby_display_status": 0,
"released": 1,
"headimg_url": "http://xxx.png",
"func_infos": [
{
"status": 0,
"id": 1,
"name": "微信认证"
},
{
"status": 0,
"id": 2,
"name": "微信支付"
}
],
"email": "xxxx@qq.com"
},
{
"status": 3,
"username": "gh_xxxxxxxxxx",
"source": "SOURCE_NORMAL",
"headimg_url": "http://yyy.png",
"func_infos": [],
"nickname": "bbbbbbb"
}
]
}
}

View File

@@ -0,0 +1,5 @@
{
"appid": "xxxxxx",
"notify_users": 1,
"show_profile": 1
}

View File

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