Commit 2a3c8f1f authored by ZZH's avatar ZZH

init product Investment evaluation 2024-08-5

parent 50c32647
......@@ -500,7 +500,14 @@ PRODUCT_INFOS = {
"img_url": f"{SETTING.download_img_url}/image/anshiu.png",
"info": "",
"sort_num": 37
}
},
21: {
"name": "清科优能微电网规划平台",
"url": "https://www.ucyber.cn/inv_eval/",
"img_url": "https://cdn.ucyber.cn/images/ucloud/qkadmin.png",
"info": "微电网投资、评估",
"sort_num": 98
},
}
# 项目目录/home/ubuntu/data/code/unify_api
......@@ -889,6 +896,11 @@ PRODUCT_NAME = {
"en_US": "Virtual power plant load aggregator management platform",
"de_DE": "Plattform zur Verwaltung virtueller Kraftwerkslastaggregatoren"
},
21: {
"zh_CN": "清科优能微电网规划平台",
"en_US": "Amber Optimal Microgrid Planning Platform",
"de_DE": "Microgrid-Planungs-Plattform von Qingke"
},
}
......
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 14:32
"""
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 15:01
"""
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 15:01
"""
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 15:01
"""
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 16:56
"""
from pot_libs.sanic_api import summary
@summary("历史会话")
async def post_session_his(req, body):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment