Browse Source

优化查询算法接口

linhaohong 4 tháng trước cách đây
mục cha
commit
58f42e0f4e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AdminController/AlgorithmShopManageController.py

+ 1 - 1
AdminController/AlgorithmShopManageController.py

@@ -182,7 +182,7 @@ class AlgorithmShopManageView(View):
         details_img_file = request.FILES.get('detailsImgFile', None)
         icon_file = request.FILES.get('iconFile', None)
         if not algorithm_type:
-            return response.json(173)
+            return response.json(444)
 
         try:
             if lang_configs: