|
@@ -25,7 +25,7 @@ from Controller import FeedBack, EquipmentOTA, EquipmentInfo, AdminManage, AppIn
|
|
RegionController, VPGController, LanguageController, TestController, DeviceConfirmRegion, S3GetStsController, \
|
|
RegionController, VPGController, LanguageController, TestController, DeviceConfirmRegion, S3GetStsController, \
|
|
DetectControllerV2, PcInfo, PctestController, DeviceDebug, PaymentCycle, \
|
|
DetectControllerV2, PcInfo, PctestController, DeviceDebug, PaymentCycle, \
|
|
DeviceLogController, CouponController, AiController, ShadowController, AppAccountManagement, InitController, \
|
|
DeviceLogController, CouponController, AiController, ShadowController, AppAccountManagement, InitController, \
|
|
- WeatherControl
|
|
|
|
|
|
+ WeatherControl, SmartReplyController
|
|
from Controller.Cron import CronTaskController
|
|
from Controller.Cron import CronTaskController
|
|
from Controller.MessagePush import EquipmentMessagePush
|
|
from Controller.MessagePush import EquipmentMessagePush
|
|
from Controller.SensorGateway import SensorGatewayController, EquipmentFamilyController
|
|
from Controller.SensorGateway import SensorGatewayController, EquipmentFamilyController
|
|
@@ -272,6 +272,7 @@ urlpatterns = [
|
|
re_path(r'^weather/(?P<operation>.*)$', WeatherControl.WeatherView.as_view()),
|
|
re_path(r'^weather/(?P<operation>.*)$', WeatherControl.WeatherView.as_view()),
|
|
re_path(r'^alexaApi/', include("Ansjer.server_urls.alexa_url")),
|
|
re_path(r'^alexaApi/', include("Ansjer.server_urls.alexa_url")),
|
|
re_path('appCampaign/(?P<operation>.*)', AppCampaignController.AppCampaignView.as_view()),
|
|
re_path('appCampaign/(?P<operation>.*)', AppCampaignController.AppCampaignView.as_view()),
|
|
|
|
+ re_path('wsParam/(?P<operation>.*)', SmartReplyController.WsParamService.as_view()),
|
|
|
|
|
|
# 后台界面接口 -------------------------------------------------------------------------------------------------------
|
|
# 后台界面接口 -------------------------------------------------------------------------------------------------------
|
|
# 登录,用户信息,权限
|
|
# 登录,用户信息,权限
|