feat(wxapi): 调整腾讯云服务 TCB 相关接口及模型的命名方式

This commit is contained in:
Fu Diwei
2022-11-04 10:40:13 +08:00
parent b3168ee246
commit 7525d6475d
347 changed files with 402 additions and 402 deletions

View File

@@ -0,0 +1,18 @@
{
"items": [
{
"env": "tiyan1-5gzlnxws501f4e68",
"service_name": "echo",
"items": [
{
"version_name": "echo-004",
"flow_ratio": 80
},
{
"version_name": "echo-007",
"flow_ratio": 20
}
]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"fail_list": [],
"succ_list": [
{
"env": "tiyan1-5gzlnxws501f4e68",
"service_name": "echo"
}
]
}

View File

@@ -0,0 +1,14 @@
{
"env": "mmtest-5g7z68c153d7ff4b",
"service_name": "echo",
"items": [
{
"version_name": "echo-003",
"flow_ratio": 80
},
{
"version_name": "echo-008",
"flow_ratio": 20
}
]
}