mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"kf_list": [
|
||||
{
|
||||
"kf_account": "test1@test",
|
||||
"kf_nick": "ntest1",
|
||||
"kf_id": "1001",
|
||||
"kf_headimgurl": " http://mmbiz.qpic.cn/mmbiz/4whpV1VZl2iccsvYbHvnphkyGtnvjfUS8Ym0GSaLic0FD3vN0V8PILcibEGb2fPfEOmw/0",
|
||||
"kf_wx": "kfwx1"
|
||||
},
|
||||
{
|
||||
"kf_account": "test2@test",
|
||||
"kf_nick": "ntest2",
|
||||
"kf_id": "1002",
|
||||
"kf_headimgurl": " http://mmbiz.qpic.cn/mmbiz/4whpV1VZl2iccsvYbHvnphkyGtnvjfUS8Ym0GSaLic0FD3vN0V8PILcibEGb2fPfEOmw/0",
|
||||
"kf_wx": "kfwx2"
|
||||
},
|
||||
{
|
||||
"kf_account": "test3@test",
|
||||
"kf_nick": "ntest3",
|
||||
"kf_id": "1003",
|
||||
"kf_headimgurl": " http://mmbiz.qpic.cn/mmbiz/4whpV1VZl2iccsvYbHvnphkyGtnvjfUS8Ym0GSaLic0FD3vN0V8PILcibEGb2fPfEOmw/0",
|
||||
"invite_wx": "kfwx3",
|
||||
"invite_expire_time": 123456789,
|
||||
"invite_status": "waiting"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"kf_online_list": [
|
||||
{
|
||||
"kf_account": "test1@test",
|
||||
"status": 1,
|
||||
"kf_id": "1001",
|
||||
"accepted_case": 1
|
||||
},
|
||||
{
|
||||
"kf_account": "test2@test",
|
||||
"status": 1,
|
||||
"kf_id": "1002",
|
||||
"accepted_case": 2
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user