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

This commit is contained in:
Fu Diwei
2021-08-05 21:38:28 +08:00
parent ae6c6aa7f4
commit be5378ab53
10 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"appids": [ "wx075cf85bf347b6df", "wx5fe6bb43205e9e70" ]
}

View File

@@ -0,0 +1,20 @@
{
"errcode": 0,
"errmsg": "ok",
"relation_data": [
{
"appid": "wx075cf85bf347b6df",
"env_list": [
"mytestenv-7gfwxe92efb3aa38",
"test-env-6gni9ity244a6ea3"
]
},
{
"appid": "wx5fe6bb43205e9e70",
"env_list": [
"test-env-6gni9ity244a6ea3"
]
}
],
"err_list": []
}

View File

@@ -0,0 +1,8 @@
{
"data": [
{
"env": "test-env-6gni9ity244a6ea3",
"appids": [ "wx5fe6bb43205e9e07", "wx075cf85bf347b6df" ]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"err_list": [
{
"env": "mytestenv-7gfwxe92efb3aa38",
"appid": "wx5fe6bb43205e9e7",
"errmsg": "invalid appid"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"tranid": "20201030189770",
"env": "mytestenv-7gfwxe92efb3aa38"
}

View File

@@ -0,0 +1,17 @@
{
"errcode": 0,
"errmsg": "ok",
"info_list": [
{
"env": "test2-4a89da",
"alias": "test2",
"create_time": "2020-04-04 14:10:28",
"update_time": "2020-04-04 14:10:36",
"status": "NORMAL",
"package_id": "basic",
"package_name": "基础版 1",
"dbinstance_id": "tnt-fpbvu9gpc",
"bucket_id": "6d79-myttest3-9gyi5pwab13c4d59-1304480914"
}
]
}