🐛 fix ding adapter issues

1. cannot send complicate message, such as actionCard
2. fix judge current connection mode
This commit is contained in:
artin
2021-09-13 01:18:25 +08:00
parent 53a576dae5
commit 9931563d80
3 changed files with 14 additions and 4 deletions

View File

@ -114,7 +114,7 @@ class Bot(BaseBot):
api: str,
event: Optional[MessageEvent] = None,
**data) -> Any:
if self.connection_type != "http":
if not isinstance(self.request, HTTPRequest):
log("ERROR", "Only support http connection.")
return