|
@@ -10,7 +10,8 @@ from Controller import FeedBack, EquipmentOTA, EquipmentInfo, AdminManage, AppIn
|
|
StsOssController, UIDPreview, OssCrd, SysMsg, UidUser, EquipmentManagerV2, EquipmentManagerV3, PushDeploy, \
|
|
StsOssController, UIDPreview, OssCrd, SysMsg, UidUser, EquipmentManagerV2, EquipmentManagerV3, PushDeploy, \
|
|
AppSetController, \
|
|
AppSetController, \
|
|
ApplicationController, UserExController, CloudStorage, TestApi, UserBrandControllerV2, \
|
|
ApplicationController, UserExController, CloudStorage, TestApi, UserBrandControllerV2, \
|
|
- StatisticsController, Alexa, FAQController, AppLogController, EquipmentVersionLimit, DeviceTypeController
|
|
|
|
|
|
+ StatisticsController, Alexa, FAQController, AppLogController, EquipmentVersionLimit, DeviceTypeController, \
|
|
|
|
+ VoicePromptController
|
|
|
|
|
|
urlpatterns = [
|
|
urlpatterns = [
|
|
url(r'^testApi/(?P<operation>.*)$', TestApi.testView.as_view()),
|
|
url(r'^testApi/(?P<operation>.*)$', TestApi.testView.as_view()),
|
|
@@ -238,6 +239,8 @@ urlpatterns = [
|
|
|
|
|
|
# 订阅邮件
|
|
# 订阅邮件
|
|
url(r'^account/subscribe$', UserController.SubscribeEmailView.as_view()),
|
|
url(r'^account/subscribe$', UserController.SubscribeEmailView.as_view()),
|
|
|
|
+ # 语音提示
|
|
|
|
+ url(r'^voicePrompt/(?P<operation>.*)$', VoicePromptController.VoicePromptView.as_view()),
|
|
|
|
|
|
# 设备类型
|
|
# 设备类型
|
|
url(r'^deviceType/(?P<operation>.*)$', DeviceTypeController.DeviceTypeView.as_view()),
|
|
url(r'^deviceType/(?P<operation>.*)$', DeviceTypeController.DeviceTypeView.as_view()),
|