优化工单模块,增加企微模块
This commit is contained in:
7
sg_wechat_enterprise/we_api/enterprise/__init__.py
Normal file
7
sg_wechat_enterprise/we_api/enterprise/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from wechatpy.enterprise.parser import parse_message # NOQA
|
||||
from wechatpy.enterprise.replies import create_reply # NOQA
|
||||
from wechatpy.enterprise.crypto import WeChatCrypto # NOQA
|
||||
from wechatpy.enterprise.client import WeChatClient # NOQA
|
||||
Reference in New Issue
Block a user