|
@@ -22,7 +22,7 @@ from Controller import FeedBack, EquipmentOTA, EquipmentInfo, AdminManage, AppIn
|
|
|
OrderTaskController, HistoryUIDController, UIDManageUserController, SerialNumberController, CompanyController, \
|
|
|
RegionController, VPGController, LanguageController, TestController, DeviceConfirmRegion, S3GetStsController, \
|
|
|
DetectControllerV2, PcInfo, PctestController, DeviceDebug, PaymentCycle, \
|
|
|
- DeviceLogController, CouponController, AiController, ShadowController, SuperPasswordTool, InitController
|
|
|
+ DeviceLogController, CouponController, AiController, ShadowController, AppAccountManagement, InitController
|
|
|
from Controller.Cron import CronTaskController
|
|
|
from Controller.MessagePush import EquipmentMessagePush
|
|
|
from Controller.SensorGateway import SensorGatewayController, EquipmentFamilyController
|
|
@@ -256,7 +256,7 @@ urlpatterns = [
|
|
|
re_path(r'^api/algorithm/', include("Ansjer.server_urls.algorithm_shop_url")),
|
|
|
re_path(r'^kvs/', include("Ansjer.server_urls.kvs_url")),
|
|
|
re_path(r'^icloud/', include("Ansjer.server_urls.icloud_url")),
|
|
|
- re_path('appAccout/(?P<operation>.*)', SuperPasswordTool.SuperPasswordView.as_view()),
|
|
|
+ re_path('appAccout/(?P<operation>.*)', AppAccountManagement.SuperPasswordView.as_view()),
|
|
|
re_path('sensorGateway/(?P<operation>.*)', SensorGatewayController.SensorGateway.as_view()),
|
|
|
re_path(r'^api/surveys/(?P<operation>.*)$', CloudStorageController.CloudStorageView.as_view()),
|
|
|
re_path(r'^api/device/share/(?P<operation>.*)$', UserDeviceShareController.UserDeviceShareView.as_view()),
|