Commit 865e9722 by Sxy

fix: 消息异步发送

parent 4d3c9c68
...@@ -368,7 +368,7 @@ class AliHandler { ...@@ -368,7 +368,7 @@ class AliHandler {
msg.app_key = "42d814c1-4daa-4643-88b2-f5dd3ec853f3"; msg.app_key = "42d814c1-4daa-4643-88b2-f5dd3ec853f3";
msg.jump_address = "myDeliver" msg.jump_address = "myDeliver"
} }
await this.msgService.create(msg); this.msgService.create(msg);
} }
return { return {
"status": 1, //1代表成功,否则失败 "status": 1, //1代表成功,否则失败
......
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