Răsfoiți Sursa

产品信息url

locky 2 luni în urmă
părinte
comite
6deb8bfca7
1 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  1. 2 3
      Ansjer/urls.py

+ 2 - 3
Ansjer/urls.py

@@ -26,7 +26,7 @@ from Controller import FeedBack, EquipmentOTA, EquipmentInfo, AdminManage, AppIn
     RegionController, VPGController, LanguageController, TestController, DeviceConfirmRegion, S3GetStsController, \
     DetectControllerV2, PcInfo, PctestController, DeviceDebug, PaymentCycle, \
     DeviceLogController, CouponController, AiController, ShadowController, AppAccountManagement, InitController, \
-    WeatherControl, InAppPurchaseController, DeviceCommonController, ShopifyController
+    WeatherControl, InAppPurchaseController, DeviceCommonController, ShopifyController, IncomeProductsController
 from Controller.Cron import CronTaskController
 from Controller.CustomCustomer import CustomCustomerController
 from Controller.MessagePush import EquipmentMessagePush
@@ -393,8 +393,7 @@ urlpatterns = [
     # 获取APN配置信息
     re_path('APNConfig/(?P<operation>.*)', APNConfigController.APNConfigView.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()),
 
 
     # 后台界面接口 -----------------------------------------------------