|
@@ -113,7 +113,7 @@ urlpatterns = [
|
|
|
re_path('dlotapack/(?P<fullPath>[0-9\w/.\-]+)', OTAEquipment.downloadOTAInterfaceV2),
|
|
|
re_path('OTA/getDownLoadOTApackUrl ', OTAEquipment.getDownLoadOTApackUrl),
|
|
|
re_path('OTA/checkMaxVersion', OTAEquipment.checkMaxVersion),
|
|
|
- re_path('^v2/account/authcode', UserController.v2authCodeView.as_view()),
|
|
|
+ re_path('v2/account/authcode', UserController.v2authCodeView.as_view()),
|
|
|
re_path('v2/account/register', UserController.v2registerView.as_view()),
|
|
|
re_path('v2/account/forgetCode', UserController.v2forgetPwdCodeView.as_view()),
|
|
|
re_path('v2/account/resetPwdByCode', UserController.v2resetPwdByCodeView.as_view()),
|
|
@@ -222,7 +222,7 @@ urlpatterns = [
|
|
|
re_path('^log/(?P<operation>.*)', LogController.LogView.as_view()),
|
|
|
re_path('orderTask/(?P<operation>.*)', OrderTaskController.OrderTaskView.as_view()),
|
|
|
re_path('upload', FileController.UploadUIDFileView.as_view()),
|
|
|
- re_path('download', FileController.DownloadUIDFileView.as_view()),
|
|
|
+ re_path('^download', FileController.DownloadUIDFileView.as_view()),
|
|
|
re_path('sales', SalesController.SalesView.as_view()),
|
|
|
re_path('device/online', SalesController.DeviceOnlineView.as_view()),
|
|
|
re_path('serialNumber/(?P<operation>.*)', SerialNumberController.SerialNumberView.as_view()),
|