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,6 @@
|
||||
{
|
||||
"type": 0,
|
||||
"title": "xxxxx",
|
||||
"path": "xxxxxxxx",
|
||||
"appid": "xxxxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": 0,
|
||||
"picurl": "xxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": 0,
|
||||
"word": "hello world"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": 0
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"card_list": [
|
||||
{
|
||||
"title": "title",
|
||||
"appid": "xxxxxx",
|
||||
"path": "path111111",
|
||||
"picurl": "xxxxxxx",
|
||||
"master_id": 0,
|
||||
"slave_id": 0
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": 0,
|
||||
"start": 0,
|
||||
"num": 10
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"model_list": [
|
||||
{
|
||||
"picurl": "xxxxxx"
|
||||
}
|
||||
],
|
||||
"total_num": 1
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": 0,
|
||||
"start": 0,
|
||||
"num": 10
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"word_list": [
|
||||
{
|
||||
"word": "hello world!",
|
||||
"create_time": 1574653070
|
||||
}
|
||||
],
|
||||
"total_num": 1
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": 0,
|
||||
"media_id": "xxxxxxxx",
|
||||
"title": "xxxxx",
|
||||
"path": "xxxxxxxx",
|
||||
"appid": "xxxxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": 0,
|
||||
"media_id": "xxxxxxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": 0,
|
||||
"word": "hello world"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user