feat:modify wechatcom to wechatcom_app

This commit is contained in:
lanvent
2023-04-23 15:34:25 +08:00
parent 665001732b
commit 2ec5374765
3 changed files with 11 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ def create_channel(channel_type):
from channel.wechatmp.wechatmp_channel import WechatMPChannel
return WechatMPChannel(passive_reply=False)
elif channel_type == "wechatcom":
elif channel_type == "wechatcom_app":
from channel.wechatcom.wechatcomapp_channel import WechatComAppChannel
return WechatComAppChannel()