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

@@ -6,7 +6,7 @@ from rest_framework.exceptions import APIException
from rest_framework import status
from django.utils.translation import gettext_lazy as _
from common.message.backends.sms.tencent import TencentSMS
from common.sdk.im.sms.tencent import TencentSMS
from settings.models import Setting
from common.permissions import IsSuperUser
from common.exceptions import JMSException