Jelajahi Sumber

修改获取版本配置信息URL

zhangdongming 9 bulan lalu
induk
melakukan
4365dee39d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Ansjer/urls.py

+ 1 - 1
Ansjer/urls.py

@@ -288,7 +288,7 @@ urlpatterns = [
     re_path('timeAlbum/(?P<operation>.*)$', TimeAlbumController.TimeAlbum.as_view()),
     re_path('shopify/(?P<operation>.*)$', ShopifyController.ShopifyView.as_view()),
     # 根据版本号获取设备配置信息
-    re_path('basic/device/configuration/(?P<operation>.*)', DeviceVersionInfoController.DeviceVersionInfoView.as_view()),
+    re_path('open/device/configuration/(?P<operation>.*)', DeviceVersionInfoController.DeviceVersionInfoView.as_view()),