|
@@ -288,7 +288,7 @@ urlpatterns = [
|
|
re_path('timeAlbum/(?P<operation>.*)$', TimeAlbumController.TimeAlbum.as_view()),
|
|
re_path('timeAlbum/(?P<operation>.*)$', TimeAlbumController.TimeAlbum.as_view()),
|
|
re_path('shopify/(?P<operation>.*)$', ShopifyController.ShopifyView.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()),
|
|
|
|
|
|
|
|
|
|
|
|
|