瀏覽代碼

优化查询算法接口

linhaohong 4 月之前
父節點
當前提交
58f42e0f4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: