|
@@ -13,10 +13,11 @@ from Controller import FeedBack, EquipmentOTA, EquipmentInfo, AdminManage, AppIn
|
|
|
ApplicationController, UserExController, CloudStorage, TestApi, UserBrandControllerV2, \
|
|
|
StatisticsController, Alexa, FAQController, AppLogController, EquipmentVersionLimit, VoicePromptController, \
|
|
|
CDKController, \
|
|
|
- DeviceTypeController, CloudTransfer, Cloudsum, IotCoreController, OperatingLogs, ProcessInfo, RegionCountryController, \
|
|
|
+ DeviceTypeController, CloudTransfer, Cloudsum, IotCoreController, OperatingLogs, ProcessInfo, \
|
|
|
+ RegionCountryController, \
|
|
|
VerifyCodeController, FileController, UIDController, LogController, SalesController, \
|
|
|
OrderTaskController, HistoryUIDController, UIDManageUserController, SerialNumberController, CompanyController, \
|
|
|
- RegionController, VPGController, LanguageController, TestController, DeviceConfirmRegion
|
|
|
+ RegionController, VPGController, LanguageController, TestController, DeviceConfirmRegion, S3GetStsController
|
|
|
|
|
|
urlpatterns = [
|
|
|
url(r'^testApi/(?P<operation>.*)$', TestApi.testView.as_view()),
|
|
@@ -276,6 +277,9 @@ urlpatterns = [
|
|
|
#Iot Core
|
|
|
url(r'iot/(?P<operation>.*)$', IotCoreController.IotCoreView.as_view()),
|
|
|
|
|
|
+ #S3预签名
|
|
|
+ url(r's3_getsts/(?P<operation>.*)$', S3GetStsController.S3GetStsView.as_view()),
|
|
|
+
|
|
|
# 云分配UID
|
|
|
path('admin/', admin.site.urls),
|
|
|
re_path('user/(?P<operation>.*)', UIDManageUserController.UserView.as_view()),
|