|
@@ -26,7 +26,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, InAppPurchaseController, DeviceCommonController, ShopifyController
|
|
|
|
|
|
+ WeatherControl, InAppPurchaseController, DeviceCommonController, ShopifyController, IncomeProductsController
|
|
from Controller.Cron import CronTaskController
|
|
from Controller.Cron import CronTaskController
|
|
from Controller.CustomCustomer import CustomCustomerController
|
|
from Controller.CustomCustomer import CustomCustomerController
|
|
from Controller.MessagePush import EquipmentMessagePush
|
|
from Controller.MessagePush import EquipmentMessagePush
|
|
@@ -393,8 +393,7 @@ urlpatterns = [
|
|
# 获取APN配置信息
|
|
# 获取APN配置信息
|
|
re_path('APNConfig/(?P<operation>.*)', APNConfigController.APNConfigView.as_view()),
|
|
re_path('APNConfig/(?P<operation>.*)', APNConfigController.APNConfigView.as_view()),
|
|
re_path(r'^api/device/custom/(?P<operation>.*)$', DeviceCustomUIDController.DeviceCustomUIDView.as_view()),
|
|
re_path(r'^api/device/custom/(?P<operation>.*)$', DeviceCustomUIDController.DeviceCustomUIDView.as_view()),
|
|
- # roomumy
|
|
|
|
- re_path(r'^roomumy/', include("Roomumy.server_urls.roomumy_url")),
|
|
|
|
|
|
+ re_path(r'^productInformation/(?P<operation>.*)$', IncomeProductsController.IncomeProductsView.as_view()),
|
|
|
|
|
|
|
|
|
|
# 后台界面接口 -----------------------------------------------------
|
|
# 后台界面接口 -----------------------------------------------------
|