mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 09:44:43 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"appids": [ "wx075cf85bf347b6df", "wx5fe6bb43205e9e70" ]
|
||||||
|
}
|
@@ -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": []
|
||||||
|
}
|
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"data": [
|
||||||
|
{
|
||||||
|
"env": "test-env-6gni9ity244a6ea3",
|
||||||
|
"appids": [ "wx5fe6bb43205e9e07", "wx075cf85bf347b6df" ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"errcode": 0,
|
||||||
|
"errmsg": "ok",
|
||||||
|
"err_list": [
|
||||||
|
{
|
||||||
|
"env": "mytestenv-7gfwxe92efb3aa38",
|
||||||
|
"appid": "wx5fe6bb43205e9e7",
|
||||||
|
"errmsg": "invalid appid"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"alias": "mytestenv"
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"errcode": 0,
|
||||||
|
"errmsg": "ok",
|
||||||
|
"tranid": "20201030189770",
|
||||||
|
"env": "mytestenv-7gfwxe92efb3aa38"
|
||||||
|
}
|
@@ -0,0 +1 @@
|
|||||||
|
{}
|
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"env": "test-env-0001"
|
||||||
|
}
|
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"errcode": 0,
|
||||||
|
"errmsg": "ok"
|
||||||
|
}
|
Reference in New Issue
Block a user