|
@@ -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:
|