|
@@ -98,19 +98,10 @@ async def exception_handler(request: Request, exc: AlertException):
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
- from common import YzyApi
|
|
|
- # YzyApi.get_user_info("h4RxABdc-pfXIdhTT3UhTnKv-qTs-Yn6TfeSWE4IJd0")
|
|
|
- # YzyApi.send_textcard_message(["c3o4t44nb2e1oipbs80paw"], "title", "事件进度", "https://www.baidu.com/")
|
|
|
- # YzyApi.send_textcard_message(["ivj823s4b56za2jcu293f7"], "title", "事件进度", "https://www.baidu.com/")
|
|
|
- # YzyApi.send_textcard_message(["ivj823s4b56za2jcu293f7"], "title", "事件进度", "https://www.baidu.com/")
|
|
|
- # YzyApi.send_textcard_message(["eb4kehgy6wj4qn0jhx1dk6"], "预案响应消息", "预案名称: 茂名市自然灾害救助应急预案\n响应级别: Ⅰ级响应\n消息内容: 单位您好!《茂名市自然灾害救助应急预案》现已全面启动,特此通知您单位迅速响应,全力做好预案工作要点:负责救灾工作宣传报道协调工作。", "https://www.baidu.com/")
|
|
|
- # YzyApi.send_text_message(["eb4kehgy6wj4qn0jhx1dk6"], "事件进度")
|
|
|
-
|
|
|
import uvicorn
|
|
|
sys = platform.system()
|
|
|
if sys == "Windows":
|
|
|
os.system("title 茂名应急数据中台 DEV")
|
|
|
- # print(1234567890)
|
|
|
+
|
|
|
uvicorn.run(app='main:app', host='0.0.0.0',port=9988, reload=True, debug=True)
|
|
|
-
|
|
|
# uvicorn.run(app='main:app', host='0.0.0.0', port=9988)
|