feat(wxapi): 新增微信云托管创建云托管环境接口

This commit is contained in:
Fu Diwei
2022-10-27 18:59:23 +08:00
parent 152922cc7a
commit 940bc4f7ae
9 changed files with 82 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"env_id": "testapi-xxxxsdffsewr"
}

View File

@@ -0,0 +1,68 @@
{
"errcode": 0,
"errmsg": "ok",
"env_list": [
{
"env_id": "wxc47dec912cf1b447-qd-5a17787412",
"source": "miniapp",
"alias": "wxc47dec912cf1b447-qd",
"create_time": "2021-12-16 15:06:52",
"update_time": "2021-12-16 15:06:58",
"status": "NORMAL",
"databases": [],
"storages": [
{
"region": "ap-shanghai",
"bucket": "7778-wxc47dec912cf1b447-qd-5a17787412-1308820263",
"cdn_domain": "7778-wxc47dec912cf1b447-qd-5a17787412-1308820263.tcb.qcloud.la",
"app_id": "1308820263"
}
],
"functions": [
{
"namespace": "",
"region": ""
}
],
"package_id": "",
"package_name": "",
"log_services": [
{
"logset_name": "tcb-logset-wxc47dec912cf1b447-qd-5a17787412",
"logset_id": "af0676b8-4c88-445f-90b4-3ba6cd93a74a",
"topic_name": "tcb-topic-wxc47dec912cf1b447-qd-5a17787412",
"topic_id": "6cffd67f-5700-4238-8523-bba514e2b2bf",
"region": "ap-shanghai"
}
],
"static_storages": [
{
"static_domain": "",
"default_dir_name": "",
"status": "",
"region": "",
"bucket": ""
}
],
"is_auto_degrade": false,
"env_channel": "wxrun",
"pay_mode": "postpaid",
"is_default": true,
"region": "ap-shanghai",
"tags": [
{
"key": "",
"value": ""
}
],
"custom_log_services": [
{
"cls_region": "",
"cls_logset_id": "",
"cls_topic_id": "",
"create_time": "2021-12-16 15:06:52"
}
]
}
]
}