perf: 优化修改 sdk 位置

This commit is contained in:
ibuler
2021-10-21 16:50:11 +08:00
committed by xinwen
parent d5c9ec1c3d
commit 072865f3e5
26 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
from django.conf import settings
from common.message.backends.dingtalk import DingTalk as Client
from common.sdk.im.dingtalk import DingTalk as Client
from .base import BackendBase