mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"appid": "xxxxxx",
|
||||
"notify_users": 1,
|
||||
"show_profile": 1
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"appid": "xxxxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user