Sfoglia il codice sorgente

修改获取版本配置信息URL

zhangdongming 9 mesi fa
parent
commit
4365dee39d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()),