perf: 修改sdk位置

This commit is contained in:
ibuler
2021-10-21 17:08:17 +08:00
committed by xinwen
parent 072865f3e5
commit 25ea3ba01d
9 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from django.conf import settings
from common.sdk.im.sms.alibaba import AlibabaSMS as Client
from common.sdk.sms.alibaba import AlibabaSMS as Client
from .base import BackendBase