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

This commit is contained in:
Fu Diwei
2021-05-28 19:27:38 +08:00
parent dc78ea6577
commit 27cd4178e7
988 changed files with 11052 additions and 206 deletions

View File

@@ -0,0 +1,6 @@
{
"type": 0,
"title": "xxxxx",
"path": "xxxxxxxx",
"appid": "xxxxxx"
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "",
"card_list": [
{
"title": "title",
"appid": "xxxxxx",
"path": "path111111",
"picurl": "xxxxxxx",
"master_id": 0,
"slave_id": 0
}
]
}

View File

@@ -0,0 +1,10 @@
{
"errcode": 0,
"errmsg": "",
"model_list": [
{
"picurl": "xxxxxx"
}
],
"total_num": 1
}

View File

@@ -0,0 +1,5 @@
{
"type": 0,
"start": 0,
"num": 10
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "",
"word_list": [
{
"word": "hello world!",
"create_time": 1574653070
}
],
"total_num": 1
}

View File

@@ -0,0 +1,7 @@
{
"type": 0,
"media_id": "xxxxxxxx",
"title": "xxxxx",
"path": "xxxxxxxx",
"appid": "xxxxxx"
}

View File

@@ -0,0 +1,4 @@
{
"type": 0,
"media_id": "xxxxxxxx"
}

View File

@@ -0,0 +1,4 @@
{
"type": 0,
"word": "hello world"
}